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
9cef1d14
Commit
9cef1d14
authored
Sep 16, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改分配
parent
4f69dfe6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
6 deletions
+18
-6
customer-assign.vue
src/views/apps/customer-app/customer-assign.vue
+18
-6
No files found.
src/views/apps/customer-app/customer-assign.vue
View file @
9cef1d14
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-16 1
5:53:42
* @LastEditTime: 2020-09-16 1
6:18:49
-->
<
template
>
<div
class=
"customer-assign-wrap"
>
...
...
@@ -29,10 +29,12 @@
<div
class=
"list-right p-20 border-box"
>
<store-list
v-if=
"!showMember"
:brand-id=
"brandId"
:depart-obj=
"departObj"
@
getStore=
"getStore"
></store-list>
<div
v-if=
"showMember"
class=
"list-right-body"
>
<div
role=
"navigation"
class=
"el-breadcrumb m-b-20"
>
<span
class=
"el-breadcrumb__item"
v-for=
"(item, index) in navData"
:key=
"index + 'nav'"
><span
role=
"link"
class=
"el-breadcrumb__inner is-link"
@
click=
"changeDepart(item, index)"
><span
class=
"el-breadcrumb__inner is-link font-14 color-606266"
>
<div
role=
"navigation"
class=
"el-breadcrumb m-b-10"
>
<span
class=
"el-breadcrumb__item"
v-for=
"(item, index) in navData"
:key=
"index + 'nav'"
>
<span
role=
"link"
class=
"el-breadcrumb__inner is-link"
@
click=
"changeDepart(item, index)"
><span
class=
"el-breadcrumb__inner is-link font-14 color-606266"
>
{{
index
==
navData
.
length
-
1
?
item
.
storeName
:
item
.
storeGroupName
}}
</span></span><i
v-if=
"index != navData.length - 1"
class=
"el-breadcrumb__separator el-icon-arrow-right"
></i></span>
</span></span><i
v-if=
"index != navData.length - 1"
class=
"el-breadcrumb__separator el-icon-arrow-right"
></i>
</span>
</div>
<div
class=
"table-top flex flex-space-between"
>
<div>
...
...
@@ -51,8 +53,8 @@
<el-table-column
type=
"selection"
width=
"45"
>
</el-table-column>
<el-table-column
width=
"25"
>
<template
slot=
"header"
>
<el-dropdown
style=
"line-height: 10px; padding: 0; margin-left: -
15px; transform: translateY(4px); -webkit-transform: translateY(4
px);"
@
command=
"handleCommand"
placement=
"bottom-start"
>
<span
class=
"el-dropdown-link"
><i
class=
"iconfont icongengduo"
></i>
</span>
<el-dropdown
style=
"line-height: 10px; padding: 0; margin-left: -
25px; transform: translateY(0px); -webkit-transform: translateY(0
px);"
@
command=
"handleCommand"
placement=
"bottom-start"
>
<span
class=
"el-dropdown-link"
><i
class=
"iconfont icongengduo
font-12
"
></i>
</span>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
command=
"0"
><span
:style=
"
{ color: selectRadio == 0 ? '#2f54eb' : '#606266' }">选择当页
</span></el-dropdown-item>
<el-dropdown-item
command=
"1"
><span
:style=
"
{ color: selectRadio == 1 ? '#2f54eb' : '#606266' }">选择全部
</span></el-dropdown-item>
...
...
@@ -770,6 +772,16 @@ export default {
min-width
:
calc
(
100%
-
300px
);
min-height
:
calc
(
100vh
-
94px
);
border-left
:
1px
solid
#e4e7ed
;
.el-breadcrumb__item
{
padding-bottom
:
10px
;
}
.el-dropdown-link
{
cursor
:
pointer
;
}
.icongengduo
{
font-size
:
12px
;
color
:
#909399
;
}
}
}
}
...
...
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