FengChaoYu 3 vuotta sitten
vanhempi
commit
14188f35b8
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/views/supply/engin/engin_list.vue

+ 1 - 0
src/views/supply/engin/engin_list.vue

@@ -178,6 +178,7 @@
                 {{scope.row.totalAmount | numToFixed}}
               </template>
             </el-table-column>
+            <el-table-column align="left" label="已订数量" prop="hasOrderQty" min-width="100" show-overflow-tooltip></el-table-column>
              <el-table-column align="left" label="业务员" prop="itemServiceName" min-width="100" show-overflow-tooltip></el-table-column>
             <el-table-column align="left" label="表头业务员" prop="serviceName" min-width="100" show-overflow-tooltip></el-table-column>
             <el-table-column align="left" label="备注" prop="remark" min-width="160" show-overflow-tooltip></el-table-column>