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
b5b387b0
Commit
b5b387b0
authored
Nov 24, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改指标
parent
d3c90638
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
customer-store-group.vue
src/components/app/my-customer/customer-store-group.vue
+3
-2
customer-store.vue
src/components/app/my-customer/customer-store.vue
+3
-2
gic-select-group-mult.vue
src/components/common/gic-select-group-mult.vue
+3
-3
No files found.
src/components/app/my-customer/customer-store-group.vue
View file @
b5b387b0
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 15:24:12
* @LastEditors: 无尘
* @LastEditTime: 2020-
09-21 10:28
:49
* @LastEditTime: 2020-
11-24 17:30
:49
-->
<!--
门店绑定-选择分组
...
...
@@ -13,7 +13,8 @@
-->
<
template
>
<div
class=
"bind-store-body"
>
<div
class=
"select-search"
>
<div
class=
"font-12 color-909399"
>
最终选择范围是根据选择范围和管理员管辖范围内的相同分组或门店。
</div>
<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>
<div
class=
"select-tree-wrap auth-select-tree m-t-20"
>
...
...
src/components/app/my-customer/customer-store.vue
View file @
b5b387b0
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 15:24:42
* @LastEditors: 无尘
* @LastEditTime: 2020-
09-21 10:29:00
* @LastEditTime: 2020-
11-24 17:31:03
-->
<!--
<customer-store :brand-id="brandId" :select-store="selectStore" @checkStoreIds="checkStoreIds"></customer-store>
...
...
@@ -12,7 +12,8 @@
-->
<
template
>
<div
class=
"daily-store-select"
>
<div
class=
"select-search"
>
<div
class=
"font-12 color-909399"
>
最终选择范围是根据选择范围和管理员管辖范围内的相同分组或门店。
</div>
<div
class=
"select-search m-t-10"
>
<el-input
placeholder=
"请输入门店名称/代码"
v-model=
"searchSelect"
prefix-icon=
"el-icon-search"
style=
"width: 100%;"
clearable
@
keyup
.
native=
"value => toInput(value, searchSelect)"
@
clear=
"clearSearch"
></el-input>
</div>
<!--
<div
class=
"checkbox border-box"
style=
"padding: 15px 20px;"
>
...
...
src/components/common/gic-select-group-mult.vue
View file @
b5b387b0
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-08 10:27:21
* @LastEditors: 无尘
* @LastEditTime: 2020-11-24 1
6:46:45
* @LastEditTime: 2020-11-24 1
7:30:14
-->
<!--
<gic-select-group-mult
...
...
@@ -21,8 +21,8 @@
-->
<
template
>
<el-popover
placement=
"bottom"
v-model=
"departmentVisible"
>
<
!--
<div>
最终选择范围是根据选择范围和管理员管辖范围内的相同分组或门店。
</div>
--
>
<div
class=
"select-search"
>
<
div
class=
"font-12 color-909399"
>
最终选择范围是根据选择范围和管理员管辖范围内的相同分组或门店。
</div
>
<div
class=
"select-search
m-t-10
"
>
<el-input
placeholder=
"请输入内容"
maxlength=
"50"
v-model=
"searchSelect"
style=
"width: 100%;"
@
keyup
.
native=
"value => toInput(value, searchSelect)"
@
clear=
"clearSearch"
>
<i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i>
</el-input>
</div>
<div
class=
"select-tree-wrap m-t-10"
>
...
...
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