|
|
@ -135,18 +135,18 @@ export const Monomer = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '发布', |
|
|
|
field: 'sending', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
dictType: DICT_TYPE.BATTERY_SENDING, |
|
|
|
dictClass: 'string', |
|
|
|
isTable: true, |
|
|
|
tableForm: { |
|
|
|
type: 'Select' |
|
|
|
} |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '发布',
|
|
|
|
// field: 'sending',
|
|
|
|
// sort: 'custom',
|
|
|
|
// isSearch: false,
|
|
|
|
// dictType: DICT_TYPE.BATTERY_SENDING,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// isTable: true,
|
|
|
|
// tableForm: {
|
|
|
|
// type: 'Select'
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '一次注液',
|
|
|
|
// field: 'oneInjectPreCpk',
|
|
|
|