Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Chatopera OpenSource
/
ferry_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
be91e3f2
authored
Nov 17, 2021
by
lanyulei
Committed by
GitHub
Nov 17, 2021
Browse files
Options
Browse Files
Download
Plain Diff
feat: 工单筛选支持表单内容搜索。
feat: 工单筛选支持表单内容搜索。
parents
fde06e6f
ce3e22ea
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
10 deletions
src/views/process/list/components/search/index.vue
src/views/process/list/components/search/index.vue
View file @
be91e3f2
...
...
@@ -10,6 +10,26 @@
@
keyup
.
enter
.
native=
"getList"
/>
</el-form-item>
<el-form-item
label=
"模版数据"
>
<el-input
v-model=
"listQuery.formData"
placeholder=
"请输入模版数据"
clearable
size=
"small"
style=
"width: 180px"
@
keyup
.
enter
.
native=
"getList"
/>
</el-form-item>
<el-form-item
label=
"流程"
>
<el-select
v-model=
"listQuery.process"
placeholder=
"请选择流程"
size=
"small"
filterable
clearable
style=
"width: 230px"
@
change=
"getList"
>
<el-option
v-for=
"item in processValueList"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
/>
</el-select>
</el-form-item>
<el-form-item
v-if=
"genre !== 'my-create'"
label=
"申请人"
>
<el-select
v-model=
"listQuery.creator"
...
...
@@ -54,16 +74,6 @@
/>
</el-select>
</el-form-item>
<el-form-item
label=
"流程"
>
<el-select
v-model=
"listQuery.process"
placeholder=
"请选择流程"
size=
"small"
filterable
clearable
style=
"width: 230px"
@
change=
"getList"
>
<el-option
v-for=
"item in processValueList"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
/>
</el-select>
</el-form-item>
<el-form-item
label=
"优先级"
>
<el-select
v-model=
"listQuery.priority"
placeholder=
"请选择优先级"
size=
"small"
clearable
style=
"width: 130px"
@
change=
"getList"
>
<el-option
label=
"一般"
:value=
"1"
/>
...
...
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