Commit c4af2f94 authored by huangyy's avatar huangyy

履职报告填写加履职人员查询条件

parent 6d661f56
......@@ -31,7 +31,12 @@
<el-date-picker value-format="timestamp" v-model='queryParams.jsrq' ></el-date-picker>
</div>
</el-col>
<el-col :span="6" class="search-col">
<div class="search-item">
<span class="search-span">履职人员:</span>
<el-input v-model="queryParams.ryName"></el-input>
</div>
</el-col>
</el-row>
</div>
<!-- 按钮操作-->
......@@ -119,7 +124,8 @@
info: '',
ksrq:new Date().getTime()-1000*60*60*24*30,
jsrq:new Date().getTime(),
zt:''
zt:'',
ryName: ''
},
/* 表格标题对应参数*/
tableTitle: [
......
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