修改我的消息的细节
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user