This commit is contained in:
2019-04-22 00:27:04 +08:00
parent db8c9b3182
commit ebbd490913
19 changed files with 329 additions and 107 deletions

View File

@@ -98,6 +98,10 @@
</tbody>
</table>
</div>
<div v-show="!list || list.rows == 0" style="text-align: center">
<img src="../res/img/none.png">
<p>暂无数据</p>
</div>
<div>
<ul class="pager pull-right" style="margin: 5px 10px">
@@ -142,7 +146,7 @@
addFilter: "recompany",
para: {},
list: {rows:[{listSql:"", countSql:""}], total:0},
list: {rows:[], total:0},
limit: {pn: 1, ps: 10, total: 0},
order:{col:"id", desc:1}
},
@@ -170,6 +174,7 @@
},
methods: {
findList() {
vm.list = {rows:[], total:0};
// filters
let filters = [];
//filters.push({col: "status", value: 9, type: "NOTEQUAL"});