diff --git a/src/views/business/study/comp/enter.vue b/src/views/business/study/comp/enter.vue index 344b4c1..262cfce 100644 --- a/src/views/business/study/comp/enter.vue +++ b/src/views/business/study/comp/enter.vue @@ -13,6 +13,7 @@ + @@ -23,10 +24,11 @@ import ytbd from './ytbd.vue' import tbbd from './tbbd.vue' import sqbd from './sqbd.vue' import syxx from './syxx.vue' +import syff from './syff.vue' export default { name: 'StudyEnter', props: {}, - components: { ytbd, tbbd ,syxx,sqbd}, + components: { ytbd, tbbd ,syxx,sqbd,syff}, computed: {}, filters: {}, data() { diff --git a/src/views/business/study/comp/suject.vue b/src/views/business/study/comp/suject.vue index 44b4f9c..d14dfba 100644 --- a/src/views/business/study/comp/suject.vue +++ b/src/views/business/study/comp/suject.vue @@ -10,13 +10,13 @@
{{$t('page.business.study.studyEnter.syxkxx')}}
- +
{{item.deptName}}({{item.leaderName}})
-
+
{{$t('page.business.study.studyEnter.yq')}}
@@ -77,6 +77,10 @@ export default { default:()=>{ return {} } + }, + operate:{ + type:Boolean, + default:false } }, watch: { diff --git a/src/views/business/study/comp/syff.vue b/src/views/business/study/comp/syff.vue new file mode 100644 index 0000000..e7741c8 --- /dev/null +++ b/src/views/business/study/comp/syff.vue @@ -0,0 +1,78 @@ + + + + diff --git a/src/views/business/study/comp/ytbd.vue b/src/views/business/study/comp/ytbd.vue index b864e4c..e42ff3b 100644 --- a/src/views/business/study/comp/ytbd.vue +++ b/src/views/business/study/comp/ytbd.vue @@ -1,7 +1,7 @@