feat: 管理端公账支付与确认、锁店遮罩及表单提交修复

新增公账账单/到账确认页与全局锁店组件;系统配置补公账参数面板;
统一弹窗 onConfirm 校验提交,并完善订单详情与门店相关交互。
This commit is contained in:
李琦
2026-08-21 12:51:42 +08:00
parent 66e666754a
commit 879efb8f29
145 changed files with 7326 additions and 884 deletions

View File

@@ -5,3 +5,13 @@
```vue
v-access:code="['Admin']
```
# Web + 桌面一起打
pnpm build:antd-desktop
# 只打 Web
node build-antd-desktop.mjs --only=web
# 只打桌面(需已有 apps/web-antd/dist
node build-antd-desktop.mjs --only=desktop