This commit is contained in:
clay
2022-01-28 16:36:09 +08:00
parent 6b2d1034c2
commit 8c0a3480de
9 changed files with 110 additions and 32 deletions

View File

@@ -6,13 +6,12 @@
<!--<div style="width: 95%;">-->
<div>
<!--<input class="query_input" v-model="query"/>-->
<el-input class="query_input" v-model="query" size="small" placeholder="请输入内容"></el-input>
<el-input class="query_input" v-model="query" size="small" :placeholder="$t('message.placeholder')"></el-input>
</div>
</el-col>
<el-col :xs="10" :sm="10" :md="10" :lg="4" :xl="4" style="float: right">
<el-button class="query_button" type="primary" size="small" icon="el-icon-search"
@click="handleCurrentChange(-1)">搜索
</el-button>
<el-button class="query_button" type="primary" size="small" icon="el-icon-search" @click="handleCurrentChange(-1)">
{{ $t('message.search') }}</el-button>
</el-col>
</el-row>
</div>
@@ -101,7 +100,7 @@ export default {
title: this.query,
id: this.value.navId,
pageNum: this.value.pageNum,
pageSize: 4
pageSize: 5
}
this.type = this.$route.query && this.$route.query.type
if (this.type != null && this.type != 0) {