chris 1 năm trước cách đây
mục cha
commit
5a0f5f89dd
1 tập tin đã thay đổi với 9 bổ sung9 xóa
  1. 9 9
      src/views/modules/order/order-detail.vue

+ 9 - 9
src/views/modules/order/order-detail.vue

@@ -57,6 +57,14 @@
             :show-tooltip-when-overflow="true"
             label="物料名称">
           </el-table-column>
+          <el-table-column
+            prop="relatedProduct"
+            header-align="center"
+            align="center"
+            width="120"
+            :show-tooltip-when-overflow="true"
+            label="物料关联">
+          </el-table-column>
           <el-table-column
             header-align="center"
             align="center"
@@ -86,7 +94,7 @@
             label="数量">
           </el-table-column>
           <el-table-column
-            prop="cnt"
+            prop="unit"
             header-align="center"
             align="center"
             width="80"
@@ -193,14 +201,6 @@
               <el-button :disabled="!scope.row.prodProductionList || scope.row.prodProductionList.length === 0" type="text" size="small" @click="productListHandle(scope.row)">查看</el-button>
             </template>
           </el-table-column>
-          <el-table-column
-            prop="relatedProduct"
-            header-align="center"
-            align="center"
-            width="120"
-            :show-tooltip-when-overflow="true"
-            label="物料关联">
-          </el-table-column>
           <el-table-column
             prop="appraisal"
             header-align="center"