Browse Source

空托盘

master
han\hanst 3 months ago
parent
commit
f3eac1aa61
  1. 3
      src/views/modules/dashboard/warehouse-3d-board.vue

3
src/views/modules/dashboard/warehouse-3d-board.vue

@ -283,6 +283,7 @@ export default {
steelPallet: 0, steelPallet: 0,
guardPallet: 0, guardPallet: 0,
flatPallet: 0, flatPallet: 0,
emptyPallet:0,
otherPallet: 0 otherPallet: 0
}, },
@ -649,7 +650,7 @@ export default {
}, },
{ {
value: this.storageData.flatPallet, value: this.storageData.flatPallet,
name: '平托',
name: '平托',
itemStyle: { itemStyle: {
color: { color: {
type: 'linear', type: 'linear',

Loading…
Cancel
Save