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

uat_us
wangxiaoshuang 2025-01-07 11:15:29 +08:00
parent ecf5119269
commit c14079efe3
3 changed files with 4 additions and 4 deletions

View File

@ -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.CreateUserFullName }} </span> <span style="font-weight: 700">{{ record.CreateUserFullName || record.CreateUserName }} </span>
<span>({{ record.CreateTime }}) </span> <span>({{ record.CreateTime }}) </span>
</p> </p>
<div <div

View File

@ -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.CreateUserFullName }} </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" />

View File

@ -10,7 +10,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.CreateUserFullName }} </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="formattedText(record.TalkContent)" /> <div class="info-content" v-html="formattedText(record.TalkContent)" />
@ -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.CreateUserFullName }} </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="formattedText(record.TalkContent)" /> <div class="info-content" v-html="formattedText(record.TalkContent)" />