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 @@