Przeglądaj źródła

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

liangy 2 lat temu
rodzic
commit
b3ca843618
1 zmienionych plików z 2 dodań i 2 usunięć
  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'
         },
         {