ソースを参照

更改前置时间标签

qinhb 1 年間 前
コミット
353f4e4c0b

+ 2 - 2
src/views/base/craftManagement/process/index.vue

@@ -214,14 +214,14 @@ option.value = Object.assign(option.value, {
       ],
     },
     {
-      label: "置时间(分)",
+      label: "置时间(分)",
       prop: "forceTime",
       type: "number",
       span: 12,
       rules: [
         {
           required: true,
-          message: "置时间不能为空",
+          message: "置时间不能为空",
           trigger: "blur",
         },
       ],

+ 2 - 2
src/views/base/craftManagement/route/bindConfig.ts

@@ -104,7 +104,7 @@ export const formOption = {
       // ],
     },*/
     {
-      label: "置时间",
+      label: "置时间",
       prop: "forceTime",
       span: 24,
       value: 0,
@@ -112,7 +112,7 @@ export const formOption = {
       rules: [
         {
           required: true,
-          message: "置时间不能为空",
+          message: "置时间不能为空",
           trigger: "blur",
         },
       ],

+ 1 - 1
src/views/pro/baseoperation/index.vue

@@ -231,7 +231,7 @@
                     search: false,
                 },
                 {
-                    label: "置时间",
+                    label: "置时间",
                     prop: "forceTime",
                     search: false,
                 },