Browse Source

工位信息 隐藏类型字段

master_hella_20240701
陈薪名 9 months ago
parent
commit
571b8d8868
  1. 22
      src/views/wms/basicDataManage/factoryModeling/workstation/workstation.data.ts

22
src/views/wms/basicDataManage/factoryModeling/workstation/workstation.data.ts

@ -37,17 +37,17 @@ export const Workstation = useCrudSchemas(reactive<CrudSchema[]>([
}, },
isSearch: true isSearch: true
}, },
{ // {
label: '类型', // label: '类型',
field: 'type', // field: 'type',
dictType: DICT_TYPE.WORK_STATION_TYPE, // dictType: DICT_TYPE.WORK_STATION_TYPE,
dictClass: 'string', // dictClass: 'string',
isTable: true, // isTable: true,
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '车间代码', label: '车间代码',
field: 'workshopCode', field: 'workshopCode',

Loading…
Cancel
Save