liujt 2 недель назад
Родитель
Сommit
36edd776db
1 измененных файлов с 9 добавлено и 9 удалено
  1. 9 9
      src/BIZComponents/selectStockLedger/selectStockLedgerDialog.vue

+ 9 - 9
src/BIZComponents/selectStockLedger/selectStockLedgerDialog.vue

@@ -190,6 +190,15 @@
             showOverflowTooltip: true,
             minWidth: 110
           },
+          {
+            prop: 'saleCount',
+            slot: 'saleCount',
+            label: '订单数量',
+            showOverflowTooltip: true,
+            align: 'center',
+            minWidth: 120,
+            hide: !this.showSaleCount
+          },
           {
             prop: 'brandNum',
             align: 'center',
@@ -257,15 +266,6 @@
             showOverflowTooltip: true,
             hide: this.dimension == 1
           },
-          {
-            prop: 'saleCount',
-            slot: 'saleCount',
-            label: '订单数量',
-            showOverflowTooltip: true,
-            align: 'center',
-            minWidth: 120,
-            hide: !this.showSaleCount
-          },
           {
             prop: 'measureQuantity',
             label: '库存',