@@ -275,6 +275,62 @@ option.value = Object.assign(option.value, {
],
},
{
+ label: "是否工装",
+ prop: "frock",
+ search: true,
+ width: 90,
+ overHidden: true,
+ filterable: true,
+ hide: true,
+ display: false,
+ type: "radio", //类型为单选框
+ dicData: [
+ {
+ label: "是",
+ value: "1",
+ },
+ label: "否",
+ value: "0",
+ ],
+ rules: [
+ required: true,
+ message: "是否工装",
+ trigger: "blur",
+ label: "关重件",
+ prop: "important",
+ message: "是否关重件",
label: "质量等级",
prop: "qualityLevelDictValue",
search: true,
@@ -378,13 +378,15 @@ option.value = Object.assign(option.value, {
- /*{
label: "是否工装",
prop: "frock",
width: 90,
overHidden: true,
filterable: true,
type: "radio", //类型为单选框
dicData: [
@@ -404,7 +406,7 @@ option.value = Object.assign(option.value, {
trigger: "blur",
- },*/
label: "筛选规范",
prop: "selectionSpec",