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
},
{
label: '类型',
field: 'type',
dictType: DICT_TYPE.WORK_STATION_TYPE,
dictClass: 'string',
isTable: true,
sort: 'custom',
table: {
width: 150
},
},
// {
// label: '类型',
// field: 'type',
// dictType: DICT_TYPE.WORK_STATION_TYPE,
// dictClass: 'string',
// isTable: true,
// sort: 'custom',
// table: {
// width: 150
// },
// },
{
label: '车间代码',
field: 'workshopCode',

Loading…
Cancel
Save