|
@@ -17,7 +17,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<el-col :span="12" class="filter-box search">
|
|
<el-col :span="12" class="filter-box search">
|
|
- <el-input size="mini" placeholder="请输入查询内容" v-model="searchInfo.value" @keyup.enter.native="search()">
|
|
|
|
|
|
+ <el-input size="mini" placeholder="请输入查询内容" v-model="searchInfo.value" @keyup.enter.native="search()" clearable>
|
|
<el-select slot="prepend" size="mini" placeholder="请选择" width="110" v-model="searchInfo.name">
|
|
<el-select slot="prepend" size="mini" placeholder="请选择" width="110" v-model="searchInfo.name">
|
|
<el-option v-for="(item, index) in filter" :label="item.label" :value="item.name" :key="'filter' + index"></el-option>
|
|
<el-option v-for="(item, index) in filter" :label="item.label" :value="item.name" :key="'filter' + index"></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
@@ -28,7 +28,7 @@
|
|
|
|
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
- <span v-if="!loading">
|
|
|
|
|
|
+ <el-col :span="24" v-if="!loading">
|
|
<span v-if="list.length > 0">
|
|
<span v-if="list.length > 0">
|
|
<el-col :span="24" class="list" v-for="(item, index) in list" :key="index">
|
|
<el-col :span="24" class="list" v-for="(item, index) in list" :key="index">
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
@@ -57,7 +57,7 @@
|
|
<span v-else>
|
|
<span v-else>
|
|
<no-list></no-list>
|
|
<no-list></no-list>
|
|
</span>
|
|
</span>
|
|
- </span>
|
|
|
|
|
|
+ </el-col>
|
|
<el-col :span="24" class="list" style="padding-top:50px" v-else v-loading="loading"></el-col>
|
|
<el-col :span="24" class="list" style="padding-top:50px" v-else v-loading="loading"></el-col>
|
|
<el-col :span="24" class="page">
|
|
<el-col :span="24" class="page">
|
|
<el-pagination @current-change="search" :current-page="currentPage" :page-size="$limit" layout="total, prev, pager, next, jumper" :total="totalRow">
|
|
<el-pagination @current-change="search" :current-page="currentPage" :page-size="$limit" layout="total, prev, pager, next, jumper" :total="totalRow">
|