Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1e8638bd
authored
Feb 22, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
2dd30d01
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
src/views/List/inquire.vue
src/views/List/inquire.vue
View file @
1e8638bd
...
...
@@ -30,8 +30,11 @@
<el-form-item
label=
"客户性质"
prop=
"customer_tag"
>
<el-select
v-model=
"formParam.customer_tag"
placeholder=
"请选择"
clearable
>
<el-option
label=
"全部"
value=
""
></el-option>
<el-option
label=
"KA"
value=
"KA"
></el-option>
<el-option
label=
"SMB"
value=
"SMB"
></el-option>
<el-option
label=
"KA终端"
value=
"1"
></el-option>
<el-option
label=
"SMB终端"
value=
"2"
></el-option>
<el-option
label=
"贸易商"
value=
"3"
></el-option>
<el-option
label=
"科研院校"
value=
"4"
></el-option>
<el-option
label=
"其他"
value=
"5"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"来源类型"
prop=
"source_from"
>
...
...
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