feat: 更新收款账户添加按钮的路由,从 '/bank_accounts/add' 改为 '/payment/add'
This commit is contained in:
1
auto-imports.d.ts
vendored
1
auto-imports.d.ts
vendored
@@ -451,6 +451,7 @@ declare module 'vue' {
|
|||||||
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
|
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
|
||||||
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
|
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
|
||||||
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
|
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
|
||||||
|
readonly showSuccessToast: UnwrapRef<typeof import('vant/es')['showSuccessToast']>
|
||||||
readonly showToast: UnwrapRef<typeof import('vant/es')['showToast']>
|
readonly showToast: UnwrapRef<typeof import('vant/es')['showToast']>
|
||||||
readonly storeToRefs: UnwrapRef<typeof import('pinia')['storeToRefs']>
|
readonly storeToRefs: UnwrapRef<typeof import('pinia')['storeToRefs']>
|
||||||
readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
|
readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
|
||||||
|
|||||||
@@ -255,7 +255,7 @@ function goToRecords() {
|
|||||||
<div v-if="bankAccounts?.data?.length === 0" class="empty-state">
|
<div v-if="bankAccounts?.data?.length === 0" class="empty-state">
|
||||||
<empty title="暂无收款账户">
|
<empty title="暂无收款账户">
|
||||||
<template #extra>
|
<template #extra>
|
||||||
<ion-button size="small" @click="router.push('/bank_accounts/add')">
|
<ion-button size="small" @click="router.push('/payment/add')">
|
||||||
添加收款账户
|
添加收款账户
|
||||||
</ion-button>
|
</ion-button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user