This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
loumengning
/
shop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
checkredis
undefined
娄梦宁
4 years ago
parent
bd52586688
commit
625d847807
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
public/assets/js/backend/unishop/order.js
+1
-0
public/assets/js/backend/user/user.js
+ 1
- 0
public/assets/js/backend/unishop/order.js
View File
@@ -86,6 +86,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
sortName: 'id',
showExport: false,
commonSearch: true,
search: false,
showToggle: false,
columns: [
[
+ 1
- 0
public/assets/js/backend/user/user.js
View File
@@ -22,6 +22,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
url: $.fn.bootstrapTable.defaults.extend.index_url,
pk: 'id',
sortName: 'user.id',
search: false,
columns: [
[
{checkbox: true},
Write
Preview
Loading…
Cancel
Save