@@ -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",
@@ -104,7 +104,7 @@ export const formOption = {
// ],
},*/
- label: "前置时间",
+ label: "后置时间",
span: 24,
value: 0,
@@ -112,7 +112,7 @@ export const formOption = {
@@ -231,7 +231,7 @@
search: false,