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