From 5c90062b139b4a8dbdd5b42fabe74d37d417447b Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期六, 29 三月 2025 15:55:57 +0800 Subject: [PATCH] 设备核查计划-字段错误 --- src/views/CNAS/resourceDemand/device/component/checkRecord.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/CNAS/resourceDemand/device/component/checkRecord.vue b/src/views/CNAS/resourceDemand/device/component/checkRecord.vue index a8a2376..a88f416 100644 --- a/src/views/CNAS/resourceDemand/device/component/checkRecord.vue +++ b/src/views/CNAS/resourceDemand/device/component/checkRecord.vue @@ -85,7 +85,7 @@ </el-col> </el-row> <el-button size="small" style="margin: 10px 0" type="primary" @click="addRow">娣诲姞</el-button> - <el-table :data="recordDetailList" height="300" style="width: 100%"> + <el-table :data="recordDetailList" height="300" style="width: 100%" :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border> <el-table-column label="娴嬭瘯鐐�" min-width="130" prop="testPoint"> <template slot-scope="scope"> <el-input v-model="scope.row.testPoint" clearable size="small"></el-input> @@ -272,7 +272,7 @@ determine: '', remark: '', planDetailsId: '', - checkerUserId: '', + reviewUserId: '', }, currentStep: 0, distributionDetailList: [ @@ -303,7 +303,7 @@ this.form = { ...res.data } this.form.planDetailsId = planDetailsId this.recordDetailList = this.form.recordDetailList || [] - if (!this.form.checkerUserId) { + if (!this.form.reviewUserId) { this.currentStep = 0 } else { this.currentStep = 1 -- Gitblit v1.9.3