Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
member
member
Commits
12b2abe0
Commit
12b2abe0
authored
May 23, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改排序
parent
51e551bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
35 deletions
+14
-35
wechat-total.vue
src/components/wechatmembers/wechat-total.vue
+7
-19
wechatmembers.vue
src/components/wechatmembers/wechatmembers.vue
+7
-16
No files found.
src/components/wechatmembers/wechat-total.vue
View file @
12b2abe0
...
...
@@ -165,7 +165,7 @@
:key=
"index"
>
<el-table-column
:fixed=
"item === 'name'"
v-if=
"item == 'name' || item == '
highCost' || item == 'highCostPaid' || item == 'grade' || item == 'status' || item == 'channel' || item == 'createCardStoreName' || item == 'cardNo' || item == 'forzenStatus' || item == 'mainStoreName' || item == 'costFeePaid' || item == 'lastCostPaid
'"
v-if=
"item == 'name' || item == '
grade' || item == 'status' || item == 'channel' || item == 'createCardStoreName' || item == 'cardNo' || item == 'forzenStatus' || item == 'mainStoreName
'"
:prop=
"item"
:label=
"item | formatField"
width=
"160"
...
...
@@ -341,18 +341,6 @@
<span
v-else-if=
"item == 'cardNo'"
>
{{
scope
.
row
.
cardNo
}}
</span>
<span
v-else-if=
"item == 'costFeePaid'"
>
{{
scope
.
row
.
costFeePaid
}}
</span>
<span
v-else-if=
"item == 'lastCostPaid'"
>
{{
scope
.
row
.
lastCostPaid
}}
</span>
<span
v-else-if=
"item == 'highCost'"
>
{{
scope
.
row
.
highCost
}}
</span>
<span
v-else-if=
"item == 'highCostPaid'"
>
{{
scope
.
row
.
highCostPaid
}}
</span>
<div
v-else-if=
"item == 'frozenStatus'"
>
<span
class=
"dm-status--success"
...
...
@@ -534,17 +522,17 @@
<span
v-else-if=
"item == 'cardNo'"
>
{{
scope
.
row
.
cardNo
}}
</span>
<span
v-else-if=
"item == 'costFee
Receivable
'"
>
{{
scope
.
row
.
costFee
Receivable
}}
<span
v-else-if=
"item == 'costFee
Paid
'"
>
{{
scope
.
row
.
costFee
Paid
}}
</span>
<span
v-else-if=
"item == 'lastCost
Receivable
'"
>
{{
scope
.
row
.
lastCost
Receivable
}}
<span
v-else-if=
"item == 'lastCost
Paid
'"
>
{{
scope
.
row
.
lastCost
Paid
}}
</span>
<span
v-else-if=
"item == 'highCost'"
>
{{
scope
.
row
.
highCost
}}
</span>
<span
v-else-if=
"item == 'highCost
Receivable
'"
>
{{
scope
.
row
.
highCost
Receivable
}}
<span
v-else-if=
"item == 'highCost
Paid
'"
>
{{
scope
.
row
.
highCost
Paid
}}
</span>
<div
v-else-if=
"item == 'frozenStatus'"
>
<span
...
...
src/components/wechatmembers/wechatmembers.vue
View file @
12b2abe0
...
...
@@ -163,7 +163,7 @@
:key=
"index"
>
<el-table-column
:fixed=
"item === 'name'"
v-if=
"item == 'name' || item == '
highCost' || item == 'highCostPaid' || item == 'grade' || item == 'status' || item == 'channel' || item == 'createCardStoreName' || item == 'cardNo' || item == 'forzenStatus' || item == 'mainStoreName' || item == 'costFeePaid' || item == 'lastCostPaid
'"
v-if=
"item == 'name' || item == '
grade' || item == 'status' || item == 'channel' || item == 'createCardStoreName' || item == 'cardNo' || item == 'forzenStatus' || item == 'mainStoreName
'"
:prop=
"item"
:label=
"item | formatField"
width=
"160"
...
...
@@ -337,18 +337,9 @@
<span
v-else-if=
"item == 'cardNo'"
>
{{
scope
.
row
.
cardNo
}}
</span>
<span
v-else-if=
"item == 'costFeePaid'"
>
{{
scope
.
row
.
costFeePaid
}}
</span>
<span
v-else-if=
"item == 'lastCostPaid'"
>
{{
scope
.
row
.
lastCostPaid
}}
</span>
<span
v-else-if=
"item == 'highCost'"
>
{{
scope
.
row
.
highCost
}}
</span>
<span
v-else-if=
"item == 'highCostPaid'"
>
{{
scope
.
row
.
highCostPaid
}}
</span>
<div
v-else-if=
"item == 'frozenStatus'"
>
<span
class=
"dm-status--success"
...
...
@@ -531,17 +522,17 @@
<span
v-else-if=
"item == 'cardNo'"
>
{{
scope
.
row
.
cardNo
}}
</span>
<span
v-else-if=
"item == 'costFee
Receivable
'"
>
{{
scope
.
row
.
costFee
Receivable
}}
<span
v-else-if=
"item == 'costFee
Paid
'"
>
{{
scope
.
row
.
costFee
Paid
}}
</span>
<span
v-else-if=
"item == 'lastCost
Receivable
'"
>
{{
scope
.
row
.
lastCost
Receivable
}}
<span
v-else-if=
"item == 'lastCost
Paid
'"
>
{{
scope
.
row
.
lastCost
Paid
}}
</span>
<span
v-else-if=
"item == 'highCost'"
>
{{
scope
.
row
.
highCost
}}
</span>
<span
v-else-if=
"item == 'highCost
Receivable
'"
>
{{
scope
.
row
.
highCost
Receivable
}}
<span
v-else-if=
"item == 'highCost
Paid
'"
>
{{
scope
.
row
.
highCost
Paid
}}
</span>
<div
v-else-if=
"item == 'frozenStatus'"
>
<span
...
...
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