修改我的消息的细节

This commit is contained in:
qq787203167
2022-03-08 14:22:57 +08:00
parent 448549b649
commit 39106032e8
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
{{$t('NotificationTime')}}: {{this.$route.query.sendTime}}
</span>
</div>
<div class="box-content">
{{this.$route.query.msgContentInfo}}
<div class="box-content" v-html="this.$route.query.msgContentInfo">
<!-- {{this.$route.query.msgContentInfo}}-->
</div>
</div>
</template>
@@ -65,8 +65,8 @@
:loading="loading"
@change="handleTableChange">
<span slot="msgContent" slot-scope="text,scope">
<a :style="{'color':scope.readFlag == 0 ? 'red':'#00A0E9'}" @click="msgContentClick(scope)">
{{text}}
<a :style="{'color':scope.readFlag == 0 ? 'red':'#00A0E9'}" :title="text" @click="msgContentClick(scope)">
{{text && text.length > 25?text.slice(0,24)+'...':text}}
</a>
</span>
<span slot="msgCategory" slot-scope="text,scope">