布局文档翻译

This commit is contained in:
qq787203167
2022-07-14 17:19:52 +08:00
parent fad922ffba
commit db50bba7f2
4 changed files with 337 additions and 1 deletions
@@ -73,7 +73,7 @@
<a class="text-operation" @click="comparisonResultsClick(record)">{{$t('comparisonResults')}}</a>
<a class="text-operation"
@click="subscribe(record)">
{{!record.readFlag || record.readFlag == 0 ? $t('subscribe') :$t('CancelSubscribe')}}
{{!record.state || record.state == 0 ? $t('release') :$t('withdraw')}}
</a>
<a class="text-operation" @click="edit(record)">{{$t('edit')}}</a>
<a class="text-operation" @click="deleteData(record)">{{$t('delete')}}</a>