修复任务bug
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
.layui-unselect dl {
|
||||
max-height: 188px;
|
||||
}
|
||||
.layui-table-cell{
|
||||
display: grid;
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
{/block} {block name="breadcrumb"}
|
||||
<span class="layui-breadcrumb">
|
||||
@@ -98,7 +102,7 @@
|
||||
<button type="reset" class="layui-btn layui-btn-primary layui-border-blue" lay-filter="clear">
|
||||
重置
|
||||
</button>
|
||||
<button type="reset" class="layui-btn" lay-filter="onlyme">只看我</button>
|
||||
<button type="reset" class="layui-btn" lay-filter="onlyme">指派我的</button>
|
||||
<input id="loginusers" type="hidden" value="{$user_info.id}" />
|
||||
</form>
|
||||
</div>
|
||||
@@ -277,6 +281,11 @@
|
||||
title: "指派负责人",
|
||||
width: 140,
|
||||
},
|
||||
{
|
||||
field: "create_time",
|
||||
title: "创建时间",
|
||||
width: 180,
|
||||
},
|
||||
// { field: "assist_admin_names", title: "协作人", width: 200 },
|
||||
// { field: "cate_name", title: "工作类型", width: 90, align: "center" },
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user