Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f7a84cea
authored
2020-12-21 09:26:52 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更多查询
1 parent
73332d08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/searchHead/searchHead.vue
src/components/searchHead/searchHead.vue
View file @
f7a84ce
...
...
@@ -32,7 +32,7 @@
type=
"primary"
class=
"moreSearchBtn"
@
click=
"moreSearch"
>
高级
查询
>
更多
查询
</el-button>
<!-- @click="ismore = !ismore" -->
</el-form>
...
...
@@ -146,7 +146,7 @@ export default {
},
// 高级查询
moreSearch
(){
this
.
ismore
=
tru
e
;
this
.
ismore
=
!
this
.
ismor
e
;
// this.$message('待开发');
}
},
...
...
Please
register
or
sign in
to post a comment