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) }} +