From 540b0797ac57daadcd5723a965609a6e1d24c4a2 Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期三, 23 四月 2025 10:30:13 +0800 Subject: [PATCH] 修改系统名称 --- src/views/CNAS/resourceDemand/device/component/addVerificationYearPlanDia.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/CNAS/resourceDemand/device/component/addVerificationYearPlanDia.vue b/src/views/CNAS/resourceDemand/device/component/addVerificationYearPlanDia.vue index 29618b3..894b4ad 100644 --- a/src/views/CNAS/resourceDemand/device/component/addVerificationYearPlanDia.vue +++ b/src/views/CNAS/resourceDemand/device/component/addVerificationYearPlanDia.vue @@ -14,7 +14,7 @@ <div style="margin: 10px 0"> <el-table ref="yearTable" :data="examinePlanDetailsList" id="templateParamTable" row-key="deviceId" v-loading="yearTableLoading" - :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border height="500px"> + :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border height="560px"> <el-table-column label="璁惧鍚嶇О" min-width="190" prop="deviceName"> <template slot-scope="scope"> <el-input v-model="scope.row.deviceName" clearable size="small"></el-input> -- Gitblit v1.9.3