From 8d67c6f992b89c1526baed03dc34f0bb323c00de Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 2 Feb 2026 13:12:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E6=A8=A1=E6=9D=BF=E7=AE=A1?= =?UTF-8?q?=E7=90=86]=E5=AF=BC=E5=87=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/jhbd/Xq.vue | 4 +- src/views/business/study/comp/sqbd/Xq.vue | 4 +- src/views/business/study/comp/tbbd/Xq.vue | 160 +++++++++++++++++++++++------- 3 files changed, 126 insertions(+), 42 deletions(-) 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