|
|
@ -29,10 +29,7 @@ export const SamplingProcess = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '描述', |
|
|
|
field: 'description', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
table: { |
|
|
|
width: 175 |
|
|
|
} |
|
|
|
isSearch: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '取样类型', |
|
|
@ -43,31 +40,22 @@ export const SamplingProcess = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: true, |
|
|
|
form: { |
|
|
|
component: 'Select' |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 140 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '评估模式', |
|
|
|
field: 'evaluationMode', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.EVALUATION_MODE, |
|
|
|
dictClass: 'string', // 默认都是字符串类型其他暂不考虑
|
|
|
|
form: { |
|
|
|
component: 'Select' |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 140 |
|
|
|
} |
|
|
|
dictType: DICT_TYPE.EVALUATION_MODE, |
|
|
|
dictClass: 'string', // 默认都是字符串类型其他暂不考虑
|
|
|
|
form: { |
|
|
|
component: 'Select' |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '样品份数', |
|
|
|
field: 'sampleQty', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 140 |
|
|
|
} |
|
|
|
sort: 'custom' |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '采样方案编码', |
|
|
@ -82,9 +70,6 @@ export const SamplingProcess = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
valueField: 'code' |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 175 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -104,9 +89,6 @@ export const SamplingProcess = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss', |
|
|
|
valueFormat: 'x', |
|
|
|
} |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 175 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -122,9 +104,6 @@ export const SamplingProcess = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
inactiveValue: 'FALSE', |
|
|
|
activeValue: 'TRUE' |
|
|
|
} |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 110 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|