Files
erp-next/ruoyi-ui/public/favicon.svg
wangyu 7ffc140cf8 feat(approval): 新增业务审批流程及配置管理
- 新增审批配置主子表(biz_approval_config / biz_approval_config_user),支持或签
- 5 个业务模块接入审批: 采购订单/客户报价/供应商报价/发货单/订单异议
- 统一审批动作接口(提交/通过/驳回),status=10 表示审批中
- 新增"待我审批"聚合页面,按业务类型筛选
- 修复 logback 写本地路径报错,去除文件 appender
- 修复 Redis SSL 配置在 Spring Boot 4 下需对象格式
- 补齐部分业务表缺失的 update_by/update_time 审计列

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-16 11:14:46 +08:00

13 lines
520 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#e4393c"/>
<stop offset="1" stop-color="#c81623"/>
</linearGradient>
</defs>
<rect x="1" y="1" width="30" height="30" rx="7" fill="url(#g)"/>
<path d="M10 8 h14 v3.5 h-10 v4 h8.5 v3.5 h-8.5 v5.5 h-4 z" fill="#fff"/>
<circle cx="23" cy="22" r="3" fill="#fff"/>
<circle cx="23" cy="22" r="1.3" fill="#e4393c"/>
</svg>