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
ad39a907
Commit
ad39a907
authored
Sep 16, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改分配
parent
8403ac9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
customer-assign.vue
src/views/apps/customer-app/customer-assign.vue
+2
-3
No files found.
src/views/apps/customer-app/customer-assign.vue
View file @
ad39a907
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-16 15:
45:0
2
* @LastEditTime: 2020-09-16 15:
53:4
2
-->
<
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
.
store
Info
Name
:
item
.
storeGroupName
}}
{{
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>
</div>
<div
class=
"table-top flex flex-space-between"
>
...
...
@@ -170,7 +170,6 @@ export default {
showMember
:
false
,
storeObj
:
{},
gicDataCopy
:
[],
chainData
:
[],
navData
:
[]
};
},
...
...
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