From efec95539821d67730af5e64cd5141ae79f03d99 Mon Sep 17 00:00:00 2001 From: zth <1205836521@qq.com> Date: Wed, 12 Mar 2025 10:23:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=9B=9E=E5=BD=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../options/components/newGoodCredit.vue | 126 +++++++++++++----- .../goodConductAudit/index.vue | 30 +++-- jwtech-pc-page/static/config.js | 2 +- .../BsSgcYxjdDynamicCreditController.java | 24 +++- .../domain/BsSgcYxjdDynamicCredit.java | 6 +- .../BsSgcYxjdEngineerPerformanceRecord.java | 2 +- .../BsSgcYxjdDynamicCreditService.java | 8 +- .../BsSgcYxjdDynamicCreditMapper.xml | 19 ++- 8 files changed, 155 insertions(+), 62 deletions(-) diff --git a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/newGoodCredit.vue b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/newGoodCredit.vue index 547c2228..3a75eb8c 100644 --- a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/newGoodCredit.vue +++ b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/newGoodCredit.vue @@ -54,12 +54,14 @@ label="良好行为" align="left" prop="behavior" + :formatter="behaviorFormat" min-width="120" /> - + + + - + placeholder="请选择表彰等级" + style="width: 100%" + + > + + - + + + @@ -440,9 +476,9 @@ - + @@ -533,15 +569,15 @@ - {{ this.creditMsg.behavior }} + {{ behaviorFormat(this.creditMsg) }} - {{ this.creditMsg.commendationLevel }} + {{ commendationLevelFormat(this.creditMsg) }} - {{ this.creditMsg.authority }} + {{ authorityFormat(this.creditMsg) }} @@ -573,7 +609,10 @@ {{ isFormat(this.creditMsg.fillOnYear) }} - + + + {{ isFormat(this.creditMsg.remark) }} +