Przeglądaj źródła

3.0.96 经进出记录的规格型号改为动作类型

liuyanpeng 1 rok temu
rodzic
commit
e99a3d9791

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "client-eam-v3",
   "description": "Leanwo Prodog Client",
-  "version": "3.0.95",
+  "version": "3.0.96",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "ins": "npm install --registry=http://wuzhixin.vip:4873",

+ 1 - 1
src/components/customer/AssetInstanceSearchDetailV2.vue

@@ -734,7 +734,7 @@
                       <th>
                         {{ $t("lang.AssetInstanceSearchDetail.position") }}
                       </th>
-                      <th>{{ $t("lang.AssetInstanceSearchDetail.type") }}</th>
+                      <th>{{ $t("lang.AssetInstanceSearchDetail.actionType") }}</th>
                       <th width="80px">
                         {{ $t("lang.AssetInstanceSearchDetail.picture") }}
                       </th>

+ 2 - 1
src/locales/en-US.json

@@ -481,7 +481,8 @@
     "data": "Data", 
     "strip": "Strip", 
     "true": "True", 
-    "false": "False"
+    "false": "False",
+    "actionType": "Action Type"
     },
     "AssetInventorySearch": {
       "generateAssetCountDetails": "Generate Asset Count Details",

+ 2 - 1
src/locales/zh-CN.json

@@ -569,7 +569,8 @@
     "data": "数据", 
     "strip": "条", 
     "true": "是", 
-    "false": "否"
+    "false": "否",
+    "actionType": "动作类型"
     },
     "AssetInventorySearch": {
       "generateAssetCountDetails": "生成资产盘点明细",