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