소스 검색

发运明细 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'
         },
         {