luobisheng
2022-11-17 99f97b11a334ce482db9aa91fca86dadbaffd716
src/components/detail/index.vue
@@ -5,7 +5,7 @@
                <div class="data-item__left">
                    <label class="data-title">
                        问题类型:
                    </label>
                    </label>
                    <span class="data-detail">违规</span>
                </div>
                <div class="data-item__right">
@@ -125,7 +125,7 @@
            <div class="show-item">
                <div class="show-wrap">
                    <MyProcess v-if="activeIndex === 1" :handlePassVo="handlePassVo" :baseCase="baseCase"></MyProcess>
                    <MyFilePicture v-else-if="activeIndex === 2" :filesPictureVo="filesPictureVo" ></MyFilePicture>
                    <MyFilePicture v-else-if="activeIndex === 2" :filesPictureVo="filesPictureVo" :mycode='mycode'></MyFilePicture>
                    <MySovleProblem v-else-if="activeIndex === 3" :baseCase="baseCase" :handlePassVo="handlePassVo"></MySovleProblem>
                    <MyScene v-else :currentSitVo="currentSitVo" :baseCase="baseCase"></MyScene>
                </div>
@@ -189,7 +189,7 @@
            this.activeIndex = index;
        },
    },
    props: ['info']
    props: ['info','mycode']
}
</script>
<style lang="scss" scoped>