diff --git a/src/components/locales/lang/en.js b/src/components/locales/lang/en.js
index eebe658..e47b8ca 100644
--- a/src/components/locales/lang/en.js
+++ b/src/components/locales/lang/en.js
@@ -103,12 +103,11 @@ export default {
orderStatus: 'Order Status',
paymentCurrency: 'Payment Currency',
payType: 'Payment Method',
- customerNamePlaceholder: 'Please enter the customer name',
- payTime: 'Payment time'
+ customerNamePlaceholder: 'Please enter the customer name',
+ payTime: 'Payment time',
deleteTranslationRecord: 'Delete this translation record',
deleteActivityRecord: 'Delete this activity record',
- noData: 'No data'
- ,
+ noData: 'No data',
all: 'All'
},
diff --git a/src/components/locales/lang/zh-CN.js b/src/components/locales/lang/zh-CN.js
index 85266a3..b596480 100644
--- a/src/components/locales/lang/zh-CN.js
+++ b/src/components/locales/lang/zh-CN.js
@@ -987,13 +987,6 @@ export default {
},
-}
- recharge: "充值",
- consume: "消耗",
- refund: "退款",
- },
- },
-
// 工作台组
workbench: {
// 头部
diff --git a/src/views/moneyManage/refundDetail/refundService.vue b/src/views/moneyManage/refundDetail/refundService.vue
index 4506ae4..a974bb3 100644
--- a/src/views/moneyManage/refundDetail/refundService.vue
+++ b/src/views/moneyManage/refundDetail/refundService.vue
@@ -7,7 +7,7 @@