[update] 修改bug81790
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<div v-for="(item, index) in answerArr" :key="index" class="answer-form-wrapper">
|
||||
<div class="answer-form-wrapper-title">
|
||||
<a-avatar shape="square" :size="28" :src="getAvatarView(item.avatar)" icon="user"/>
|
||||
<p class="user-name">{{ item.departName || '' }} {{ item.name }})</p>
|
||||
<p class="user-name">{{ item.departName || '' }} {{ item.name }}</p>
|
||||
<p v-if="item.isTop" class="top-p">{{ $t('businessSupport.questionAnswer.top') }}</p>
|
||||
</div>
|
||||
<div class="answer-form-desc-div">{{ item.answerDescription }}</div>
|
||||
|
||||
Reference in New Issue
Block a user