Commit e467b752 authored by 黄自鹏's avatar 黄自鹏

增加频次查询条件

parent dc1dd094
...@@ -34,6 +34,12 @@ ...@@ -34,6 +34,12 @@
<span class="search-span">状态:</span> <span class="search-span">状态:</span>
<RelSelect src='aqgl/rcgl/lzbg/init/zt' clearable :match="{value:'id',label:'name'}" v-model='queryParams.zt'></RelSelect> <RelSelect src='aqgl/rcgl/lzbg/init/zt' clearable :match="{value:'id',label:'name'}" v-model='queryParams.zt'></RelSelect>
</div> </div>
</el-col>
<el-col :span="4" class="search-col">
<div class="search-item">
<span class="search-span">频次:</span>
<RelSelect style="width: 100%;" src='/aqgl/rcgl/lzbg/init/pc' :match="{value:'id',label:'name'}" v-model="queryParams.pc"></RelSelect>
</div>
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
...@@ -105,7 +111,8 @@ ...@@ -105,7 +111,8 @@
jsrq: new Date().getTime(), jsrq: new Date().getTime(),
gsid:'', gsid:'',
zt:'', zt:'',
ryxx:'' ryxx:'',
pc:''
}, },
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ 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