刘洋 1 년 전
부모
커밋
c8fc3124f3
1개의 변경된 파일11개의 추가작업 그리고 11개의 파일을 삭제
  1. 11 11
      src/views/resource-guard/device-guard/device-send/index.vue

+ 11 - 11
src/views/resource-guard/device-guard/device-send/index.vue

@@ -331,7 +331,7 @@ const columns = [
   {
     title: '服务单元',
     colKey: 'serviceName',
-    width: 100,
+    width: 140,
     cell: 'serviceName',
   },
   {
@@ -353,32 +353,32 @@ const columns = [
   {
     title: '供应商',
     colKey: 'supplierName',
-    width: 100,
+    width: 140,
   },
   {
     title: '设备编号',
     colKey: 'deviceNo',
-    width: 100,
+    width: 150,
   },
   {
     title: '序列号',
     colKey: 'serialNo',
-    width: 100,
+    width: 150,
   },
   {
     title: '品牌',
     colKey: 'brand',
-    width: 70,
+    width: 100,
   },
   {
     title: '型号',
     colKey: 'model',
-    width: 70,
+    width: 100,
   },
   {
     title: '邮寄地址',
     colKey: 'mailingAddress',
-    minWidth: 150,
+    minWidth: 180,
   },
   {
     title: '收件人',
@@ -388,12 +388,12 @@ const columns = [
   {
     title: '收件人电话',
     colKey: 'consigneePhone',
-    width: 110,
+    width: 130,
   },
   {
     title: '快递单号',
     colKey: 'expressNo',
-    width: 110,
+    width: 150,
   },
   {
     title: '快递单截图',
@@ -408,7 +408,7 @@ const columns = [
   {
     title: '发货时间',
     colKey: 'deliverTimeStr',
-    width: 90,
+    width: 180,
   },
   {
     title: '发货人',
@@ -418,7 +418,7 @@ const columns = [
   {
     title: '签收时间',
     colKey: 'receiveTimeStr',
-    width: 90,
+    width: 180,
   },
   {
     title: '管理',