更多查询
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
| 32 | type="primary" | 32 | type="primary" |
| 33 | class="moreSearchBtn" | 33 | class="moreSearchBtn" |
| 34 | @click="moreSearch" | 34 | @click="moreSearch" |
| 35 | >高级查询 | 35 | >更多查询 |
| 36 | </el-button> | 36 | </el-button> |
| 37 | <!-- @click="ismore = !ismore" --> | 37 | <!-- @click="ismore = !ismore" --> |
| 38 | </el-form> | 38 | </el-form> |
| ... | @@ -146,7 +146,7 @@ export default { | ... | @@ -146,7 +146,7 @@ export default { |
| 146 | }, | 146 | }, |
| 147 | // 高级查询 | 147 | // 高级查询 |
| 148 | moreSearch(){ | 148 | moreSearch(){ |
| 149 | this.ismore = true; | 149 | this.ismore = !this.ismore; |
| 150 | // this.$message('待开发'); | 150 | // this.$message('待开发'); |
| 151 | } | 151 | } |
| 152 | }, | 152 | }, | ... | ... |
-
Please register or sign in to post a comment