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
4d4b0c9d
Commit
4d4b0c9d
authored
Sep 16, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改分配
parent
d2fbe5ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
store-list.vue
src/components/app/my-customer/store-list.vue
+3
-3
No files found.
src/components/app/my-customer/store-list.vue
View file @
4d4b0c9d
...
...
@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-08-13 14:02:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-16 1
5:45:31
* @LastEditTime: 2020-09-16 1
6:22:20
* @FilePath : haoban-4\src\components\app\my-customer\store-list.vue
-->
<!--
...
...
@@ -13,8 +13,8 @@
<
template
>
<div
class=
"depart-list-body"
>
<div
class=
"depart-name-wrap m-b-20"
>
<
div
class=
"font-14 color-303133"
>
门店
{{
total
}}
家
</div
>
<div
class=
"flex flex-space-between
m-t-20
"
>
<
!--
<div
class=
"font-14 color-303133"
>
门店
{{
total
}}
家
</div>
--
>
<div
class=
"flex flex-space-between"
>
<div>
<el-input
placeholder=
"请输入门店名称/代码"
maxlength=
"50"
prefix-icon=
"el-icon-search"
v-model=
"searchInput"
class=
"w-274"
@
keyup
.
native=
"value => toInput(value, searchInput)"
clearable
@
clear=
"clearInput"
></el-input><el-select
class=
"w-168 m-l-10"
v-model=
"storeTypeId"
placeholder=
""
@
change=
"changeCondition"
>
<el-option
label=
"所有门店类型"
value=
""
></el-option>
...
...
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