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
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
customer-store-group.vue
src/components/app/my-customer/customer-store-group.vue
+6
-2
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 @@
* @Author: 无尘
* @Date: 2020-08-28 15:24:12
* @LastEditors: 无尘
* @LastEditTime: 2020-11-24 17:
30:49
* @LastEditTime: 2020-11-24 17:
55:36
-->
<!--
门店绑定-选择分组
...
...
@@ -14,6 +14,7 @@
<
template
>
<div
class=
"bind-store-body"
>
<div
class=
"font-12 color-909399"
>
最终选择范围是根据选择范围和管理员管辖范围内的相同分组或门店。
</div>
<div
class=
"store-body-wrap"
>
<div
class=
"select-search m-t-10"
>
<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>
...
...
@@ -25,6 +26,7 @@
</el-tree>
</div>
</div>
</div>
</
template
>
<
script
>
import
{
_debounce
}
from
'@/common/js/public'
;
...
...
@@ -208,10 +210,12 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
.bind-store-body
{
margin
:
0
;
.store-body-wrap
{
width
:
331px
;
padding
:
10px
;
margin
:
20px
0
0
0
;
border
:
1px
solid
#e4e7ed
;
}
.w-215
{
width
:
215px
;
}
...
...
src/components/common/gic-select-group-mult.vue
View file @
015ce32b
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-08 10:27:21
* @LastEditors: 无尘
* @LastEditTime: 2020-11-24 17:
30:14
* @LastEditTime: 2020-11-24 17:
56:08
-->
<!--
<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