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
ec9aff25
Commit
ec9aff25
authored
Jul 04, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: ui修改
parent
e5b8da4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
pointSystem.vue
src/view/companyGroup/membershipSystem/pointSystem.vue
+7
-9
No files found.
src/view/companyGroup/membershipSystem/pointSystem.vue
View file @
ec9aff25
...
@@ -93,14 +93,11 @@
...
@@ -93,14 +93,11 @@
<span
v-if=
"scope.row.integralGetStatus != 0"
>
{{
scope
.
row
.
integralGet
.
fee
/
10
}}
:
{{
scope
.
row
.
integralGet
.
integral
/
10
}}
</span>
<span
v-if=
"scope.row.integralGetStatus != 0"
>
{{
scope
.
row
.
integralGet
.
fee
/
10
}}
:
{{
scope
.
row
.
integralGet
.
integral
/
10
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"有效期"
min-width=
"11
0
"
>
<el-table-column
prop=
""
label=
"有效期"
min-width=
"11
4
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.perpetualFlag === 0"
>
<div
v-if=
"scope.row.perpetualFlag === 0"
>
<p>
<p>
{{
scope
.
row
.
startValidTime
|
normalizeDate
}}
{{
scope
.
row
.
startValidTime
|
normalizeDate
}}
<span
class=
"dateSpan"
>
至
</span>
</p>
<p>
-
</p>
</p>
<p>
<p>
{{
scope
.
row
.
endValidTime
|
normalizeDate
}}
{{
scope
.
row
.
endValidTime
|
normalizeDate
}}
...
@@ -213,10 +210,7 @@
...
@@ -213,10 +210,7 @@
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.perpetualFlag === 0"
>
<div
v-if=
"scope.row.perpetualFlag === 0"
>
<p>
<p>
{{
scope
.
row
.
startValidTime
|
normalizeDate
}}
{{
scope
.
row
.
startValidTime
|
normalizeDate
}}
<span
class=
"dateSpan"
>
至
</span>
</p>
<p>
-
</p>
</p>
<p>
<p>
{{
scope
.
row
.
endValidTime
|
normalizeDate
}}
{{
scope
.
row
.
endValidTime
|
normalizeDate
}}
...
@@ -664,4 +658,8 @@ export default {
...
@@ -664,4 +658,8 @@ export default {
.table-no-line-wrap
::before
{
.table-no-line-wrap
::before
{
height
:
0
;
height
:
0
;
}
}
.dateSpan
{
display
:
inline-block
;
margin-left
:
4px
;
}
</
style
>
</
style
>
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