From 6336b875e41cb9fef1385bd205b830f0bf8bec7d Mon Sep 17 00:00:00 2001 From: GhubCy <96762949+GhubCy@users.noreply.github.com> Date: Tue, 20 May 2025 15:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=94=A8=E6=A8=A1=E5=9D=97=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E5=87=BD=E6=95=B0=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LanguageSelect/index.vue | 4 +- src/layout/components/Sidebar/Logo.vue | 10 +- src/views/business/appVersion/index.vue | 136 ++++--- .../business/behaviorModelInfo/index.vue | 22 +- src/views/business/commonFeedback/index.vue | 22 +- src/views/business/commonInfo/index.vue | 162 ++++----- src/views/business/commonNotify/index.vue | 153 ++++---- src/views/business/creditRule/index.vue | 41 +-- .../business/customerServiceChat/index.vue | 48 +-- src/views/business/dealPayment/index.vue | 78 +--- src/views/business/dealProxy/index.vue | 24 +- src/views/business/dealReceipt/index.vue | 48 +-- src/views/business/dealRecharge/index.vue | 55 +-- src/views/business/dealTransfer/index.vue | 22 +- src/views/business/dealWithdrawal/index.vue | 24 +- src/views/business/faq/index.vue | 24 +- src/views/business/feeRecord/index.vue | 22 +- src/views/business/feeStandard/index.vue | 24 +- src/views/business/financialRecord/index.vue | 25 +- .../business/merchantVerification/index.vue | 31 +- .../business/recordPayCallback/index.vue | 31 +- .../business/recordTransaction/index.vue | 28 +- src/views/business/tradingChannel/index.vue | 24 +- .../business/tradingChannelRecord/index.vue | 31 +- src/views/business/userAccount/index.vue | 38 +- src/views/business/userBehaviorLog/index.vue | 24 +- .../business/userBehaviorRuleAction/index.vue | 43 ++- .../business/userBehaviorRuleRisk/index.vue | 24 +- .../business/userBehaviorStats/index.vue | 24 +- src/views/business/userCard/index.vue | 24 +- src/views/business/userCredit/index.vue | 24 +- src/views/business/userCreditRecord/index.vue | 26 +- src/views/business/userFriend/index.vue | 24 +- src/views/business/userInfo/index.vue | 128 +++---- src/views/business/userInfoBus/index.vue | 20 +- src/views/business/userRegister/index.vue | 336 ++++++++++-------- src/views/index.vue | 2 +- src/views/system/dept/index.vue | 32 +- src/views/system/post/index.vue | 28 +- 39 files changed, 882 insertions(+), 1004 deletions(-) diff --git a/src/components/LanguageSelect/index.vue b/src/components/LanguageSelect/index.vue index 796a93a..e6dfa77 100644 --- a/src/components/LanguageSelect/index.vue +++ b/src/components/LanguageSelect/index.vue @@ -20,7 +20,7 @@ export default { handleSetLanguage(lang) { this.$i18n.locale = lang localStorage.setItem('language', lang) - this.$message.success(this.$t('language.switchSuccess')) + this.$message.success(this.$t('common.switchSuccess')) } } } @@ -38,4 +38,4 @@ export default { background: rgba(0, 0, 0, .025); } } - \ No newline at end of file + diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 2dfb7c5..1598dab 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -3,11 +3,15 @@ -

{{ title }}

+

+ {{ this.$t('common.title') }} +

-

{{ title }}

+

+ {{ this.$t('common.title') }} +

@@ -35,7 +39,7 @@ export default { }, data() { return { - title: this.$t('index.title'), + title: "老挝金融支付管理系统", logo: logoImg } } diff --git a/src/views/business/appVersion/index.vue b/src/views/business/appVersion/index.vue index 1370a61..118140a 100644 --- a/src/views/business/appVersion/index.vue +++ b/src/views/business/appVersion/index.vue @@ -1,41 +1,41 @@ @@ -121,8 +121,8 @@ diff --git a/src/views/business/commonFeedback/index.vue b/src/views/business/commonFeedback/index.vue index c55b307..e06c1fc 100755 --- a/src/views/business/commonFeedback/index.vue +++ b/src/views/business/commonFeedback/index.vue @@ -16,27 +16,27 @@ :default-time="['00:00:00', '23:59:59']"> - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} 新增 + v-hasPermi="['business:commonFeedback:add']">{{ $t('common.button.add') }} 修改 + v-hasPermi="['business:commonFeedback:edit']">{{ $t('common.button.edit') }} 删除 + v-hasPermi="['business:commonFeedback:remove']">{{ $t('common.button.delete') }} 导出 + v-hasPermi="['business:commonFeedback:export']">{{ $t('common.button.export') }} @@ -61,11 +61,11 @@ @@ -90,8 +90,8 @@ diff --git a/src/views/business/commonInfo/index.vue b/src/views/business/commonInfo/index.vue index b260e95..8c02f4b 100755 --- a/src/views/business/commonInfo/index.vue +++ b/src/views/business/commonInfo/index.vue @@ -1,84 +1,84 @@ @@ -188,8 +188,8 @@ diff --git a/src/views/business/dealWithdrawal/index.vue b/src/views/business/dealWithdrawal/index.vue index cc8a8bb..09f25a3 100644 --- a/src/views/business/dealWithdrawal/index.vue +++ b/src/views/business/dealWithdrawal/index.vue @@ -26,8 +26,8 @@ /> - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -40,7 +40,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:dealWithdrawal:add']" - >新增 + >{{ $t('common.button.add') }} @@ -52,7 +52,7 @@ :disabled="single" @click="handleUpdate" v-hasPermi="['business:dealWithdrawal:edit']" - >修改 + >{{ $t('common.button.edit') }} @@ -64,7 +64,7 @@ :disabled="multiple" @click="handleDelete" v-hasPermi="['business:dealWithdrawal:remove']" - >删除 + >{{ $t('common.button.delete') }} @@ -75,7 +75,7 @@ size="mini" @click="handleExport" v-hasPermi="['business:dealWithdrawal:export']" - >导出 + >{{ $t('common.button.export') }} @@ -100,7 +100,7 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 + >{{ $t('common.button.detail') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} @@ -159,8 +159,8 @@ @@ -193,7 +193,7 @@ diff --git a/src/views/business/faq/index.vue b/src/views/business/faq/index.vue index 901ade9..edf42ee 100644 --- a/src/views/business/faq/index.vue +++ b/src/views/business/faq/index.vue @@ -40,8 +40,8 @@ - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -54,7 +54,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:faq:add']" - >新增 + >{{ $t('common.button.add') }} @@ -66,7 +66,7 @@ :disabled="single" @click="handleUpdate" v-hasPermi="['business:faq:edit']" - >修改 + >{{ $t('common.button.edit') }} @@ -78,7 +78,7 @@ :disabled="multiple" @click="handleDelete" v-hasPermi="['business:faq:remove']" - >删除 + >{{ $t('common.button.delete') }} @@ -89,7 +89,7 @@ size="mini" @click="handleExport" v-hasPermi="['business:faq:export']" - >导出 + >{{ $t('common.button.export') }} @@ -109,7 +109,7 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 + >{{ $t('common.button.detail') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} @@ -172,8 +172,8 @@ @@ -191,7 +191,7 @@ diff --git a/src/views/business/feeRecord/index.vue b/src/views/business/feeRecord/index.vue index cfa447c..45d9468 100644 --- a/src/views/business/feeRecord/index.vue +++ b/src/views/business/feeRecord/index.vue @@ -34,8 +34,8 @@ - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -48,7 +48,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:feeRecord:add']" - >新增 + >{{ $t('common.button.add') }} @@ -60,7 +60,7 @@ :disabled="single" @click="handleUpdate" v-hasPermi="['business:feeRecord:edit']" - >修改 + >{{ $t('common.button.edit') }} @@ -72,7 +72,7 @@ :disabled="multiple" @click="handleDelete" v-hasPermi="['business:feeRecord:remove']" - >删除 + >{{ $t('common.button.delete') }} @@ -83,7 +83,7 @@ size="mini" @click="handleExport" v-hasPermi="['business:feeRecord:export']" - >导出 + >{{ $t('common.button.export') }} @@ -113,7 +113,7 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 + >{{ $t('common.button.detail') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} @@ -177,8 +177,8 @@ diff --git a/src/views/business/feeStandard/index.vue b/src/views/business/feeStandard/index.vue index a804202..19cf244 100644 --- a/src/views/business/feeStandard/index.vue +++ b/src/views/business/feeStandard/index.vue @@ -10,8 +10,8 @@ /> - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -24,7 +24,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:feeStandard:add']" - >新增 + >{{ $t('common.button.add') }} @@ -36,7 +36,7 @@ :disabled="single" @click="handleUpdate" v-hasPermi="['business:feeStandard:edit']" - >修改 + >{{ $t('common.button.edit') }} @@ -48,7 +48,7 @@ :disabled="multiple" @click="handleDelete" v-hasPermi="['business:feeStandard:remove']" - >删除 + >{{ $t('common.button.delete') }} @@ -59,7 +59,7 @@ size="mini" @click="handleExport" v-hasPermi="['business:feeStandard:export']" - >导出 + >{{ $t('common.button.export') }} @@ -82,7 +82,7 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 + >{{ $t('common.button.detail') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} @@ -132,8 +132,8 @@ @@ -158,7 +158,7 @@ diff --git a/src/views/business/financialRecord/index.vue b/src/views/business/financialRecord/index.vue index afdbdbc..2e6cb3f 100644 --- a/src/views/business/financialRecord/index.vue +++ b/src/views/business/financialRecord/index.vue @@ -50,8 +50,8 @@ - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -64,7 +64,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:financialRecord:add']" - >新增 + >{{ $t('common.button.add') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} 导出 + >{{ $t('common.button.export') }} @@ -123,21 +123,21 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 + >{{ $t('common.button.detail') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} @@ -178,8 +178,8 @@ @@ -200,7 +200,6 @@ {{form.description}} - diff --git a/src/views/business/merchantVerification/index.vue b/src/views/business/merchantVerification/index.vue index 7998f68..018b87a 100644 --- a/src/views/business/merchantVerification/index.vue +++ b/src/views/business/merchantVerification/index.vue @@ -74,8 +74,8 @@ - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -88,8 +88,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:merchantVerification:add']" - >新增 - + >{{ $t('common.button.add') }} 修改 - + >{{ $t('common.button.edit') }} 删除 - + >{{ $t('common.button.delete') }} 导出 - + >{{ $t('common.button.export') }} @@ -165,24 +161,21 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 - + >{{ $t('common.button.detail') }} 修改 - + >{{ $t('common.button.edit') }} 删除 - + >{{ $t('common.button.delete') }} @@ -244,8 +237,8 @@ @@ -298,7 +291,7 @@ diff --git a/src/views/business/recordPayCallback/index.vue b/src/views/business/recordPayCallback/index.vue index 249ba6f..e0b1fed 100644 --- a/src/views/business/recordPayCallback/index.vue +++ b/src/views/business/recordPayCallback/index.vue @@ -42,8 +42,8 @@ - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -56,8 +56,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:recordPayCallback:add']" - >新增 - + >{{ $t('common.button.add') }} 修改 - + >{{ $t('common.button.edit') }} 删除 - + >{{ $t('common.button.delete') }} 导出 - + >{{ $t('common.button.export') }} @@ -123,24 +119,21 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 - + >{{ $t('common.button.detail') }} 修改 - + >{{ $t('common.button.edit') }} 删除 - + >{{ $t('common.button.delete') }} @@ -190,8 +183,8 @@ @@ -232,7 +225,7 @@ diff --git a/src/views/business/recordTransaction/index.vue b/src/views/business/recordTransaction/index.vue index 23e31d5..fecc1b4 100755 --- a/src/views/business/recordTransaction/index.vue +++ b/src/views/business/recordTransaction/index.vue @@ -42,8 +42,8 @@ /> - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -56,8 +56,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:recordTransaction:add']" - >新增 - + >{{ $t('common.button.add') }} 修改 - + >{{ $t('common.button.detail') }} 删除 - + >{{ $t('common.button.edit') }} 导出 - + >{{ $t('common.button.export') }} @@ -118,7 +114,7 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 + >{{ $t('common.button.detail') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} @@ -180,8 +176,8 @@ @@ -217,7 +213,7 @@ diff --git a/src/views/business/tradingChannel/index.vue b/src/views/business/tradingChannel/index.vue index e73ccd9..080cbb5 100644 --- a/src/views/business/tradingChannel/index.vue +++ b/src/views/business/tradingChannel/index.vue @@ -50,8 +50,8 @@ /> - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -64,7 +64,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:tradingChannel:add']" - >新增 + >{{ $t('common.button.add') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} 导出 + >{{ $t('common.button.export') }} @@ -120,21 +120,21 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 + >{{ $t('common.button.detail') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} @@ -176,8 +176,8 @@ @@ -210,7 +210,7 @@ diff --git a/src/views/business/tradingChannelRecord/index.vue b/src/views/business/tradingChannelRecord/index.vue index c1aded6..aff1b85 100644 --- a/src/views/business/tradingChannelRecord/index.vue +++ b/src/views/business/tradingChannelRecord/index.vue @@ -42,8 +42,8 @@ - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -56,8 +56,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:tradingChannelRecord:add']" - >新增 - + >{{ $t('common.button.add') }} 修改 - + >{{ $t('common.button.edit') }} 删除 - + >{{ $t('common.button.delete') }} 导出 - + >{{ $t('common.button.export') }} @@ -120,24 +116,21 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 - + >{{ $t('common.button.detail') }} 修改 - + >{{ $t('common.button.edit') }} 删除 - + >{{ $t('common.button.delete') }} @@ -184,8 +177,8 @@ @@ -224,7 +217,7 @@ diff --git a/src/views/business/userAccount/index.vue b/src/views/business/userAccount/index.vue index 86233c7..f136d2a 100755 --- a/src/views/business/userAccount/index.vue +++ b/src/views/business/userAccount/index.vue @@ -4,33 +4,33 @@ - + - {{ $t('common.search') }} - {{ $t('common.reset') }} + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} {{ $t('common.add') }} + v-hasPermi="['business:userAccount:add']">{{ $t('common.button.add') }} {{ $t('common.edit') }} + v-hasPermi="['business:userAccount:edit']">{{ $t('common.button.edit') }} {{ $t('common.delete') }} + v-hasPermi="['business:userAccount:remove']">{{ $t('common.button.delete') }} {{ $t('common.export') }} + v-hasPermi="['business:userAccount:export']">{{ $t('common.button.export') }} @@ -47,13 +47,13 @@ {{ $t('business.userAccount.statusFrozen') }} - + @@ -78,8 +78,8 @@ @@ -100,7 +100,7 @@ @@ -260,7 +260,7 @@ this.buttonLoading = true; if (this.form.id != null) { updateUserAccount(this.form).then(response => { - this.$modal.msgSuccess(this.$t('common.updateSuccess')); + this.$modal.msgSuccess(this.$t('common.button.updateSuccess')); this.open = false; this.getList(); }).finally(() => { @@ -268,7 +268,7 @@ }); } else { addUserAccount(this.form).then(response => { - this.$modal.msgSuccess(this.$t('common.addSuccess')); + this.$modal.msgSuccess(this.$t('common.button.addSuccess')); this.open = false; this.getList(); }).finally(() => { @@ -281,13 +281,13 @@ /** 删除按钮操作 */ handleDelete(row) { const ids = row.id || this.ids; - this.$modal.confirm(this.$t('common.deleteConfirm')).then(() => { + this.$modal.confirm(this.$t('common.button.deleteConfirm')).then(() => { this.loading = true; return delUserAccount(ids); }).then(() => { this.loading = false; this.getList(); - this.$modal.msgSuccess(this.$t('common.deleteSuccess')); + this.$modal.msgSuccess(this.$t('common.button.deleteSuccess')); }).catch(() => {}).finally(() => { this.loading = false; }); diff --git a/src/views/business/userBehaviorLog/index.vue b/src/views/business/userBehaviorLog/index.vue index 4255abe..0d8687b 100644 --- a/src/views/business/userBehaviorLog/index.vue +++ b/src/views/business/userBehaviorLog/index.vue @@ -44,8 +44,8 @@ - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -58,7 +58,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:userBehaviorLog:add']" - >新增 + >{{ $t('common.button.add') }} @@ -70,7 +70,7 @@ :disabled="single" @click="handleUpdate" v-hasPermi="['business:userBehaviorLog:edit']" - >修改 + >{{ $t('common.button.edit') }} @@ -82,7 +82,7 @@ :disabled="multiple" @click="handleDelete" v-hasPermi="['business:userBehaviorLog:remove']" - >删除 + >{{ $t('common.button.delete') }} @@ -93,7 +93,7 @@ size="mini" @click="handleExport" v-hasPermi="['business:userBehaviorLog:export']" - >导出 + >{{ $t('common.button.export') }} @@ -120,7 +120,7 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 + >{{ $t('common.button.detail') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} @@ -173,8 +173,8 @@ @@ -201,7 +201,7 @@ diff --git a/src/views/business/userBehaviorRuleAction/index.vue b/src/views/business/userBehaviorRuleAction/index.vue index 9d91f5a..bbf46a9 100644 --- a/src/views/business/userBehaviorRuleAction/index.vue +++ b/src/views/business/userBehaviorRuleAction/index.vue @@ -18,8 +18,11 @@ /> - 搜索 - 重置 + {{ + $t('common.button.search') + }} + + {{ $t('common.button.reset') }} @@ -32,7 +35,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:userBehaviorRuleAction:add']" - >新增 + >{{ $t('common.button.add') }} @@ -44,7 +47,7 @@ :disabled="single" @click="handleUpdate" v-hasPermi="['business:userBehaviorRuleAction:edit']" - >修改 + >{{ $t('common.button.edit') }} @@ -56,7 +59,7 @@ :disabled="multiple" @click="handleDelete" v-hasPermi="['business:userBehaviorRuleAction:remove']" - >删除 + >{{ $t('common.button.delete') }} @@ -67,7 +70,7 @@ size="mini" @click="handleExport" v-hasPermi="['business:userBehaviorRuleAction:export']" - >导出 + >{{ $t('common.button.export') }} @@ -86,7 +89,7 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 + >{{ $t('common.button.detail') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} @@ -119,16 +122,27 @@ - + + + + + + + + + @@ -141,12 +155,15 @@ {{ form.riskRuleId }} + + {{ form.actionType }} + {{ form.description }} diff --git a/src/views/business/userBehaviorRuleRisk/index.vue b/src/views/business/userBehaviorRuleRisk/index.vue index eaf17ae..3035912 100644 --- a/src/views/business/userBehaviorRuleRisk/index.vue +++ b/src/views/business/userBehaviorRuleRisk/index.vue @@ -32,8 +32,8 @@ - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -46,7 +46,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:userBehaviorRuleRisk:add']" - >新增 + >{{ $t('common.button.add') }} @@ -58,7 +58,7 @@ :disabled="single" @click="handleUpdate" v-hasPermi="['business:userBehaviorRuleRisk:edit']" - >修改 + >{{ $t('common.button.edit') }} @@ -70,7 +70,7 @@ :disabled="multiple" @click="handleDelete" v-hasPermi="['business:userBehaviorRuleRisk:remove']" - >删除 + >{{ $t('common.button.delete') }} @@ -81,7 +81,7 @@ size="mini" @click="handleExport" v-hasPermi="['business:userBehaviorRuleRisk:export']" - >导出 + >{{ $t('common.button.export') }} @@ -103,7 +103,7 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 + >{{ $t('common.button.detail') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} @@ -150,8 +150,8 @@ @@ -173,7 +173,7 @@ diff --git a/src/views/business/userBehaviorStats/index.vue b/src/views/business/userBehaviorStats/index.vue index d39d18a..a7b9c62 100644 --- a/src/views/business/userBehaviorStats/index.vue +++ b/src/views/business/userBehaviorStats/index.vue @@ -50,8 +50,8 @@ /> - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -64,7 +64,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:userBehaviorStats:add']" - >新增 + >{{ $t('common.button.add') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} 导出 + >{{ $t('common.button.export') }} @@ -124,21 +124,21 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 + >{{ $t('common.button.detail') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} @@ -179,8 +179,8 @@ @@ -212,7 +212,7 @@ diff --git a/src/views/business/userCard/index.vue b/src/views/business/userCard/index.vue index ff9e8b7..644e7b4 100755 --- a/src/views/business/userCard/index.vue +++ b/src/views/business/userCard/index.vue @@ -26,8 +26,8 @@ /> - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -40,7 +40,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:userCard:add']" - >新增 + >{{ $t('common.button.add') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} 导出 + >{{ $t('common.button.export') }} @@ -89,21 +89,21 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 + >{{ $t('common.button.detail') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} @@ -130,8 +130,8 @@ @@ -149,7 +149,7 @@ diff --git a/src/views/business/userCredit/index.vue b/src/views/business/userCredit/index.vue index fad844b..92ca1fc 100644 --- a/src/views/business/userCredit/index.vue +++ b/src/views/business/userCredit/index.vue @@ -26,8 +26,8 @@ /> - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -40,7 +40,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:userCredit:add']" - >新增 + >{{ $t('common.button.add') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} 导出 + >{{ $t('common.button.export') }} @@ -89,21 +89,21 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 + >{{ $t('common.button.detail') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} @@ -130,8 +130,8 @@ @@ -149,7 +149,7 @@ diff --git a/src/views/business/userCreditRecord/index.vue b/src/views/business/userCreditRecord/index.vue index ecf9828..8e84c9e 100644 --- a/src/views/business/userCreditRecord/index.vue +++ b/src/views/business/userCreditRecord/index.vue @@ -34,8 +34,8 @@ /> - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -48,7 +48,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:userCreditRecord:add']" - >新增 + >{{ $t('common.button.add') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} 导出 + >{{ $t('common.button.export') }} @@ -99,21 +99,21 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 + >{{ $t('common.button.detail') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} @@ -145,9 +145,9 @@ - diff --git a/src/views/business/userFriend/index.vue b/src/views/business/userFriend/index.vue index 0f169e8..1ac2cd4 100755 --- a/src/views/business/userFriend/index.vue +++ b/src/views/business/userFriend/index.vue @@ -18,8 +18,8 @@ /> - 搜索 - 重置 + {{ $t('common.button.search') }} + {{ $t('common.button.reset') }} @@ -32,7 +32,7 @@ size="mini" @click="handleAdd" v-hasPermi="['business:userFriend:add']" - >新增 + >{{ $t('common.button.add') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} 导出 + >{{ $t('common.button.export') }} @@ -81,21 +81,21 @@ type="text" icon="el-icon-view" @click="handleDetail(scope.row)" - >详情 + >{{ $t('common.button.detail') }} 修改 + >{{ $t('common.button.edit') }} 删除 + >{{ $t('common.button.delete') }} @@ -119,8 +119,8 @@ @@ -135,7 +135,7 @@ diff --git a/src/views/business/userInfo/index.vue b/src/views/business/userInfo/index.vue index e117d57..2925098 100755 --- a/src/views/business/userInfo/index.vue +++ b/src/views/business/userInfo/index.vue @@ -1,63 +1,63 @@ @@ -129,8 +129,8 @@ @@ -154,7 +154,7 @@ diff --git a/src/views/business/userRegister/index.vue b/src/views/business/userRegister/index.vue index b0487ff..d5a9a20 100755 --- a/src/views/business/userRegister/index.vue +++ b/src/views/business/userRegister/index.vue @@ -1,24 +1,24 @@ - + - + @@ -157,8 +157,8 @@ @@ -299,11 +299,11 @@ export default { /** 删除按钮操作 */ handleDelete(row) { const postIds = row.postId || this.ids; - this.$modal.confirm(this.$t('system.post.confirmDelete', {postIds})).then(function () { + this.$modal.confirm(this.$t('common.promptMsg.deleteConfirm', {postIds})).then(function () { return delPost(postIds); }).then(() => { this.getList(); - this.$modal.msgSuccess(this.$t('system.post.deleteSuccess')); + this.$modal.msgSuccess(this.$t('common.promptMsg.deleteSuccess')); }).catch(() => { }); },