f7a84cea by 杨威

更多查询

1 parent 73332d08
......@@ -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 = true;
this.ismore = !this.ismore;
// this.$message('待开发');
}
},
......