Commit ef432947 authored by 李苏's avatar 李苏 💬

Merge branch 'master' of gitlab.gavelinfo.com:lisu/sgaqgl-vue

# Conflicts:
#	src/views/contingency/contingencyplan/index.vue
parents fdca3667 3e306343
...@@ -30,6 +30,12 @@ ...@@ -30,6 +30,12 @@
</el-select> </el-select>
</div> </div>
</el-col> </el-col>
<el-col :span="12" class="search-col">
<div class="search-item">
<span class="search-span">名称:</span>
<el-input v-model="queryParams.yljhName"></el-input>
</div>
</el-col>
</el-row> </el-row>
</div> </div>
<!-- 按钮操作--> <!-- 按钮操作-->
...@@ -92,7 +98,8 @@ ...@@ -92,7 +98,8 @@
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
year: '', year: '',
quarter:'' quarter:'',
yljhName: ''
}, },
/* 表格标题对应参数*/ /* 表格标题对应参数*/
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