1
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-10-31 14:15:59 +08:00
parent 6b7d3da4a4
commit fadd24480d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<img v-else-if="record.UserTypeEnum*1 === 3" :src="qcAvatar" alt="QC">
<div class="info">
<p class="user-info">
<span style="font-weight:700;">{{ record.CreateUserName }} </span>
<span style="font-weight:700;">{{ record.CreateUserFullName }} </span>
<span>({{ record.CreateTime }}) </span>
</p>
<div class="info-content" v-html="formattedText(record.TalkContent)" />