Commit c8c9eb8c by lsk

任务列表调整

parent 808cca27
......@@ -90,4 +90,7 @@ export default {
right: 20px;
bottom: 30px;
}
.el-button+.el-button {
margin-left: 7px;
}
</style>
\ No newline at end of file
......@@ -5,6 +5,7 @@
@form-search="errpHandleSearch"
>
<template v-slot="searchSlot"> -->
<div style="border-bottom: 10px solid rgb(232, 232, 232);">
<el-form
class="m-table-search-form"
ref="paramsForm"
......@@ -63,7 +64,7 @@
</el-form-item>
</c-col>
</c-col>
<c-col :span="23" style="text-align: right">
<c-col :span="23" style="text-align: right;height:36.8px">
<el-button size="small" @click="errpHandleReset">重置</el-button>
<el-button
type="primary"
......@@ -75,6 +76,7 @@
</c-col>
</el-row>
</el-form>
</div>
<!-- </template>
</c-list-search> -->
......
......@@ -2,6 +2,7 @@
<div class="eibs-tab">
<!-- <c-list-search @form-reset="handleReset" @form-search="handleSearch">
<template v-slot="searchSlot"> -->
<div style="border-bottom: 10px solid rgb(232, 232, 232);">
<el-form
class="m-table-search-form"
ref="paramsForm"
......@@ -168,14 +169,14 @@
</c-col>
</c-col>
</el-row>
<c-col
<c-col
:span="23"
style="text-align: right"
style="text-align: right;height:36.8px"
v-if="
model.usfmod.flt === '<SELU>' || model.usfmod.flt === '<SELB>'
"
>
<!-- <el-form-item> -->
<el-button size="small" @click="handleReset">重置</el-button>
<el-button
type="primary"
......@@ -184,8 +185,12 @@
@click="handleSearch"
>查询</el-button
>
<!-- </el-form-item> -->
</c-col>
</el-row>
</el-form>
</div>
<!-- </template>
</c-list-search> -->
......
......@@ -2,6 +2,7 @@
<div class="eibs-tab">
<!-- <c-list-search @form-reset="handleReset" @form-search="handleSearch"> -->
<!-- <template v-slot="searchSlot"> -->
<div style="border-bottom: 10px solid rgb(232, 232, 232);">
<el-form
class="m-table-search-form"
ref="paramsForm"
......@@ -225,6 +226,7 @@
</c-col>
</el-row>
</el-form>
</div>
<!-- </template> -->
<!-- </c-list-search> -->
......
......@@ -2,6 +2,7 @@
<div class="eibs-tab">
<!-- <c-list-search @form-reset="sptfndHandleReset" @form-search="sptfndHandleSearch"> -->
<!-- <template v-slot="searchSlot"> -->
<div style="border-bottom: 10px solid rgb(232, 232, 232);">
<el-form
class="m-table-search-form"
ref="paramsForm"
......@@ -184,7 +185,7 @@
>
</c-col>
</c-col>
<c-col :span="23" style="text-align: right" v-if="model.usfmod.flt === '<SELU>'||model.usfmod.flt === '<SELB>'">
<c-col :span="23" style="text-align: right;height:36.8px" v-if="model.usfmod.flt === '<SELU>'||model.usfmod.flt === '<SELB>'">
<el-button size="small" @click="sptfndHandleReset">重置</el-button>
<el-button
type="primary"
......@@ -217,6 +218,7 @@
</c-col>
</el-row>
</el-form>
</div>
<!-- </template> -->
<!-- </c-list-search> -->
......
......@@ -2,6 +2,7 @@
<div class="eibs-tab">
<!-- <c-list-search @form-reset="handleReset" @form-search="handleSearch"> -->
<!-- <template v-slot="searchSlot"> -->
<div style="border-bottom: 10px solid rgb(232, 232, 232);">
<el-form
class="m-table-search-form"
ref="paramsForm"
......@@ -206,6 +207,7 @@
</c-col>
</el-row>
</el-form>
</div>
<!-- </template> -->
<!-- </c-list-search> -->
......
......@@ -2,6 +2,7 @@
<div class="eibs-tab">
<!-- <c-list-search @form-reset="handleReset" @form-search="handleSearch"> -->
<!-- <template v-slot="searchSlot"> -->
<div style="border-bottom: 10px solid rgb(232, 232, 232);">
<el-form
class="m-table-search-form"
ref="paramsForm"
......@@ -195,6 +196,7 @@
</c-col>
</el-row>
</el-form>
</div>
<!-- </template> -->
<!-- </c-list-search> -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment