[update] 我的消息阅读状态翻译
This commit is contained in:
@@ -63,9 +63,9 @@
|
||||
<!--已读、未读状态-->
|
||||
<template v-slot:readFlag="{text, record}">
|
||||
<a-tooltip overlay-class-name="tooltip-style">
|
||||
<template slot="title">{{ text}}</template>
|
||||
<template slot="title">{{ isChinese() ? text : record.readFlag_dictTextEn }}</template>
|
||||
<div class="table-text" :class="{'agree-color': record.readFlag + '' === '1', 'reject-color': record.readFlag + '' === '0'}">
|
||||
{{ text }}
|
||||
{{ isChinese() ? text : record.readFlag_dictTextEn }}
|
||||
</div>
|
||||
</a-tooltip>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user