Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
ic_welfare
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0a2eba9d
authored
Sep 02, 2019
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
后台表格样式统一化
parent
6d2c62ba
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
6 deletions
public/js/web/exchangeSettingList.js
public/js/web/integralBillList.js
public/js/web/integralList.js
public/js/web/userExchangeBillList.js
public/js/web/userExchangeList.js
public/js/web/userIntegralList.js
public/js/web/exchangeSettingList.js
View file @
0a2eba9d
...
...
@@ -18,7 +18,6 @@ layui.use(['table', 'form', 'laydate', 'layer'], function () {
table
.
render
({
elem
:
'#list'
,
skin
:
'line'
,
url
:
'/exchange/settings/api/exchangeSettingListApi'
,
method
:
'post'
,
request
:
{
...
...
public/js/web/integralBillList.js
View file @
0a2eba9d
...
...
@@ -17,7 +17,6 @@ layui.use(['table', 'form', 'laydate', 'layer', 'element'], function () {
table
.
render
({
elem
:
'#list'
,
skin
:
'line'
,
url
:
'/integral_bills/api/integralBillList'
,
method
:
'get'
,
request
:
{
...
...
public/js/web/integralList.js
View file @
0a2eba9d
...
...
@@ -48,7 +48,6 @@ layui.use(['table', 'form', 'laydate', 'layer'], function () {
table
.
render
({
elem
:
'#list'
,
skin
:
'line'
,
url
:
'/integrals/api/integralList'
,
method
:
'post'
,
request
:
{
...
...
public/js/web/userExchangeBillList.js
View file @
0a2eba9d
...
...
@@ -17,7 +17,6 @@ layui.use(['table', 'form', 'laydate', 'layer', 'element'], function () {
table
.
render
({
elem
:
'#list'
,
skin
:
'line'
,
url
:
'/user_exchanges/api/userExchangeBillListApi'
,
method
:
'get'
,
request
:
{
...
...
public/js/web/userExchangeList.js
View file @
0a2eba9d
...
...
@@ -52,7 +52,6 @@ layui.use(['table', 'form', 'laydate', 'layer'], function () {
table
.
render
({
elem
:
'#UserExchange'
,
skin
:
'line'
,
url
:
'/user_exchanges/api/userExchangeListApi'
,
method
:
'get'
,
request
:
{
...
...
public/js/web/userIntegralList.js
View file @
0a2eba9d
...
...
@@ -47,7 +47,6 @@ layui.use(['table', 'form', 'laydate', 'layer'], function () {
table
.
render
({
elem
:
'#UserIntegral'
,
skin
:
'line'
,
url
:
'/user_integrals/api/userIntegralList'
,
method
:
'get'
,
request
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment