yusheng 9 месяцев назад
Родитель
Сommit
bdbe5fc867

+ 8 - 0
src/views/warehouseManagement/stockLedger/components/item-list.vue

@@ -592,6 +592,14 @@
                 showOverflowTooltip: true
               }
             : '',
+          this.isPrice == 1
+            ? {
+                prop: 'totalMoney',
+                label: '金额',
+                showOverflowTooltip: true
+              }
+            : '',
+
           this.selectedDime == 2
             ? {
                 prop: 'createTime',