From 6d4df081d97d3aa1a25879416df5f4c53c15a0d9 Mon Sep 17 00:00:00 2001 From: Xu Zhimeng Date: Wed, 7 Jun 2023 16:08:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96database=E9=A1=B5?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B9=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/DataBase.vue | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/system/DataBase.vue b/src/views/system/DataBase.vue index 03d2133..a36a1bb 100644 --- a/src/views/system/DataBase.vue +++ b/src/views/system/DataBase.vue @@ -57,12 +57,12 @@ const columns = [ title: 'SITE DET CODE', align: 'left', dataIndex: 'siteDetCode', - width: 130 + width: 150 }, { title: 'SAMPLE ID', align: 'left', - width: 100, + width: 120, dataIndex: 'sampleId' }, { @@ -74,25 +74,25 @@ const columns = [ { title: 'DETECTOR', align: 'left', - width: 100, + width: 120, dataIndex: 'detectorsName' }, { title: 'SAMPLE TYPE', align: 'left', - width: 120, + width: 140, dataIndex: 'sampleType' }, { title: 'DATA TYPE', align: 'left', - width: 100, + width: 120, dataIndex: 'dataType' }, { title: 'GEOMETRY', align: 'left', - width: 100, + width: 120, dataIndex: 'geometry' }, { @@ -104,31 +104,31 @@ const columns = [ { title: 'TRANSMIT DTG', align: 'left', - width: 150, + width: 180, dataIndex: 'transmitDtg' }, { title: 'COLLECT START', align: 'left', - width: 150, + width: 180, dataIndex: 'collectStart' }, { title: 'COLLECT STOP', align: 'left', - width: 150, + width: 180, dataIndex: 'collectStop' }, { title: 'ACQ.START', align: 'left', - width: 150, + width: 180, dataIndex: 'acquisitionStart' }, { title: 'ACQ.STOP', align: 'left', - width: 150, + width: 180, dataIndex: 'acquisitionStop' }, { @@ -140,7 +140,7 @@ const columns = [ { title: 'ACQ.LIVE(S)', align: 'left', - width: 100, + width: 140, dataIndex: 'acquisitionLiveSec' }, {