Browse Source

去掉发布

master
wangyufei 1 month ago
parent
commit
5974facc48
  1. 24
      src/views/battery/monomer/monomer.data.ts

24
src/views/battery/monomer/monomer.data.ts

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

Loading…
Cancel
Save