更新命名问题
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<div class="table-content" id="scheduleList">
|
||||
<div class="layui-form-bar border-t border-x">
|
||||
<form class="layui-form">
|
||||
<input id="loginusers" type="hidden" value="{$user_info.id}" />
|
||||
<div class="layui-input-inline" style="width:110px;">
|
||||
<input type="text" name="username" placeholder="请选择员工" class="layui-input" readonly
|
||||
data-event="select" />
|
||||
@@ -24,7 +25,7 @@
|
||||
title: '工作记录列表',
|
||||
cellMinWidth: 200,
|
||||
url: "/api/schedule/index", //数据接口
|
||||
where: { 'tid': project_id },
|
||||
where: { 'tid': project_id},
|
||||
page: true, //开启分页
|
||||
limit: 20,
|
||||
cols: [[ //表头
|
||||
|
||||
Reference in New Issue
Block a user