diff --git a/src/views/business/study/comp/jhbd/Xq.vue b/src/views/business/study/comp/jhbd/Xq.vue index e1924d5..32a2fee 100644 --- a/src/views/business/study/comp/jhbd/Xq.vue +++ b/src/views/business/study/comp/jhbd/Xq.vue @@ -76,7 +76,7 @@ export default { queryParamsQmxx: { formId: null, pageNum: 1, - pageSize: 9999 + pageSize: 5 }, open: false, showIndex: 1, @@ -99,7 +99,7 @@ export default { queryParamsJcgj: { pageNum: 1, formId: null, - pageSize: 9999, + pageSize: 5, } } }, diff --git a/src/views/business/study/comp/sqbd/Xq.vue b/src/views/business/study/comp/sqbd/Xq.vue index e1e8b98..0568164 100644 --- a/src/views/business/study/comp/sqbd/Xq.vue +++ b/src/views/business/study/comp/sqbd/Xq.vue @@ -144,7 +144,7 @@ export default { queryParamsQmxx: { formId: null, pageNum: 1, - pageSize: 9999 + pageSize: 5 }, open: false, showIndex: 1, @@ -167,7 +167,7 @@ export default { queryParamsJcgj: { pageNum: 1, formId: null, - pageSize: 9999, + pageSize: 5, } } }, diff --git a/src/views/business/study/comp/tbbd/Xq.vue b/src/views/business/study/comp/tbbd/Xq.vue index 9ce9c11..daa26ea 100644 --- a/src/views/business/study/comp/tbbd/Xq.vue +++ b/src/views/business/study/comp/tbbd/Xq.vue @@ -26,25 +26,37 @@ {{ $t('page.business.study.studyFormFill.dcbhsjgj') }}
-
+
-
-
+
+
{{ $t('page.business.study.studyFormFill.qmxx') }}
- - - - - - -
+ + + + + + + + + + + + + + + + + +
{{ $t('page.business.study.studyFormFill.qmr') }}{{ $t('page.business.study.studyFormFill.qmyy') }}{{ $t('page.business.study.studyFormFill.qmsj') }}{{ $t('page.business.study.studyFormFill.bzyy') }}
{{ item.qmrMc }}{{ $i18n.locale === 'zh_CN' ? item.qmyy : item.qmyyEn }}{{ item.createTime }}{{ item.remark }}
+
{{ $t('page.business.study.studyFormFill.jcgj') }}
@@ -53,36 +65,29 @@
-
- +
+
{{ $t('page.business.study.studyFormFill.qmxx') }}
+
+
+ + + + + + +
+ +
+
{{ $t('page.business.study.studyFormFill.jcgj') }}
- + +
@@ -167,7 +172,7 @@ export default { queryParamsQmxx: { formId: null, pageNum: 1, - pageSize: 9999 + pageSize: 5 }, open: false, showIndex: 1, @@ -190,7 +195,7 @@ export default { queryParamsJcgj: { pageNum: 1, formId: null, - pageSize: 9999, + pageSize: 5, }, showExport: false, qmxxExportList: [], @@ -302,6 +307,35 @@ export default { } \ No newline at end of file