|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: your name
|
|
|
* @Date: 2021-11-29 14:37:54
|
|
|
- * @LastEditTime: 2022-02-09 10:52:46
|
|
|
+ * @LastEditTime: 2022-02-15 15:53:04
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
* @Description: 角色管理
|
|
|
* @FilePath: \Foshan4A2.0\src\views\authorityManagement\components\authorityRole.vue
|
|
@@ -58,8 +58,10 @@
|
|
|
</div>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <p class="center" v-if="loading">加载中...</p>
|
|
|
- <p class="center" v-if="noMore">没有更多数据了~</p>
|
|
|
+ <template v-if="total > 1">
|
|
|
+ <p class="center" v-if="loading">加载中...</p>
|
|
|
+ <p class="center" v-if="noMore">没有更多数据了~</p>
|
|
|
+ </template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<el-empty description="暂无数据"></el-empty>
|