Преглед изворни кода

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

liujt пре 8 месеци
родитељ
комит
7ae992dc59
1 измењених фајлова са 6 додато и 1 уклоњено
  1. 6 1
      src/views/warehouseManagement/stockLedger/components/item-list.vue

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

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