|
@ -462,6 +462,8 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
|
|
dictClass: 'string', |
|
|
isTable: false, |
|
|
isTable: false, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
}, |
|
|
}, |
|
@ -475,16 +477,6 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
isTable: false, |
|
|
isTable: false, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '备注', |
|
|
|
|
|
field: 'remark', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 350 |
|
|
|
|
|
}, |
|
|
|
|
|
isTable: false, |
|
|
|
|
|
isForm: false, |
|
|
|
|
|
}, |
|
|
|
|
|
// {
|
|
|
// {
|
|
|
// label: '开始时间',
|
|
|
// label: '开始时间',
|
|
|
// field: 'beginTime',
|
|
|
// field: 'beginTime',
|
|
|