|
|
@ -71,13 +71,39 @@ export const DetectionTemplate = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '检测模版类型', |
|
|
|
field: 'itemType', |
|
|
|
dictType: DICT_TYPE.ITEMBASIC_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
isTable: true, |
|
|
|
isSearch:true, |
|
|
|
// table: {
|
|
|
|
// width: 100
|
|
|
|
// } ,
|
|
|
|
search:{ |
|
|
|
componentProps: { |
|
|
|
// inactiveValue: 'DISABLE',
|
|
|
|
// activeValue: 'ENABLE',
|
|
|
|
filterable:true |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'Select', |
|
|
|
componentProps: { |
|
|
|
// inactiveValue: 'DISABLE',
|
|
|
|
// activeValue: 'ENABLE',
|
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '模版名称', |
|
|
|
field: 'name', |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '色差行数', |
|
|
|
label: '色差检测点位数', |
|
|
|
field: 'lineNumber', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
@ -142,32 +168,7 @@ export const DetectionTemplate = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isTable:false, |
|
|
|
isForm:false |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '物料类型', |
|
|
|
field: 'itemType', |
|
|
|
dictType: DICT_TYPE.ITEMBASIC_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
isTable: true, |
|
|
|
isSearch:true, |
|
|
|
// table: {
|
|
|
|
// width: 100
|
|
|
|
// } ,
|
|
|
|
search:{ |
|
|
|
componentProps: { |
|
|
|
// inactiveValue: 'DISABLE',
|
|
|
|
// activeValue: 'ENABLE',
|
|
|
|
filterable:true |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'Select', |
|
|
|
componentProps: { |
|
|
|
// inactiveValue: 'DISABLE',
|
|
|
|
// activeValue: 'ENABLE',
|
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '操作', |
|
|
|
field: 'action', |
|
|
|