@@ -129,7 +129,8 @@
"openall": "Open All",
"modifyavatar": "Modify Avatar",
"agree": "Agree",
- "giveup": "Give Up"
+ "giveup": "Give Up",
+ "One-click": "One-Click"
},
"chart": {
"time": "Time",
@@ -130,7 +130,8 @@
"openall": "ขยายทั้งหมด",
"modifyavatar": "เปลี่ยนรูปโปรไฟล์",
"agree": "เห็นด้วย",
- "giveup": "ยอมแพ้ซะ"
+ "giveup": "ยอมแพ้ซะ",
+ "One-click": "คลิกเดียว"
"time": "แบ่งเวลา",
"openall": "全部展开",
"modifyavatar": "修改头像",
"agree": "同意",
- "giveup": "放弃"
+ "giveup": "放弃",
+ "One-click": "一键退订"
"time": "分时",
"openall": "全部展開",
"modifyavatar": "修改頭像",
- "giveup": "放棄"
+ "giveup": "放棄",
+ "One-click": "一鍵退訂"
"time": "分時",
@@ -3,7 +3,7 @@
<app-table-v2 :data="sbyjOrderStore.orderComputedList" :columns="tableColumns">
<template #headerRight>
<div class="buttonbar" v-if="sbyjOrderStore.orderComputedList.length">
- <el-button type="primary" size="small" @click="openComponent('clear')">一键退订</el-button>
+ <el-button type="primary" size="small" @click="openComponent('clear')">{{ t('operation.One-click') }}</el-button>
</div>
</template>
<template #footer>