Browse Source

代码上传

zhangqiOMG 2 years ago
parent
commit
931ef713a8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/normal-basic-layout/index.vue

+ 2 - 1
src/components/normal-basic-layout/index.vue

@@ -48,6 +48,7 @@
           </tableTemp>
           <div class="container normal-panel" style="text-align:right">
             <el-pagination
+              v-if="hidePagination"
               background
               small
               @size-change="handleSizeChange"
@@ -67,7 +68,7 @@
 <script>
 import {mapGetters} from 'vuex'
 export default {
-  props:['tableName','idName','tableData','apiId','formPath','oldFormPath','options','autoQuery','detailPath','customTitle'],
+  props:['tableName','idName','tableData','apiId','formPath','oldFormPath','options','autoQuery','detailPath','customTitle','hidePagination'],
   components:{
     tableTemp: () => import('./modules/table.vue'),
     setColumn: () => import('./modules/setColumn.vue'),