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: {} }