@@ -82,7 +82,7 @@
@current-change="currentChange"
background
:page-size="pageSize"
- layout="total,prev, pager, next, jumper"
+ :layout="pageLayout"
:total="total">
</el-pagination>
</div>
@@ -112,6 +112,7 @@
<script>
import api from '@api/qualityControl.js';
import { Loading } from 'element-ui';
+ import config from '@api/config.js';
export default {
name: 'AutoTestList',
@@ -129,6 +130,7 @@
taskName:"",
dialogTaskName:false,
dialogTippop:false,
+ pageLayout:config.pageLayout,
tips:'',
filter: {
hospitalId:'',
@@ -38,7 +38,7 @@
@@ -47,6 +47,7 @@
name: 'AutoTestTask',
@@ -59,6 +60,7 @@
total: 0,
fieldTypes:[],
searched:false,
hisTypes:[],
missionName: ''