质疑弹框用户名修改为姓名
continuous-integration/drone/push Build is running Details

uat_us
wangxiaoshuang 2025-01-07 10:51:23 +08:00
parent bae5b9c51c
commit b35ff2b7dc
3 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@
/> />
<div class="info"> <div class="info">
<p class="user-info"> <p class="user-info">
<span style="font-weight: 700">{{ record.CreateUserName }} </span> <span style="font-weight: 700">{{ record.CreateUserFullName || record.CreateUserName }} </span>
<span>({{ record.CreateTime }}) </span> <span>({{ record.CreateTime }}) </span>
</p> </p>
<div <div
@ -42,7 +42,7 @@
<div v-else class="word-my"> <div v-else class="word-my">
<div class="info"> <div class="info">
<p class="user-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> <span>({{ record.CreateTime }}) </span>
</p> </p>
<div <div

View File

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

View File

@ -20,7 +20,7 @@
<div v-else class="word-my"> <div v-else class="word-my">
<div class="info"> <div class="info">
<p class="user-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> <span>({{ record.CreateTime }}) </span>
</p> </p>
<div class="info-content" v-html="formattedText(record.TalkContent)" /> <div class="info-content" v-html="formattedText(record.TalkContent)" />