瀏覽代碼

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

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',