Commit 88fc18f3 by lsk

任务列表调整

parent 55b51ab4
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-list-search <!-- <c-list-search
@form-reset="errpHandleReset" @form-reset="errpHandleReset"
@form-search="errpHandleSearch" @form-search="errpHandleSearch"
> >
<template v-slot="searchSlot"> <template v-slot="searchSlot"> -->
<el-form <el-form
class="m-table-search-form" class="m-table-search-form"
ref="paramsForm" ref="paramsForm"
...@@ -27,17 +27,6 @@ ...@@ -27,17 +27,6 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="业务所属行" prop="bopquep.ownextkey" style="width: 100%">
<c-select
v-model="model.bopquep.ownextkey"
style="width: 100%"
placeholder="请选择业务所属行"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="8" v-show="searchSlot.searchToggle">
<el-form-item label="起止日期" style="width: 100%"> <el-form-item label="起止日期" style="width: 100%">
<c-col :span="11"> <c-col :span="11">
<el-date-picker <el-date-picker
...@@ -62,11 +51,32 @@ ...@@ -62,11 +51,32 @@
</c-col> </c-col>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8">
<el-form-item label="业务所属行" prop="bopquep.ownextkey" style="width: 100%">
<c-select
v-model="model.bopquep.ownextkey"
style="width: 100%"
placeholder="请选择业务所属行"
>
</c-select>
</el-form-item>
</c-col>
</c-col> </c-col>
<c-col :span="23" style="text-align: right">
<el-button size="small" @click="errpHandleReset">重置</el-button>
<el-button
type="primary"
icon="el-icon-search"
size="small"
@click="errpHandleSearch"
>查询</el-button
>
</c-col>
</el-row> </el-row>
</el-form> </el-form>
</template> <!-- </template>
</c-list-search> </c-list-search> -->
<el-row> <el-row>
<c-istream-table :list="stmData.data" :columns="stmData.columns"> <c-istream-table :list="stmData.data" :columns="stmData.columns">
......
...@@ -174,23 +174,23 @@ ...@@ -174,23 +174,23 @@
</c-col> --> </c-col> -->
<c-col :span="8" style="text-align: right" v-else> <c-col :span="8" style="text-align: right" v-else>
<el-button size="small" @click="handleReset">重置</el-button> <el-button size="small" @click="sptfndHandleReset">重置</el-button>
<el-button <el-button
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
size="small" size="small"
@click="handleSearch" @click="sptfndHandleSearch"
>查询</el-button >查询</el-button
> >
</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" v-if="model.usfmod.flt === '<SELU>'||model.usfmod.flt === '<SELB>'">
<el-button size="small" @click="handleReset">重置</el-button> <el-button size="small" @click="sptfndHandleReset">重置</el-button>
<el-button <el-button
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
size="small" size="small"
@click="handleSearch" @click="sptfndHandleSearch"
>查询</el-button >查询</el-button
> >
</c-col> </c-col>
......
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