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
015ce32b
Commit
015ce32b
authored
Nov 24, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改指标
parent
fb05d2f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
15 deletions
+19
-15
customer-store-group.vue
src/components/app/my-customer/customer-store-group.vue
+18
-14
gic-select-group-mult.vue
src/components/common/gic-select-group-mult.vue
+1
-1
No files found.
src/components/app/my-customer/customer-store-group.vue
View file @
015ce32b
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-08-28 15:24:12
* @Date: 2020-08-28 15:24:12
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-11-24 17:
30:49
* @LastEditTime: 2020-11-24 17:
55:36
-->
-->
<!--
<!--
门店绑定-选择分组
门店绑定-选择分组
...
@@ -14,15 +14,17 @@
...
@@ -14,15 +14,17 @@
<
template
>
<
template
>
<div
class=
"bind-store-body"
>
<div
class=
"bind-store-body"
>
<div
class=
"font-12 color-909399"
>
最终选择范围是根据选择范围和管理员管辖范围内的相同分组或门店。
</div>
<div
class=
"font-12 color-909399"
>
最终选择范围是根据选择范围和管理员管辖范围内的相同分组或门店。
</div>
<div
class=
"select-search m-t-10"
>
<div
class=
"store-body-wrap"
>
<el-input
placeholder=
"请输入分组名称"
clearable
v-model=
"searchSelect"
@
keyup
.
native=
"value => toInput(value, searchSelect)"
@
clear=
"clearSearch"
>
<i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i>
</el-input>
<div
class=
"select-search m-t-10"
>
</div>
<el-input
placeholder=
"请输入分组名称"
clearable
v-model=
"searchSelect"
@
keyup
.
native=
"value => toInput(value, searchSelect)"
@
clear=
"clearSearch"
>
<i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i>
</el-input>
<div
class=
"select-tree-wrap auth-select-tree m-t-20"
>
</div>
<el-tree
ref=
"groupTree"
:filter-node-method=
"filterNode"
:data=
"groupData"
node-key=
"storeGroupId"
show-checkbox
default-expand-all
:props=
"defaultProps"
:expand-on-click-node=
"false"
@
check=
"checkGroup"
>
<div
class=
"select-tree-wrap auth-select-tree m-t-20"
>
<span
:id=
"data.storeGroupId"
class=
"custom-tree-node"
slot-scope=
"
{ node, data }">
<el-tree
ref=
"groupTree"
:filter-node-method=
"filterNode"
:data=
"groupData"
node-key=
"storeGroupId"
show-checkbox
default-expand-all
:props=
"defaultProps"
:expand-on-click-node=
"false"
@
check=
"checkGroup"
>
<span
class=
"font-14 color-606266"
>
{{
node
.
label
}}
</span>
<span
:id=
"data.storeGroupId"
class=
"custom-tree-node"
slot-scope=
"
{ node, data }">
</span>
<span
class=
"font-14 color-606266"
>
{{
node
.
label
}}
</span>
</el-tree>
</span>
</el-tree>
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -208,10 +210,12 @@ export default {
...
@@ -208,10 +210,12 @@ export default {
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.bind-store-body
{
.bind-store-body
{
width
:
331px
;
margin
:
0
;
padding
:
10px
;
.store-body-wrap
{
margin
:
20px
0
0
0
;
width
:
331px
;
border
:
1px
solid
#e4e7ed
;
padding
:
10px
;
border
:
1px
solid
#e4e7ed
;
}
.w-215
{
.w-215
{
width
:
215px
;
width
:
215px
;
}
}
...
...
src/components/common/gic-select-group-mult.vue
View file @
015ce32b
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-11-08 10:27:21
* @Date: 2020-11-08 10:27:21
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-11-24 17:
30:14
* @LastEditTime: 2020-11-24 17:
56:08
-->
-->
<!--
<!--
<gic-select-group-mult
<gic-select-group-mult
...
...
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