待我审核的项目

master
xxssyyyyssxx 2021-11-08 16:55:37 +08:00
parent 3b2d2f69d0
commit 2337e464bd
2 changed files with 10 additions and 4 deletions

View File

@ -154,6 +154,12 @@
<span class="am-icon-plus"></span> 新增 <span class="am-icon-plus"></span> 新增
</button> </button>
</@shiro.hasPermission> </@shiro.hasPermission>
<@shiro.hasPermission name="PROJECT_APPROVE">
<button type="button" class="am-btn am-btn-default"
onclick="location.href='${base}/project/listApprove'">
<span class="am-icon-plus"></span> 待我审核的项目
</button>
</@shiro.hasPermission>
</div> </div>
</div> </div>
</div> </div>
@ -190,7 +196,7 @@
<td>${list.creatorName!}</td> <td>${list.creatorName!}</td>
<td>${list.deptName!}</td> <td>${list.deptName!}</td>
<td>${list.startDate?string("yyyy-MM")} ~ ${list.endDate?string("yyyy-MM")}</td> <td>${list.startDate?string("yyyy-MM")} ~ ${list.endDate?string("yyyy-MM")}</td>
<td>${list.lastUpdateTime?string("yyyy-MM-dd HH:mm:ss")} ~ ${list.endDate?string("yyyy-MM-dd HH:mm:ss")}</td> <td>${list.lastUpdateTime?string("yyyy-MM-dd HH:mm:ss")}</td>
<td> <td>
<div class="am-btn-toolbar"> <div class="am-btn-toolbar">
<div class="am-btn-group am-btn-group-xs"> <div class="am-btn-group am-btn-group-xs">

View File

@ -128,12 +128,12 @@
<tr> <tr>
<td colspan="4"> <td colspan="4">
<div align='right'> <div align='right'>
<@shiro.hasPermission name="PROJECT_QUERY"> <@shiro.hasPermission name="APPROVE_QUERY">
<button type="button" class="am-btn am-btn-default am-btn-sm am-text-secondary" <button type="button" class="am-btn am-btn-default am-btn-sm am-text-secondary"
id="submit-btn">搜索 id="submit-btn">搜索
</button> </button>
</@shiro.hasPermission> </@shiro.hasPermission>
<@shiro.hasPermission name="PROJECT_EXPORT"> <@shiro.hasPermission name="APPROVE_EXPORT">
<button type="button" class="am-btn am-btn-default am-btn-sm am-text-secondary" <button type="button" class="am-btn am-btn-default am-btn-sm am-text-secondary"
id="submit-btn-export">导出 id="submit-btn-export">导出
</button> </button>
@ -190,7 +190,7 @@
<td>${list.creatorName!}</td> <td>${list.creatorName!}</td>
<td>${list.deptName!}</td> <td>${list.deptName!}</td>
<td>${list.startDate?string("yyyy-MM")} ~ ${list.endDate?string("yyyy-MM")}</td> <td>${list.startDate?string("yyyy-MM")} ~ ${list.endDate?string("yyyy-MM")}</td>
<td>${list.lastUpdateTime?string("yyyy-MM-dd HH:mm:ss")} ~ ${list.endDate?string("yyyy-MM-dd HH:mm:ss")}</td> <td>${list.lastUpdateTime?string("yyyy-MM-dd HH:mm:ss")}</td>
<td> <td>
<div class="am-btn-toolbar"> <div class="am-btn-toolbar">
<div class="am-btn-group am-btn-group-xs"> <div class="am-btn-group am-btn-group-xs">