Browse Source

字段宽度调整

master_hella_20240701
陈薪名 8 months ago
parent
commit
95baf9a0ee
  1. 6
      src/views/wms/countManage/count/countJobMain/countJobMain.data.ts
  2. 2
      src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts

6
src/views/wms/countManage/count/countJobMain/countJobMain.data.ts

@ -10,7 +10,7 @@ export const CountJobMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'number',
sort: 'custom',
table: {
width: 170,
width: 180,
fixed: 'left'
},
isSearch: true
@ -563,7 +563,7 @@ export const CountJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
field: 'number',
sort: 'custom',
table: {
width: 170
width: 180
},
},
{
@ -571,7 +571,7 @@ export const CountJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
field: 'countDetailNumber',
sort: 'custom',
table: {
width: 170
width: 180
},
},
{

2
src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts

@ -27,7 +27,7 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'number',
sort: 'custom',
table: {
width: 170,
width: 180,
fixed: 'left'
},
isSearch: true,

Loading…
Cancel
Save