Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c85001f8
authored
2018-03-25 00:24:35 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
4e6dd7e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
application/views/perm/staff.php
application/views/perm/staff.php
View file @
c85001f
...
...
@@ -64,7 +64,7 @@
iDisplayLength: 6,
bLengthChange: false,
ajax: {
url: apiBaseUrl + '
/order/into/getAllApplyOrde
r',
url: apiBaseUrl + '
system/user/getAllH
r',
dataFilter: function (json) {
var ret = {}, json = jQuery.parseJSON(json);
ret.data = json.data || [];
...
...
@@ -98,17 +98,14 @@
</ul></span>';
}
},
{data: "orderNo"},//用户名
{data: "userName"},//真实姓名
{data: "idCard", render: function(data, type, full) {
if(data)
return '<a href="javascript:edit(\''+full.id+'\')" class="btn btn-link">'+data+'</a>';
}},//手机号码
{data: "userName"},//身份证号码
{data: "userName"},//角色
{data: "userName"},//所属网点
{data: "userName"},//状态
{data: "userName"},//备注
{data: "username"},//用户名
{data: "name"},//真实姓名
{data: "phone"},//手机号码
{data: "id"},//身份证号码
{data: "roles"},//角色
{data: "departmentId"},//所属网点
{data: "status"},//状态
{data: "remark"},//备注
]
});
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment