@@ -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",
],
@@ -104,7 +104,7 @@ export const formOption = {
// ],
span: 24,
value: 0,
@@ -112,7 +112,7 @@ export const formOption = {
@@ -226,7 +226,7 @@
search: false,
@@ -241,4 +241,4 @@
onMounted(() => {
dataList();
});
-</script>
+</script>