Browse Source

修改

master_hella_20240701
zhaoxuebing 10 months ago
parent
commit
01a680c8c3
  1. 16
      src/views/wms/basicDataManage/factoryModeling/locationgroup/locationgroup.data.ts

16
src/views/wms/basicDataManage/factoryModeling/locationgroup/locationgroup.data.ts

@ -20,7 +20,7 @@ export const Locationgroup = useCrudSchemas(reactive<CrudSchema[]>([
field: 'code', field: 'code',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150, width: 180,
fixed: 'left' fixed: 'left'
}, },
isSearch: true isSearch: true
@ -30,7 +30,7 @@ export const Locationgroup = useCrudSchemas(reactive<CrudSchema[]>([
field: 'name', field: 'name',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 180
}, },
isSearch: true, isSearch: true,
}, },
@ -39,7 +39,7 @@ export const Locationgroup = useCrudSchemas(reactive<CrudSchema[]>([
field: 'warehouseCode', field: 'warehouseCode',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 180
}, },
form: { form: {
// labelMessage: '信息提示说明!!!', // labelMessage: '信息提示说明!!!',
@ -64,7 +64,7 @@ export const Locationgroup = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,
table: { table: {
width: 150 width: 180
}, },
form: { form: {
// labelMessage: '信息提示说明!!!', // labelMessage: '信息提示说明!!!',
@ -97,7 +97,7 @@ export const Locationgroup = useCrudSchemas(reactive<CrudSchema[]>([
isSearch: true, isSearch: true,
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 180
}, },
form: { form: {
component: 'Switch', component: 'Switch',
@ -157,7 +157,7 @@ export const Locationgroup = useCrudSchemas(reactive<CrudSchema[]>([
field: 'remark', field: 'remark',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 180
}, },
}, },
{ {
@ -188,7 +188,7 @@ export const Locationgroup = useCrudSchemas(reactive<CrudSchema[]>([
field: 'creator', field: 'creator',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 180
}, },
isForm: false, isForm: false,
isTable: false isTable: false
@ -199,7 +199,7 @@ export const Locationgroup = useCrudSchemas(reactive<CrudSchema[]>([
isDetail: false, isDetail: false,
isForm: false , isForm: false ,
table: { table: {
width: 150, width: 180,
fixed: 'right' fixed: 'right'
} }
} }

Loading…
Cancel
Save