Kaynağa Gözat

修复出库单显示的问题

695593266@qq.com 4 ay önce
ebeveyn
işleme
5a879676e4

+ 11 - 11
src/views/produce/components/feeding/components/outboundOrderDialog.vue

@@ -76,49 +76,49 @@
           {
           {
             prop: 'batchNo',
             prop: 'batchNo',
             label: '批次号',
             label: '批次号',
-            width: 100,
+            minWidth: 100,
             align: 'center',
             align: 'center',
             showOverflowTooltip: true
             showOverflowTooltip: true
           },
           },
           {
           {
             prop: 'brandNum',
             prop: 'brandNum',
             label: '牌号',
             label: '牌号',
-            width: 100,
+            minWidth: 100,
             align: 'center',
             align: 'center',
             showOverflowTooltip: true
             showOverflowTooltip: true
           },
           },
           {
           {
             prop: 'name',
             prop: 'name',
             label: '名称',
             label: '名称',
-            width: 150,
+            minWidth: 150,
             align: 'center',
             align: 'center',
             showOverflowTooltip: true
             showOverflowTooltip: true
           },
           },
           {
           {
             prop: 'code',
             prop: 'code',
             label: '编码',
             label: '编码',
-            width: 150,
+            minWidth: 150,
             align: 'center',
             align: 'center',
             showOverflowTooltip: true
             showOverflowTooltip: true
           },
           },
           {
           {
             prop: 'feedQuantity',
             prop: 'feedQuantity',
             label: '数量',
             label: '数量',
-            width: 90,
+            minWidth: 90,
             align: 'center',
             align: 'center',
             showOverflowTooltip: true
             showOverflowTooltip: true
           },
           },
           {
           {
             prop: 'unit',
             prop: 'unit',
             label: '单位',
             label: '单位',
-            width: 100,
+            minWidth: 100,
             align: 'center',
             align: 'center',
             showOverflowTooltip: true
             showOverflowTooltip: true
           },
           },
           {
           {
             prop: 'extInfo.engrave',
             prop: 'extInfo.engrave',
             label: '刻码',
             label: '刻码',
-            width: 100,
+            minWidth: 100,
             align: 'center',
             align: 'center',
             showOverflowTooltip: true
             showOverflowTooltip: true
           },
           },
@@ -126,28 +126,28 @@
             prop: 'weight',
             prop: 'weight',
             slot: 'weight',
             slot: 'weight',
             label: '重量',
             label: '重量',
-            width: 120,
+            minWidth: 120,
             align: 'center',
             align: 'center',
             showOverflowTooltip: true
             showOverflowTooltip: true
           },
           },
           {
           {
             prop: 'modelType',
             prop: 'modelType',
             label: '型号',
             label: '型号',
-            width: 150,
+            minWidth: 150,
             align: 'center',
             align: 'center',
             showOverflowTooltip: true
             showOverflowTooltip: true
           },
           },
           {
           {
             prop: 'specification',
             prop: 'specification',
             label: '规格',
             label: '规格',
-            width: 150,
+            minWidth: 150,
             align: 'center',
             align: 'center',
             showOverflowTooltip: true
             showOverflowTooltip: true
           },
           },
           {
           {
             prop: 'createTime',
             prop: 'createTime',
             label: '创建日期',
             label: '创建日期',
-            width: 200,
+            minWidth: 200,
             align: 'center',
             align: 'center',
             showOverflowTooltip: true
             showOverflowTooltip: true
           }
           }