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
fc67a96b
Commit
fc67a96b
authored
Sep 11, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 设置菜单
parent
fe9c181c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
7 deletions
+25
-7
customer-assign.vue
src/views/apps/customer-app/customer-assign.vue
+3
-3
index.vue
src/views/apps/customer-app/index.vue
+22
-4
No files found.
src/views/apps/customer-app/customer-assign.vue
View file @
fc67a96b
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-11 14:
22:23
* @LastEditTime: 2020-09-11 14:
34:44
-->
<
template
>
<div
class=
"customer-assign-wrap"
>
...
...
@@ -19,7 +19,7 @@
<div
class=
"font-12 color-909399 set-tip-item"
>
注:保存勾选项后,解绑当前导购code,该导购cede名下的顾客会分配到店长,在移动端可重新分配顾客
</div>
</div>
<div
class=
"m-t-46 p-l-20"
>
<el-button
type=
"primary"
:loading=
"loadingSet"
@
click=
"submit"
>
保存
</el-button>
<el-button
type=
"primary"
:loading=
"loadingSet"
@
click=
"submit
Set
"
>
保存
</el-button>
</div>
</div>
<div
v-if=
"activeName == 'second'"
class=
"list-body flex"
>
...
...
@@ -208,7 +208,7 @@ export default {
* @description: 保存
* @author: 无尘
*/
submit
:
_debounce
(
function
()
{
submit
Set
:
_debounce
(
function
()
{
const
that
=
this
;
that
.
loadingSet
=
true
;
that
.
setData
();
...
...
src/views/apps/customer-app/index.vue
View file @
fc67a96b
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-
08 15:18:21
* @LastEditTime: 2020-09-
11 14:30:57
-->
<
template
>
<div
class=
"my-customer-wrap common-set-wrap"
>
...
...
@@ -57,13 +57,31 @@ export default {
tabId
:
'1'
,
menuName
:
'顾客数据维度'
,
iconUrl
:
'iconjichushezhi'
,
menuUrl
:
''
menuUrl
:
'
/data-dimension
'
},
{
tabId
:
'2'
,
menuName
:
'
顾客展示
'
,
menuName
:
'
场景人群
'
,
iconUrl
:
'icongukeguanliicon'
,
menuUrl
:
''
menuUrl
:
'/crowd-scene'
},
{
tabId
:
'3'
,
menuName
:
'顾客数据'
,
iconUrl
:
'icongukeguanliicon'
,
menuUrl
:
'/customer-data-set'
},
{
tabId
:
'4'
,
menuName
:
'导购标签'
,
iconUrl
:
'icongukeguanliicon'
,
menuUrl
:
'/clerk-tag'
},
{
tabId
:
'5'
,
menuName
:
'顾客分配'
,
iconUrl
:
'icongukeguanliicon'
,
menuUrl
:
'/customer-assign'
}
],
activeBrand
:
''
,
// 商户(品牌) id
...
...
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