Просмотр исходного кода

feat(selectStockLedgerDialog): 添加颜色和机型列到库存弹窗

liujt 6 месяцев назад
Родитель
Сommit
8764a48d31
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      src/BIZComponents/selectStockLedger/selectStockLedgerDialog.vue

+ 12 - 0
src/BIZComponents/selectStockLedger/selectStockLedgerDialog.vue

@@ -186,6 +186,18 @@
             align: 'center',
             align: 'center',
             showOverflowTooltip: true
             showOverflowTooltip: true
           },
           },
+          {
+            prop: 'colorKey',
+            label: '颜色',
+            align: 'center',
+            showOverflowTooltip: true
+          },
+          {
+            prop: 'modelKey',
+            label: '机型',
+            align: 'center',
+            showOverflowTooltip: true
+          },
           {
           {
             prop: 'measureQuantity',
             prop: 'measureQuantity',
             label: '库存',
             label: '库存',