feat: small fix
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m12s

This commit is contained in:
luo
2026-07-29 11:36:34 +08:00
parent 827de02f2b
commit 4394ae0f78
10 changed files with 58 additions and 64 deletions

View File

@@ -48,7 +48,7 @@
<ElDrawer
v-model="detailDrawerVisible"
:title="`${currentShop?.shop_name || ''} - 佣金详情`"
size="60%"
size="65%"
destroy-on-close
>
<ElTabs v-model="activeTab" class="detail-tabs">
@@ -990,14 +990,6 @@
const getActions = (row: ShopFundSummaryItem) => {
const actions: any[] = []
if (hasAuth('agent_commission:detail')) {
actions.push({
label: '查看详情',
handler: () => showDetail(row),
type: 'primary'
})
}
if (hasAuth('shop:credit_limit_manage')) {
actions.push({
label: '调整额度',