Browse Source

Merge branch 'master' of https://gitee.com/vansfa/rt_adminUI

wansfa 1 year ago
parent
commit
a369d5278b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/store/components/productOrder.vue

+ 5 - 0
src/views/store/components/productOrder.vue

@@ -166,6 +166,11 @@
             <p>{{JSON.parse(scope.row.jsonInfo).barCode}}</p>
           </template>
         </el-table-column>
+        <el-table-column label="商品组合编码" width="300" align="center">
+          <template slot-scope="scope">
+            <p>{{JSON.parse(scope.row.jsonInfo).groupBarCode}}</p>
+          </template>
+        </el-table-column>
         <el-table-column label="商品名称" width="300" align="center">
           <template slot-scope="scope">
             <p>{{JSON.parse(scope.row.jsonInfo).productName}}</p>