feat(REQ-5965) - 增加授权码获取逻辑

This commit is contained in:
wangli 2025-11-19 14:33:29 +08:00
parent 4f7f75bde2
commit 25ef7e9f58

View File

@ -68,7 +68,7 @@
<header class="bg-white shadow-sm">
<div class="container mx-auto px-4 py-4 flex justify-between items-center">
<h1 class="text-xl font-bold text-primary flex items-center">
<i class="fa fa-cogs mr-2"></i>流程管理系统
<i class="fa fa-cogs mr-2"></i>审批流程后台操作系统
</h1>
<div class="text-gray-600">
<i class="fa fa-user-circle-o mr-1"></i>管理员操作
@ -282,7 +282,7 @@
<!-- 操作说明 - 仅在验证通过后显示 -->
<div class="mt-6 bg-blue-50 border border-blue-100 rounded-lg p-4" th:if="${isAuthenticated}">
<h3 class="font-medium text-primary flex items-center mb-2">
<i class="fa fa-info-circle mr-2"></i>操作说明
<i class="fa fa-info-circle mr-2"></i>操作说明,功能如有问题请联系王粒
</h3>
<ul class="text-sm text-gray-600 space-y-1 list-disc list-inside">
<li>撤回实例:需要提供流程实例编号,可选择填写意见</li>
@ -297,7 +297,7 @@
<!-- 页脚 -->
<footer class="bg-white border-t border-gray-200 py-4">
<div class="container mx-auto px-4 text-center text-sm text-gray-500">
© 2025 流程管理系统 - 版权所有
© 2026 审批流程后台操作系统 - 版权所有
</div>
</footer>