Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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-3
Commits
48bc2fc9
Commit
48bc2fc9
authored
May 19, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/5月-客户列表优化' into feature/4月-菜单和权限
parents
f33ef8ab
9cb95d87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
myCustomerList.vue
src/views/apps/customerApp/myCustomerList.vue
+1
-1
No files found.
src/views/apps/customerApp/myCustomerList.vue
View file @
48bc2fc9
...
...
@@ -30,7 +30,7 @@
<div>
<el-select
class=
"w-168"
v-model=
"clerkId"
placeholder=
""
@
change=
"changeCondition"
>
<el-option
label=
"全部"
value=
"0"
></el-option>
<el-option
label=
"无
归属
"
value=
"-1"
></el-option>
<el-option
label=
"无
导购
"
value=
"-1"
></el-option>
<el-option
v-for=
"item in clerkOptions"
:key=
"item.clerkId"
:label=
"item.clerkName"
:value=
"item.clerkId"
>
</el-option>
</el-select
><el-input
placeholder=
"请输入会员姓名/手机号/卡号"
maxlength=
"50"
prefix-icon=
"el-icon-search"
v-model=
"searchInput"
class=
"w-264 m-l-10"
style=
"width: 264px;"
clearable
@
clear=
"clearSearch"
@
keyup
.
native=
"value => toInput(value, searchInput)"
>
</el-input>
</div>
...
...
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