From 603077a768ba8383d6c3338103ee966234335ccf Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 15 Jan 2024 14:20:22 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80698?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/ScorerMarkBaseInfo.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue b/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue index f97bb6b3..cd38ec0c 100644 --- a/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue @@ -273,19 +273,22 @@ export default { return obj } }, - { + { // 扣分理由 title: this.$t('enterpriseStandardLibrary.reviewMeeting.groundsForDemerit'), align: 'center', width: 300, dataIndex: 'deductionScoreReason', customRender: (text, row, index) => { const obj = { - children: { + // e.target.value = e.target.value.trim() + // this.dataSource[index].deductionScoreReason = e.target.value.trim() + // } } + // />, + children: { - e.target.value = e.target.value.trim() - this.dataSource[index].deductionScoreReason = e.target.value.trim() - } } />, attrs: {} }