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> <!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" > <html lang="zh" xmlns:th="http://www.thymeleaf.org" >
<head> <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 :: datetimepicker-css" />
<th:block th:include="include :: select2-css" /> <th:block th:include="include :: select2-css" />
</head> </head>
@ -114,9 +114,6 @@
<div class="form-row"> <div class="form-row">
<div class="btn-group-sm" id="toolbar" role="group"> <div class="btn-group-sm" id="toolbar" role="group">
<span>选择报销分类信息</span> <span>选择报销分类信息</span>
<a class="btn btn-success" onclick="insertRow()">
<i class="fa fa-plus"></i> 添加报销
</a>
</div> </div>
</div> </div>
<div class="row"> <div class="row">

Loading…
Cancel
Save