Explorar el Código

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

liujt hace 6 meses
padre
commit
8764a48d31
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      src/BIZComponents/selectStockLedger/selectStockLedgerDialog.vue

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

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