账单暂存

This commit is contained in:
dragon
2024-12-16 16:09:33 +08:00
parent 01a825a7a6
commit aae420c9b0
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
const ar = { const ar = {
diamondLog: { diamondLog: {
邀请活动: "فعالية الدعوة", 全部: "الكل",
公会周期结算会长钻石收入: "إيرادات الماس لرئيس النقابة عند التسوية الدورية", 公会周期结算会长钻石收入: "إيرادات الماس لرئيس النقابة عند التسوية الدورية",
购买房间背景: "شراء خلفية الغرفة", 购买房间背景: "شراء خلفية الغرفة",
自定义房间背景: "خلفية الغرفة المخصصة", 自定义房间背景: "خلفية الغرفة المخصصة",

View File

@@ -1,6 +1,6 @@
const en = { const en = {
diamondLog: { diamondLog: {
邀请活动: "Invitation Event", 全部: "All",
公会周期结算会长钻石收入: "Guild Leader Diamond Income for Periodic Settlement", 公会周期结算会长钻石收入: "Guild Leader Diamond Income for Periodic Settlement",
购买房间背景: "Purchase Room Background", 购买房间背景: "Purchase Room Background",
自定义房间背景: "Custom Room Background", 自定义房间背景: "Custom Room Background",

View File

@@ -1,6 +1,6 @@
const zh = { const zh = {
diamondLog: { diamondLog: {
邀请活动: "邀請活動", 全部: "全部",
公会周期结算会长钻石收入: "公會週期結算會長鑽石收入", 公会周期结算会长钻石收入: "公會週期結算會長鑽石收入",
购买房间背景: "購買房間背景", 购买房间背景: "購買房間背景",
自定义房间背景: "自訂房間背景", 自定义房间背景: "自訂房間背景",

View File

@@ -11,7 +11,7 @@
" "
> >
<div :class="tab === 0 ? 'active' : ''" @click="cutTab(11)"> <div :class="tab === 0 ? 'active' : ''" @click="cutTab(11)">
<span> {{ $t("diamondLog.All") }}</span> <span> {{ $t("diamondLog.全部") }}</span>
<span :class="tab === 0 ? 'active' : ''"></span> <span :class="tab === 0 ? 'active' : ''"></span>
</div> </div>
<div :class="tab === 11 ? 'active' : ''" @click="cutTab(11)"> <div :class="tab === 11 ? 'active' : ''" @click="cutTab(11)">