修改我的消息的细节

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}} {{$t('NotificationTime')}}: {{this.$route.query.sendTime}}
</span> </span>
</div> </div>
<div class="box-content"> <div class="box-content" v-html="this.$route.query.msgContentInfo">
{{this.$route.query.msgContentInfo}} <!-- {{this.$route.query.msgContentInfo}}-->
</div> </div>
</div> </div>
</template> </template>
@@ -65,8 +65,8 @@
:loading="loading" :loading="loading"
@change="handleTableChange"> @change="handleTableChange">
<span slot="msgContent" slot-scope="text,scope"> <span slot="msgContent" slot-scope="text,scope">
<a :style="{'color':scope.readFlag == 0 ? 'red':'#00A0E9'}" @click="msgContentClick(scope)"> <a :style="{'color':scope.readFlag == 0 ? 'red':'#00A0E9'}" :title="text" @click="msgContentClick(scope)">
{{text}} {{text && text.length > 25?text.slice(0,24)+'...':text}}
</a> </a>
</span> </span>
<span slot="msgCategory" slot-scope="text,scope"> <span slot="msgCategory" slot-scope="text,scope">