Browse Source

修改

master_hella_20240701
zhaoxuebing 9 months ago
parent
commit
8740d952f0
  1. 16
      src/views/wms/basicDataManage/factoryModeling/productionline/productionline.data.ts

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

@ -20,7 +20,7 @@ export const Productionline = useCrudSchemas(reactive<CrudSchema[]>([
field: 'code',
sort: 'custom',
table: {
width: 150,
width: 180,
fixed: 'left'
},
isSearch: true,
@ -30,7 +30,7 @@ export const Productionline = useCrudSchemas(reactive<CrudSchema[]>([
field: 'name',
sort: 'custom',
table: {
width: 150
width: 180
},
isSearch: true,
},
@ -42,7 +42,7 @@ export const Productionline = useCrudSchemas(reactive<CrudSchema[]>([
isTable: true,
sort: 'custom',
table: {
width: 150
width: 180
},
},
{
@ -51,7 +51,7 @@ export const Productionline = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom',
isSearch: true,
table: {
width: 150
width: 180
},
form: {
// labelMessage: '信息提示说明!!!',
@ -127,7 +127,7 @@ export const Productionline = useCrudSchemas(reactive<CrudSchema[]>([
isTable: true,
sort: 'custom',
table: {
width: 150
width: 180
},
form: {
component: 'Switch',
@ -210,7 +210,7 @@ export const Productionline = useCrudSchemas(reactive<CrudSchema[]>([
field: 'remark',
sort: 'custom',
table: {
width: 150
width: 180
},
},
{
@ -218,7 +218,7 @@ export const Productionline = useCrudSchemas(reactive<CrudSchema[]>([
field: 'creator',
sort: 'custom',
table: {
width: 150
width: 180
},
isTable: false,
isForm: false
@ -229,7 +229,7 @@ export const Productionline = useCrudSchemas(reactive<CrudSchema[]>([
isDetail: false,
isForm: false ,
table: {
width: 150,
width: 180,
fixed: 'right'
}
}

Loading…
Cancel
Save