Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
clique-web
Overview
Overview
Details
Activity
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
clique
clique-web
Commits
dc761d0d
Commit
dc761d0d
authored
Dec 13, 2021
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 会员体系时间控件调整
parent
ec9567ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
pointSystem.vue
src/view/companyGroup/membershipSystem/pointSystem.vue
+3
-3
No files found.
src/view/companyGroup/membershipSystem/pointSystem.vue
View file @
dc761d0d
...
...
@@ -68,7 +68,7 @@
<span
v-if=
"scope.row.integralGetStatus != 0"
>
{{
scope
.
row
.
integralGet
.
fee
/
10
}}
:
{{
scope
.
row
.
integralGet
.
integral
/
10
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"有效期"
>
<el-table-column
prop=
""
label=
"有效期"
min-width=
"110"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.perpetualFlag === 0"
>
<p>
...
...
@@ -147,7 +147,7 @@
<span
v-for=
"(item, index) in scope.row.channelList"
:key=
"index"
><span
v-if=
"item.channelType == 1"
>
{{
item
.
useProportionalRestriction
}}
%
</span></span>
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"有效期"
>
<el-table-column
prop=
""
label=
"有效期"
min-width=
"110"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.perpetualFlag === 0"
>
<p>
...
...
@@ -229,7 +229,7 @@ export default {
filters
:
{
// 格式化时间戳
normalizeDate
(
val
)
{
return
dateformat
(
val
,
'yyyy-MM-dd hh:mm:ss'
)
.
slice
(
0
,
-
3
)
;
return
dateformat
(
val
,
'yyyy-MM-dd hh:mm:ss'
);
},
normalizeStatus
(
val
,
date
)
{
if
(
val
===
1
)
{
...
...
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