src/components/makepager/TableCommonView.vue
@@ -1,6 +1,6 @@ <!-- eslint-disable vue/no-use-v-if-with-v-for --> <template> <div class="table-view"> <div class="table-view" v-loading="loading"> <el-table ref="table" border @@ -183,6 +183,10 @@ default: () => { return {} } }, loading:{ type: Boolean, default: false } }, data() {