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