Browse Source

货位层列修改

fix_bug_pro20231227
汤建军 1 year ago
parent
commit
64f020a44c
  1. 8
      src/option/basicdata/basicdataGoodsAllocation.js

8
src/option/basicdata/basicdataGoodsAllocation.js

@ -200,8 +200,8 @@ export default {
], ],
}, },
{ {
label: '所在', label: '所在',
prop: 'columnNum', prop: 'layerNum',
type: 'input', type: 'input',
align: 'center', align: 'center',
labelWidth: '100', labelWidth: '100',
@ -213,8 +213,8 @@ export default {
width: 'fit-content', width: 'fit-content',
}, },
{ {
label: '所在', label: '所在',
prop: 'layerNum', prop: 'columnNum',
type: 'input', type: 'input',
align: 'center', align: 'center',
labelWidth: '100', labelWidth: '100',

Loading…
Cancel
Save