Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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
office
haoban-4
Commits
73dc22c3
Commit
73dc22c3
authored
Sep 16, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改审核
parent
ffe9c4fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
org-tree.vue
src/components/app/my-customer/org-tree.vue
+2
-1
customer-assign.vue
src/views/apps/customer-app/customer-assign.vue
+4
-4
No files found.
src/components/app/my-customer/org-tree.vue
View file @
73dc22c3
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-14 16:51:07
* @LastEditors: 无尘
* @LastEditTime: 2020-09-
09 15:25:18
* @LastEditTime: 2020-09-
16 17:56:44
-->
<!--
<org-tree v-if="item.children.length" :item-data="item.children" @getSelectData="getSelectData"></org-tree>
...
...
@@ -120,6 +120,7 @@ export default {
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
color
:
#606266
;
.color-fff
{
color
:
#fff
;
}
...
...
src/views/apps/customer-app/customer-assign.vue
View file @
73dc22c3
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-16 17:
45:35
* @LastEditTime: 2020-09-16 17:
58:11
-->
<
template
>
<div
class=
"customer-assign-wrap"
>
...
...
@@ -76,13 +76,13 @@
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"消费总额"
sortable
show-overflow-tooltip
>
<el-table-column
prop=
"
consumeTotal
"
label=
"消费总额"
sortable
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
¥
{{
scope
.
row
.
consumeTotal
}}
{{
scope
.
row
.
consumeTotal
==
null
&&
scope
.
row
.
consumeTotal
!=
0
?
'--'
:
''
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"消费次数"
sortable
>
<el-table-column
prop=
"
consumeTimes
"
label=
"消费次数"
sortable
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
consumeTimes
||
'0'
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"最近消费"
sortable
show-overflow-tooltip
>
<el-table-column
prop=
"
lastConsume
"
label=
"最近消费"
sortable
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<div
class=
"line-h-18"
>
{{
scope
.
row
.
lastConsume
|
timeStampToYmd
}}
{{
!
scope
.
row
.
lastConsume
?
'--'
:
''
}}
</div>
<div
class=
"line-h-18"
>
{{
scope
.
row
.
lastConsume
|
timeStampToHms
}}
{{
!
scope
.
row
.
lastConsume
?
'--'
:
''
}}
</div>
...
...
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