diff --git a/locale/en.json b/locale/en.json index eec55782..ed1613a5 100644 --- a/locale/en.json +++ b/locale/en.json @@ -42,6 +42,11 @@ "service": "service", "base": "Base", "params": "Params", + "status": "Status", + "reason": "Reason", + "close_reason": "Close Reason", + "refuse": "Refuse", + "buy": "Buy", "web_client": "WebClient", "app_client": "AppClient", "please_input": "Please enter", @@ -1205,7 +1210,6 @@ "s70kj4": "Application Information", "1s2f0g": "Electronic invoice", "4tu3v3": "You can click on the invoice name and copy it, then go to the browser to open the address and download the invoice.", - "rrfex6": "state", "p73963": "Invoice content", "41qbu6": "Name of the bank where the enterprise opens the account", "3a9459": "Enterprise account opening", @@ -1594,7 +1598,8 @@ "c9e2ms": "Please fill in the courier name", "ld10pm": "Please fill in the courier tracking number", "87tuff": "Describe the reason", - "6uygft": "Describe the reason in a format of 1-230 characters" + "6uygft": "Describe the reason in a format of 1-230 characters", + "t67iug": "You have applied for platform intervention in mediation!" } }, "ask-comments": { @@ -1620,7 +1625,6 @@ }, "binding-list": { "binding-list": { - "kh7951": "buy", "2u4v35": "Put it away", "91d60h": "launch" } diff --git a/locale/zh.json b/locale/zh.json index 0939af5b..4e861386 100644 --- a/locale/zh.json +++ b/locale/zh.json @@ -42,6 +42,11 @@ "service": "服务", "base": "基础", "params": "参数", + "status": "状态", + "reason": "原因", + "close_reason": "关闭原因", + "refuse": "拒绝", + "buy": "购买", "web_client": "web端", "app_client": "手机端", "please_input": "请输入", @@ -1581,7 +1586,8 @@ "c9e2ms": "请填写快递名称", "ld10pm": "请填写快递单号", "87tuff": "描述原因", - "6uygft": "描述原因格式1~230个字符" + "6uygft": "描述原因格式1~230个字符", + "t67iug": "您已申请平台介入调解!" } }, "ask-comments": { @@ -1607,7 +1613,6 @@ }, "binding-list": { "binding-list": { - "kh7951": "购买", "2u4v35": "收起", "91d60h": "展开" } diff --git a/pages/plugins/binding/components/binding-list/binding-list.vue b/pages/plugins/binding/components/binding-list/binding-list.vue index b75cdd0f..00c29255 100644 --- a/pages/plugins/binding/components/binding-list/binding-list.vue +++ b/pages/plugins/binding/components/binding-list/binding-list.vue @@ -20,7 +20,7 @@ - + diff --git a/pages/plugins/coin/cash-list/cash-list.vue b/pages/plugins/coin/cash-list/cash-list.vue index d9d71a77..cb1a5340 100644 --- a/pages/plugins/coin/cash-list/cash-list.vue +++ b/pages/plugins/coin/cash-list/cash-list.vue @@ -7,7 +7,7 @@ - {{ recharge_status_name !== null && recharge_status_name !== $t('common.all') ? recharge_status_name : $t('invoice-detail.invoice-detail.rrfex6') }} + {{ recharge_status_name !== null && recharge_status_name !== $t('common.all') ? recharge_status_name : $t('common.status') }} diff --git a/pages/plugins/coin/recharge-list/recharge-list.vue b/pages/plugins/coin/recharge-list/recharge-list.vue index 9bf928de..955a1135 100644 --- a/pages/plugins/coin/recharge-list/recharge-list.vue +++ b/pages/plugins/coin/recharge-list/recharge-list.vue @@ -7,7 +7,7 @@ - {{ recharge_status_name !== null && recharge_status_name !== $t('common.all') ? recharge_status_name : $t('invoice-detail.invoice-detail.rrfex6') }} + {{ recharge_status_name !== null && recharge_status_name !== $t('common.all') ? recharge_status_name : $t('common.status') }} diff --git a/pages/plugins/realstore/batchorder-list/batchorder-list.vue b/pages/plugins/realstore/batchorder-list/batchorder-list.vue index 69ec8f8a..abbbe643 100644 --- a/pages/plugins/realstore/batchorder-list/batchorder-list.vue +++ b/pages/plugins/realstore/batchorder-list/batchorder-list.vue @@ -78,7 +78,7 @@ { name: this.$t('form.form.xy87t8'), field: "describe" }, { name: this.$t('common.note'), field: "note" }, { name: this.$t('buy.buy.s7rr5s'), field: "upd_time" }, - { name: this.$t('invoice-detail.invoice-detail.rrfex6'), field: "status_name" }, + { name: this.$t('common.status'), field: "status_name" }, ], }; }, diff --git a/pages/user-orderaftersale-detail/user-orderaftersale-detail.vue b/pages/user-orderaftersale-detail/user-orderaftersale-detail.vue index dfccf369..ab35b2e3 100644 --- a/pages/user-orderaftersale-detail/user-orderaftersale-detail.vue +++ b/pages/user-orderaftersale-detail/user-orderaftersale-detail.vue @@ -40,7 +40,7 @@ - + {{ aftersale_data.tips_msg.title }} {{ aftersale_data.tips_msg.desc }} {{ plugins_intellectstools_data.service_msg }} @@ -50,6 +50,25 @@ + + {{$t('user-orderaftersale-detail.user-orderaftersale-detail.t67iug')}} + + {{$t('common.status')}}: + {{plugins_shop_data.dispute_data.status_name}} + + + {{$t('common.reason')}}: + {{plugins_shop_data.dispute_data.describe}} + + + {{$t('common.refuse')}}/{{$t('common.close_reason')}}: + {{plugins_shop_data.dispute_data.reason}} + + + {{$t('common.apply_time')}}: + {{plugins_shop_data.dispute_data.add_time}} + + @@ -127,7 +146,7 @@ - +