فهرست منبع

粉尘监测报表表格样式修改

bobo04052021@163.com 1 ماه پیش
والد
کامیت
90299ad2d1
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      src/views/vent/dust/dustMonitorTable/dust-table.data.ts

+ 4 - 4
src/views/vent/dust/dustMonitorTable/dust-table.data.ts

@@ -453,7 +453,7 @@ export const dataDltColumns = [
     align: 'center',
     dataIndex: 'key',
     key: 'key',
-    width: 200,
+    width: 130,
     customRender: ({ text }) => fieldDltMapping[text] || text,
   },
   {
@@ -464,7 +464,7 @@ export const dataDltColumns = [
     key: 'value',
   },
   {
-    width: 100,
+    width: 130,
     align: 'center',
     title: '监测地点',
     dataIndex: 'jcdd',
@@ -592,7 +592,7 @@ export const AllDataDltColumns = [
     align: 'center',
     dataIndex: 'key',
     key: 'key',
-    width: 200,
+    width: 130,
     customRender: ({ text }) => fieldDltMapping[text] || text,
   },
   {
@@ -603,7 +603,7 @@ export const AllDataDltColumns = [
     key: 'value',
   },
   {
-    width: 100,
+    width: 130,
     align: 'center',
     title: '监测地点',
     dataIndex: 'jcdd',