diff --git a/pages/index/instruct.vue b/pages/index/instruct.vue index 4810082..a0c96cc 100644 --- a/pages/index/instruct.vue +++ b/pages/index/instruct.vue @@ -547,11 +547,12 @@ :key="index3" :style="getDynamicStyle(item3, item.shipSpace)"> - {{item3.amount}} {{item3.potName}} {{item3.stowageNo,}} + {{item3.stowageNo}} {{item3.amount}} {{item3.potName}}

- {{item3.amount}} {{item3.potName}} {{item3.stowageNo,}} + {{item3.stowageNo}} {{item3.amount}} + {{item3.potName}}