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
b9a12568
Commit
b9a12568
authored
Sep 18, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改分配参数
parent
eddbd266
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
customer-assign.vue
src/views/apps/customer-app/customer-assign.vue
+9
-8
No files found.
src/views/apps/customer-app/customer-assign.vue
View file @
b9a12568
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-1
7 17:52:38
* @LastEditTime: 2020-09-1
8 09:41:30
-->
<
template
>
<div
class=
"customer-assign-wrap"
>
...
...
@@ -62,14 +62,14 @@
</el-dropdown>
</
template
>
</el-table-column>
<el-table-column
label=
"会员姓名"
width=
"1
20
"
show-overflow-tooltip
>
<el-table-column
label=
"会员姓名"
width=
"1
60px
"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<div
class=
"flex common-table-user"
>
<div
class=
"flex flex-align-center flex-pack-center common-table-photo"
>
<img
v-if=
"scope.row.headUrl"
:src=
"scope.row.headUrl"
alt=
"img"
/>
<img
v-else
src=
"../../../assets/member.png"
alt=
"img"
/>
</div>
<div
class=
"common-table-text"
>
<div
class=
"common-table-text
hide-ellipsis
"
>
<div
class=
"font-14 color-606266 hide-ellipsis"
>
{{
scope
.
row
.
memberName
||
'--'
}}
</div>
<div
class=
"font-12 color-909399 hide-ellipsis"
>
{{
scope
.
row
.
cardNo
||
'--'
}}
</div>
</div>
...
...
@@ -763,6 +763,7 @@ export default {
.common-table-user
{
.common-table-photo
{
width
:
40px
;
min-width
:
40px
;
max-width
:
40px
;
max-height
:
40px
;
border-radius
:
2px
;
...
...
@@ -774,14 +775,14 @@ export default {
border-radius
:
2px
;
}
}
.hide-ellipsis
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
.common-table-text
{
padding-left
:
10px
;
box-sizing
:
border-box
;
.hide-ellipsis
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
}
}
...
...
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