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

Loading…
Cancel
Save