From 178d3f124d315663f227f45bedbcc96003079c2c Mon Sep 17 00:00:00 2001 From: GhubCy <96762949+GhubCy@users.noreply.github.com> Date: Wed, 21 May 2025 11:45:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E7=94=A8=E7=9B=B8=E5=85=B3=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E4=B8=8E=E7=94=A8=E6=88=B7=E6=A8=A1=E5=9D=97=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E5=85=B3=E8=81=94=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/creditRule/index.vue | 295 ++++++------ src/views/business/userAccount/index.vue | 442 +++++++++--------- src/views/business/userCredit/index.vue | 117 +++-- src/views/business/userCreditRecord/index.vue | 192 ++++---- 4 files changed, 579 insertions(+), 467 deletions(-) diff --git a/src/views/business/creditRule/index.vue b/src/views/business/creditRule/index.vue index 77321ca..b879240 100644 --- a/src/views/business/creditRule/index.vue +++ b/src/views/business/creditRule/index.vue @@ -9,28 +9,20 @@ @keyup.enter.native="handleQuery" /> - - - + v-model="queryParams.effectiveDate" + type="date" + value-format="yyyy-MM-dd" + placeholder="请选择规则生效日期"> + v-model="queryParams.expirationDate" + type="date" + value-format="yyyy-MM-dd" + placeholder="请选择规则失效日期"> @@ -41,10 +33,10 @@ @keyup.enter.native="handleQuery" /> - + @@ -57,13 +49,17 @@ @keyup.enter.native="handleQuery" /> + + + + + + - + + + + - {{ $t('common.button.search') }} + {{ + $t('common.button.search') + }} + {{ $t('common.button.reset') }} @@ -88,7 +87,8 @@ size="mini" @click="handleAdd" v-hasPermi="['business:creditRule:add']" - >{{ $t('common.button.add') }} + >{{ $t('common.button.add') }} + {{ $t('common.button.edit') }} + >{{ $t('common.button.edit') }} + {{ $t('common.button.delete') }} + >{{ $t('common.button.delete') }} + {{ $t('common.button.export') }} + >{{ $t('common.button.export') }} + - + - - - - - - - - - + + + + + + + + + + + + + diff --git a/src/views/business/userCredit/index.vue b/src/views/business/userCredit/index.vue index 92ca1fc..364f7d2 100644 --- a/src/views/business/userCredit/index.vue +++ b/src/views/business/userCredit/index.vue @@ -1,6 +1,15 @@