Commit c94b2e87 by xiameng

INFFRE 查询页面修改

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