zhaoke 2 سال پیش
والد
کامیت
699c24133f
2فایلهای تغییر یافته به همراه1 افزوده شده و 6 حذف شده
  1. 0 5
      src/views/systemSettings/views/newAuth/components/table.vue
  2. 1 1
      src/views/table/index.vue

+ 0 - 5
src/views/systemSettings/views/newAuth/components/table.vue

@@ -60,11 +60,6 @@
               <div>{{ scope.row.needGroup == 1 ? '是' :'否' }}</div>
             </template>
           </el-table-column>
-          <el-table-column prop="needShow" label="是否显示">
-            <template slot-scope="scope">
-              <div>{{ scope.row.needShow == 1 ? '是' :'否' }}</div>
-            </template>
-          </el-table-column>
           <el-table-column prop="listqueryTemplateID" label="是否下拉">
             <template slot-scope="scope">
               <div>{{ scope.row.listqueryTemplateID == 1 ? '是' :'否' }}</div>

+ 1 - 1
src/views/table/index.vue

@@ -193,7 +193,7 @@ export default {
       rmFlag: false,
       rowTitle: "",
       page: 0,
-      pageSize: 10,
+      pageSize: 20,
       noMore: false,
       tableCols: [], //表头数据
       tableData: [], //表格数据