记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
85798bf3
Commit
85798bf3
authored
Jul 13, 2022
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改表格内字段的展示
parent
32d369c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
15 deletions
+16
-15
activityList.html
...ates/zhengzai/sweet/performanceActivity/activityList.html
+0
-9
ticketList.html
...plates/zhengzai/sweet/performanceActivity/ticketList.html
+16
-6
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/sweet/performanceActivity/activityList.html
View file @
85798bf3
...
...
@@ -50,14 +50,8 @@
</div>
<th:block
th:include=
"include :: footer"
/>
<script
th:inline=
"javascript"
>
// var dicCouponBusiType = [[${@dict.getType('zhengzai_coupon_busi_type')}]];
// var dicCouponBindType = [[${@dict.getType('zhengzai_coupon_bind_type')}]];
var
prefix
=
ctx
+
"stone/logs"
;
var
prefix2
=
ctx
+
"local"
;
// var viewMgtCouponFlag = [[${@permission.hasPermi('candy:coupon:mgt:detail')}]];
// var cancelMgtCouponFlag = [[${@permission.hasPermi('candy:coupon:mgt:cancel')}]];
var
couType
=
[[
$
{
couType
}]];
$
(
function
()
{
...
...
@@ -66,9 +60,6 @@
pagination
:
true
,
modalName
:
"积分"
,
columns
:
[
{
checkbox
:
false
},
{
field
:
'activeName'
,
title
:
'活动名称'
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/sweet/performanceActivity/ticketList.html
View file @
85798bf3
...
...
@@ -37,20 +37,30 @@
modalName
:
"积分"
,
queryParams
:
queryParams
,
columns
:
[
{
checkbox
:
false
},
{
field
:
'code'
,
title
:
'券码'
},
{
field
:
'state'
,
title
:
'券状态'
title
:
'券状态'
,
formatter
:
function
(
value
,
row
)
{
if
(
value
==
1
)
{
return
'未兑换'
}
else
if
(
value
==
2
)
{
return
'已兑换'
}
else
{
return
'已失效'
}
}
},
{
field
:
'redeemUid'
,
title
:
'使用者ID'
},
{
field
:
'
created
At'
,
title
:
'
创建
时间'
field
:
'
redeem
At'
,
title
:
'
使用
时间'
}]
};
$
.
table
.
init
(
options
);
...
...
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