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
651a02fe
Commit
651a02fe
authored
Sep 16, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改分配接口
parent
00588e21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
12 deletions
+4
-12
customer-assign.vue
src/views/apps/customer-app/customer-assign.vue
+4
-12
No files found.
src/views/apps/customer-app/customer-assign.vue
View file @
651a02fe
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-16 15:
03:33
* @LastEditTime: 2020-09-16 15:
37:19
-->
<
template
>
<div
class=
"customer-assign-wrap"
>
...
...
@@ -31,7 +31,7 @@
<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"
>
{{
index
==
navData
.
length
-
1
?
item
.
storeName
:
item
.
storeGroupName
}}
{{
index
==
navData
.
length
-
1
?
item
.
store
Info
Name
:
item
.
storeGroupName
}}
</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"
>
...
...
@@ -684,8 +684,8 @@ export default {
};
</
script
>
<
style
lang=
"less"
scoped
>
.w-
500
{
width
:
500
px
;
.w-
168
{
width
:
168
px
;
}
.w-195
{
...
...
@@ -700,14 +700,6 @@ export default {
padding
:
20px
;
}
.p-l-38
{
padding-left
:
38px
;
}
.p-l-199
{
padding-left
:
199px
;
}
.m-b-10
{
margin-bottom
:
10px
;
}
...
...
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