Browse Source

缺陷管理优化

master
陈裕财 4 years ago
parent
commit
35c1a0da7f
  1. 2
      src/views/xm/core/xmQuestion/XmQuestionEdit.vue

2
src/views/xm/core/xmQuestion/XmQuestionEdit.vue

@ -93,7 +93,7 @@
<el-form-item v-if="!flowInfoVisible" label="上次处理意见" prop="lremark">
<el-col v-if="editForm.lremark" :span="24" >
<div class="wf-main-context-box" >
<div class="wf-main-context" v-html="editForm.lremark"></div>
<div class="wf-main-context rich-context" v-html="editForm.lremark"></div>
</div>
</el-col>
<font v-else></font>

Loading…
Cancel
Save