Commit 3e306343 authored by 黄自鹏's avatar 黄自鹏

调整

parent dde44f5e
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<el-col :span="12" class="search-col"> <el-col :span="12" class="search-col">
<div class="search-item"> <div class="search-item">
<span class="search-span">名称:</span> <span class="search-span">名称:</span>
<el-input v-model="queryParams.info"></el-input> <el-input v-model="queryParams.yljhName"></el-input>
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
baseUrl: '/aqgl/yjgl/yjyljh', baseUrl: '/aqgl/yjgl/yjyljh',
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
info: '' 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