fix: 控制台加权限,登录跳转资产信息
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m4s

This commit is contained in:
sexygoat
2026-04-28 14:48:44 +08:00
parent 1ba662de0a
commit a48ce0cb54
8 changed files with 83 additions and 72 deletions

View File

@@ -39,7 +39,8 @@
:total="pagination.total"
:marginTop="10"
:actions="getActions"
:actionsWidth="120"
:inlineActionsCount="2"
:actionsWidth="200"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
>
@@ -126,14 +127,14 @@
<ElDialog
v-model="confirmPayDialogVisible"
title="确认线下充值"
width="400px"
width="25%"
@closed="handleConfirmPayDialogClosed"
>
<ElForm
ref="confirmPayFormRef"
:model="confirmPayForm"
:rules="confirmPayRules"
label-width="100px"
label-width="80"
>
<ElFormItem label="充值单号">
<span>{{ currentRecharge?.recharge_no }}</span>