Browse Source

[feat]新增:主管审核去掉添加按钮

dev
zhangsiqi 2 weeks ago
parent
commit
b6994d0804
  1. 5
      ruoyi-admin/src/main/resources/templates/system/baseExpense/taskBxzgVerify.html

5
ruoyi-admin/src/main/resources/templates/system/baseExpense/taskBxzgVerify.html

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" >
<head>
<th:block th:include="include :: header('报销人上级经理审核')" />
<th:block th:include="include :: header('报销人上级主管审核')" />
<th:block th:include="include :: datetimepicker-css" />
<th:block th:include="include :: select2-css" />
</head>
@ -114,9 +114,6 @@
<div class="form-row">
<div class="btn-group-sm" id="toolbar" role="group">
<span>选择报销分类信息</span>
<a class="btn btn-success" onclick="insertRow()">
<i class="fa fa-plus"></i> 添加报销
</a>
</div>
</div>
<div class="row">

Loading…
Cancel
Save