Commit c94b2e87 by xiameng

INFFRE 查询页面修改

parent 45f52371
<template> <template>
<div class="eibs-tab" > <div class="eibs-tab" >
<c-content> <c-content>
<template> <el-row >
<el-form <c-col :span="12" >
class="m-table-search-form" <el-form-item label="FeeCode" prop="rec.cod">
<c-input v-model="model.cod" maxlength="20" placeholder="请输入FeeCode"></c-input>
ref="paramsForm" </el-form-item>
:inline="true" </c-col>
label-position="right"
label-width="120px" <c-col :span="12" >
size="small" <el-form-item label="Description" prop="rec.nam">
> <c-input v-model="model.nam" maxlength="20" placeholder="请输入Description"></c-input>
<!--持续展示--> </el-form-item>
</c-col>
<c-row >
<c-col :span="10" >
<el-form-item label="FeeCode" prop="rec.cod">
<c-input v-model="model.cod" maxlength="20" placeholder="请输入FeeCode"></c-input>
</el-form-item>
</c-col>
<c-col :span="10" >
<el-form-item label="Description" prop="rec.nam">
<c-input v-model="model.nam" maxlength="20" placeholder="请输入Description"></c-input>
</el-form-item>
</c-col>
<!--重置--> <!--重置-->
<c-col :span="24" style="text-align: right; height: 36.8px" > <c-col :span="24" style="text-align: right; height: 36.8px" >
<el-button size="small" @click="onInfbutClr">重置</el-button> <el-button size="small" @click="onInfbutClr">重置</el-button>
<el-button type="primary" icon="el-icon-search" size="small" @click="onInfbutSearow()" >查询</el-button > <el-button type="primary" icon="el-icon-search" size="small" @click="onInfbutSearow()" >查询</el-button >
</c-col>
</c-col> </el-row>
</c-row> <div style="margin-top:20px;">
</el-form>
</template>
<div style="margin-top:20px;">
<!-- EXCEL导出 <!-- EXCEL导出
<c-button size="small" type="primary" @click="onInfbutButprt"> <c-button size="small" type="primary" @click="onInfbutButprt">
...@@ -98,7 +77,15 @@ ...@@ -98,7 +77,15 @@
<c-input v-model="model.infbut.dspstm" placeholder="请输入display stream"></c-input> <c-input v-model="model.infbut.dspstm" placeholder="请输入display stream"></c-input>
</el-form-item> </el-form-item>
</c-col> --> </c-col> -->
</c-content>
<c-function-btn
:handleSubmit="handleSubmit"
:handleCheck="handleCheck"
:handleStash="handleStash"
>
</c-function-btn>
</c-content>
</div> </div>
</template> </template>
<script> <script>
......
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