Parcourir la source

前置时间更改为后置时间

qinhb il y a 10 mois
Parent
commit
2a6d58a344

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

@@ -439,7 +439,7 @@ option.value = Object.assign(option.value, {
       // slot:true, // 自定义列
     },
     {
-      label: "置时间",
+      label: "置时间",
       prop: "forceTime",
       hide: true,
       span: 6,
@@ -447,7 +447,7 @@ option.value = Object.assign(option.value, {
       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",
         },
       ],

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

@@ -226,7 +226,7 @@
                     search: false,
                 },
                 {
-                    label: "置时间",
+                    label: "置时间",
                     prop: "forceTime",
                     search: false,
                 },
@@ -241,4 +241,4 @@
     onMounted(() => {
         dataList();
     });
-</script>
+</script>