|
@@ -399,7 +399,6 @@ option.value = Object.assign(option.value, {
|
|
|
value: "dictValue",
|
|
|
},
|
|
|
span: 12,
|
|
|
- row: true,
|
|
|
rules: [
|
|
|
{
|
|
|
required: true,
|
|
@@ -409,6 +408,18 @@ option.value = Object.assign(option.value, {
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
+ label: "工序标注",
|
|
|
+ prop: "operationLabel",
|
|
|
+ span: 12,
|
|
|
+ rules: [
|
|
|
+ {
|
|
|
+ max: 20,
|
|
|
+ message: "工序标注不能超过20个字符",
|
|
|
+ trigger: "blur",
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
label: "方法",
|
|
|
prop: "method",
|
|
|
span: 12,
|