This commit is contained in:
2025-03-31 11:59:42 +08:00
parent 963e1e005e
commit 6fb06c456c
52 changed files with 2244 additions and 753 deletions

View File

@@ -5,8 +5,9 @@
{{ genBtn .AuthorizeMenus "add"}}
<button type="button" lay-event="search" lay-on="search" class="layui-btn layui-btn-primary layui-btn-sm">
<i class="layui-icon layui-icon-search"></i>
</button>
</button>
</script>
<!-- 操作栏 -->
<script type="text/html" id="actionBox">
{{ genLink .AuthorizeMenus "edit"}}
@@ -107,7 +108,6 @@
method: "POST",
headers: { 'X-CSRF-Token': $('#csrf_token').val() },
where: getQueryParams(),
// height: 'full-100',
height: function () {
return $(window).height() - 22;
},
@@ -115,7 +115,7 @@
limit: 15,
limits: [15, 30, 45, 60, 75, 90],
cols: [[
{ field: 'name', title: '项目名称', align: 'left', fixed: 'left', width: 200 },
{ field: 'name', title: '项目名称', align: 'left', width: 200, fixed: 'left' },
{
field: 'status_name', title: '项目状态', align: 'left', fixed: 'left', width: 90, templet: function (d) {
return '<span style="display:inline-block;color:green">' + d.status_name + '</span>';