From 0a9678654087a5ac2ef8973472e3f060cb7b497f Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 5 Jan 2026 14:34:49 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A[=E8=AF=95=E9=AA=8C=E7=AE=A1?= =?UTF-8?q?=E7=90=86][=E7=89=A9=E8=B5=84=E5=88=97=E8=A1=A8]=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/enter.vue | 4 +- src/views/business/study/comp/wzlb.vue | 169 ++++++++++++++++++++++++++++++++ 2 files changed, 172 insertions(+), 1 deletion(-) create mode 100644 src/views/business/study/comp/wzlb.vue diff --git a/src/views/business/study/comp/enter.vue b/src/views/business/study/comp/enter.vue index 262cfce..77755d7 100644 --- a/src/views/business/study/comp/enter.vue +++ b/src/views/business/study/comp/enter.vue @@ -14,6 +14,7 @@ + @@ -25,10 +26,11 @@ import tbbd from './tbbd.vue' import sqbd from './sqbd.vue' import syxx from './syxx.vue' import syff from './syff.vue' +import wzlb from './wzlb.vue' export default { name: 'StudyEnter', props: {}, - components: { ytbd, tbbd ,syxx,sqbd,syff}, + components: { ytbd, tbbd ,syxx,sqbd,syff,wzlb}, computed: {}, filters: {}, data() { diff --git a/src/views/business/study/comp/wzlb.vue b/src/views/business/study/comp/wzlb.vue new file mode 100644 index 0000000..59d3338 --- /dev/null +++ b/src/views/business/study/comp/wzlb.vue @@ -0,0 +1,169 @@ + + + + + + {{ $t('page.business.study.studyFormPlan.syxx') }} + + + + + + {{ studyInfo.name }} + + + + + {{ studyInfo.sn }} + + + + + {{ studyInfo.leaderName }} + + + + + {{ studyInfo.createTime }} + + + + + + + + + + + + + +