Commit 2b8ed2cb authored by 罗超's avatar 罗超

1

parent f0d0bd2e
This diff is collapsed.
......@@ -241,6 +241,13 @@
</div>
</q-td>
</template>
<template v-slot:no-data="{ icon, message, filter }">
<div class="full-width row flex-center text-accent q-gutter-sm">
<q-icon size="2em" :name="filter ? 'filter_b_and_w' : icon" />
<span> {{ message }} </span>
</div>
</template>
</q-table>
</div>
<eduinfo-form
......@@ -421,6 +428,7 @@ export default {
if (res.Code == 1) {
this.dataList = res.Data.PageData.Result;
this.pageCount = res.Data.PageCount;
} else {
}
});
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment