更新命名问题
This commit is contained in:
@@ -33,29 +33,13 @@
|
||||
</div>
|
||||
<div class="layui-input-inline" style="width: 220px">
|
||||
<input name="uid" style="display: none" value="" />
|
||||
<input
|
||||
type="text"
|
||||
name="user"
|
||||
placeholder="执行员工,可多选,默认是自己"
|
||||
readonly
|
||||
class="layui-input employeepicker"
|
||||
autocomplete="off"
|
||||
/>
|
||||
<input type="text" name="user" placeholder="执行员工,可多选,默认是自己" readonly class="layui-input employeepicker"
|
||||
autocomplete="off" />
|
||||
</div>
|
||||
<div class="layui-input-inline" style="width: 240px">
|
||||
<input
|
||||
type="text"
|
||||
name="keywords"
|
||||
placeholder="工作内容"
|
||||
class="layui-input"
|
||||
autocomplete="off"
|
||||
/>
|
||||
<input type="text" name="keywords" placeholder="工作内容" class="layui-input" autocomplete="off" />
|
||||
</div>
|
||||
<button
|
||||
class="layui-btn layui-btn-normal"
|
||||
lay-submit=""
|
||||
lay-filter="webform"
|
||||
>
|
||||
<button class="layui-btn layui-btn-normal" lay-submit="" lay-filter="webform">
|
||||
搜索
|
||||
</button>
|
||||
<button type="reset" class="gougu-clear" lay-filter="clear">清空</button>
|
||||
@@ -101,29 +85,36 @@
|
||||
{
|
||||
field: "work_cate",
|
||||
title: "工作类型",
|
||||
align: "center",
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
field: "project",
|
||||
title: "所属项目",
|
||||
width: 180,
|
||||
},
|
||||
{
|
||||
field: "task",
|
||||
title: "所属任务",
|
||||
width: 400,
|
||||
},
|
||||
{ field: "title", title: "工作内容" },
|
||||
{ field: "name", title: "执行员工", align: "center", width: 80 },
|
||||
{ field: "name", title: "执行员工", width: 120 },
|
||||
{
|
||||
field: "department",
|
||||
title: "所在部门",
|
||||
align: "center",
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
field: "create_time",
|
||||
title: "记录时间",
|
||||
align: "center",
|
||||
width: 150,
|
||||
width: 240,
|
||||
},
|
||||
{
|
||||
title: "操作",
|
||||
align: "center",
|
||||
width: 100,
|
||||
width: 180,
|
||||
templet: function (d) {
|
||||
return '<div class="layui-btn-group"><span class="layui-btn layui-btn-xs" lay-event="edit">修改</span><span class="layui-btn layui-btn-normal layui-btn-xs" lay-event="view">详细</span></div>';
|
||||
return '<div class="layui-btn-group" style="display:flex;justify-content:space-evenly;"><span class="layui-btn layui-btn-xs" lay-event="edit">修改</span><span class="layui-btn layui-btn-normal layui-btn-xs" lay-event="view">详细</span></div>';
|
||||
},
|
||||
},
|
||||
],
|
||||
@@ -205,4 +196,4 @@
|
||||
}
|
||||
</script>
|
||||
{/block}
|
||||
<!-- /脚本 -->
|
||||
<!-- /脚本 -->
|
||||
Reference in New Issue
Block a user