Explorar o código

style(stockManagement): 修正了表格中牌号列的对齐方式,添加缺失的brandNum属性

liujt hai 11 horas
pai
achega
593e068b30

+ 2 - 1
src/views/warehouseManagement/stockManagement/components/selectType.vue

@@ -206,8 +206,9 @@
             fixed: 'left'
           },
           {
+            prop: 'brandNum',
             label: '牌号',
-            align: 'brandNum',
+            align: 'center',
             showOverflowTooltip: true
           },
           {