Browse Source

设置宽度(临时修改)

master_hella_20240701
TengXF 6 months ago
parent
commit
593db5392e
  1. 2
      src/views/mes/workScheduling/workScheduling.data.ts

2
src/views/mes/workScheduling/workScheduling.data.ts

@ -164,7 +164,7 @@ export const WorkScheduling = useCrudSchemas(reactive<CrudSchema[]>([
label: '操作',
field: 'action',
isForm: false,
// width: '220px',
width: '220px',
table: {
width: 'wrapContent',
fixed: 'right'

Loading…
Cancel
Save