|
|
@@ -9,12 +9,17 @@
|
|
|
@submit.native.prevent
|
|
|
>
|
|
|
<el-row :gutter="15">
|
|
|
- <el-col v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }">
|
|
|
+ <el-col v-bind="styleResponsive ? { lg: 4, md: 12 } : { span: 4 }">
|
|
|
+ <el-form-item label="关键字:" prop="keyword">
|
|
|
+ <el-input clearable v-model.trim="params.keyword"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col v-bind="styleResponsive ? { lg: 4, md: 12 } : { span: 4 }">
|
|
|
<el-form-item label="流程名:" prop="name">
|
|
|
<el-input clearable v-model.trim="params.name"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }">
|
|
|
+ <el-col v-bind="styleResponsive ? { lg: 4, md: 12 } : { span: 4 }">
|
|
|
<el-form-item label="结果:" prop="result">
|
|
|
<!-- <el-select
|
|
|
v-model="params.status"
|
|
|
@@ -52,7 +57,7 @@
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
style="display: flex; justify-content: flex-end"
|
|
|
- v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }"
|
|
|
+ v-bind="styleResponsive ? { lg: 4, md: 12 } : { span: 4 }"
|
|
|
>
|
|
|
<div class="ele-form-actions">
|
|
|
<el-button
|