diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/businessDivision.vue b/src/pages/regulatoryRepository/nonConfomity/pages/businessDivision.vue index 12c8830fd..632b08c87 100644 --- a/src/pages/regulatoryRepository/nonConfomity/pages/businessDivision.vue +++ b/src/pages/regulatoryRepository/nonConfomity/pages/businessDivision.vue @@ -189,6 +189,10 @@ export default { data() { return { loading: false, + // 总数 + total: 0, + // 当前页数 + pageNo: 1, causeList: [], //事业部数据 nonConformitySearch: { standNumOrName: '', // 编号/名称 @@ -268,7 +272,7 @@ export default { margin-right:10px; } .footer { - margin-bottom: 430px; + margin-bottom: 390px; } } diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue b/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue index 5e7c5a608..b7a2fc8bf 100644 --- a/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue +++ b/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue @@ -189,6 +189,10 @@ export default { data() { return { loading: false, + // 总数 + total: 0, + // 当前页数 + pageNo: 1, causeList: [], //事业部数据 nonConformitySearch: { standNumOrName: '', // 编号/名称 @@ -268,7 +272,7 @@ export default { margin-right:10px; } .footer { - margin-bottom: 430px; + margin-bottom: 390px; } } diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue b/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue index bce9a647f..31ff05619 100644 --- a/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue +++ b/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue @@ -86,7 +86,7 @@ :data="nonList" tooltip-effect="dark" style="width: 100%;" - height="tableHeight" + height="100%" border :header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px', fontWeight: 'bold', height: '48px'}" @@ -195,7 +195,6 @@ export default { data () { return { loading: false, - tableHeight: null, //table高度 nonList:[], //未符合项表格数据 // 总数 total: 0, @@ -273,13 +272,16 @@ export default {