项目需求、任务以及模块精简

This commit is contained in:
2026-04-04 19:00:25 +08:00
parent 787c82d30c
commit 953bdf6bbb
895 changed files with 141589 additions and 67010 deletions

View File

@@ -18,11 +18,6 @@
<Icon icon="i-fluent:add-12-filled" /> {{ t('新增') }}
</a-button>
</template>
<template #bizScopeKey="{ record, text, value }">
<a @click="handleForm({ transferId: record.transferId })" :title="value">
{{ text }}
</a>
</template>
</BasicTable>
<InputForm @register="registerModal" @success="handleSuccess" />
</div>
@@ -136,7 +131,6 @@
sorter: true,
width: 200,
align: 'left',
slot: 'bizScopeKey',
},
{
title: t('转出账号'),

View File

@@ -18,11 +18,6 @@
<Icon icon="i-fluent:add-12-filled" /> {{ t('新增') }}
</a-button>
</template>
<template #bizScopeKey="{ record, text, value }">
<a @click="handleForm({ expenseId: record.expenseId })" :title="value">
{{ text }}
</a>
</template>
</BasicTable>
<InputForm @register="registerModal" @success="handleSuccess" />
</div>
@@ -104,7 +99,6 @@
sorter: true,
width: 200,
align: 'left',
slot: 'bizScopeKey',
},
{
title: t('支出账户'),

View File

@@ -18,11 +18,6 @@
<Icon icon="i-fluent:add-12-filled" /> {{ t('新增') }}
</a-button>
</template>
<template #bizScopeKey="{ record, text, value }">
<a @click="handleForm({ incomeId: record.incomeId })" :title="value">
{{ text }}
</a>
</template>
</BasicTable>
<InputForm @register="registerModal" @success="handleSuccess" />
</div>
@@ -104,7 +99,6 @@
sorter: true,
width: 200,
align: 'left',
slot: 'bizScopeKey',
},
{
title: t('收入账户'),