Procházet zdrojové kódy

feat(库存台账): 在物品列表中添加颜色列显示

liujt před 8 měsíci
rodič
revize
7ae992dc59

+ 6 - 1
src/views/warehouseManagement/stockLedger/components/item-list.vue

@@ -394,7 +394,12 @@
             align: 'center',
             showOverflowTooltip: true
           },
-
+          {
+            prop: 'colorKey',
+            label: '颜色',
+            align: 'center',
+            showOverflowTooltip: true
+          },
           {
             prop: 'level',
             label: '级别',