Commit c8c9eb8c by lsk

任务列表调整

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