|
@@ -72,6 +72,11 @@
|
|
|
height="calc(85vh - 187px)"
|
|
height="calc(85vh - 187px)"
|
|
|
:show-overflow-tooltip="true"
|
|
:show-overflow-tooltip="true"
|
|
|
>
|
|
>
|
|
|
|
|
+ <el-table-column :label="t('monitor.serial')" width="70" align="center">
|
|
|
|
|
+ <template #default="scope">
|
|
|
|
|
+ {{ scope.$index + 1 }}
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="计量器具名称" align="center" prop="measureName" min-width="160" />
|
|
<el-table-column label="计量器具名称" align="center" prop="measureName" min-width="160" />
|
|
|
<el-table-column label="证书编码" align="center" prop="measureCertNo" min-width="160" />
|
|
<el-table-column label="证书编码" align="center" prop="measureCertNo" min-width="160" />
|
|
|
<el-table-column label="检测/校准日期" align="center" prop="detectDate" width="140">
|
|
<el-table-column label="检测/校准日期" align="center" prop="detectDate" width="140">
|