Browse Source

fix--展示办结情况和群众认可

feature/tsjb-1.0
buaixuexideshitongxue 3 weeks ago
parent
commit
fe01246b9d
  1. 4
      src/components/negative/verify-description.vue

4
src/components/negative/verify-description.vue

@ -129,14 +129,14 @@
<label>办结情况</label>
<span>{{ getDictLable(
dict.completionStatus,
negative.completionStatus
initialReviewInfo.completionStatus
) }}</span>
</div>
<div class="col col-6" v-if="initialReviewInfo.publicRecognition">
<label>群众认可</label>
<span>{{ getDictLable(
dict.publicRecognition,
negative.publicRecognition
initialReviewInfo.publicRecognition
) }}</span>
</div>
</div>

Loading…
Cancel
Save