浏览代码

发运明细 tbale单元格距离调整

liangy 3 年之前
父节点
当前提交
b3ca843618
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/shipment-details/shipmentList.vue

+ 2 - 2
src/views/shipment-details/shipmentList.vue

@@ -303,7 +303,7 @@ export default {
         {
           title: '款号',
           dataIndex: 'itemNumber',
-          width: 120,
+          width: 180,
           className: 'replacecolor'
         },
         {
@@ -353,7 +353,7 @@ export default {
         {
           title: '采购/委外订单号',
           dataIndex: 'purOrSubOrder',
-          width: 120,
+          width: 180,
           className: 'replacecolor'
         },
         {