调整
This commit is contained in:
@ -2,13 +2,12 @@
|
|||||||
<div class="bigScrenn cppBox">
|
<div class="bigScrenn cppBox">
|
||||||
<!-- 第一部分 -->
|
<!-- 第一部分 -->
|
||||||
<div class="none-Cont">
|
<div class="none-Cont">
|
||||||
|
|
||||||
<Head title='"产教评"融合培训平台'></Head>
|
<Head title='"产教评"融合培训平台'></Head>
|
||||||
<div class="conttent">
|
<div class="conttent">
|
||||||
<div class="bt-Title tc"><span>三产技能人才分析</span></div>
|
<div class="bt-Title tc"><span>三产技能人才分析</span></div>
|
||||||
<ul class="conttentOne flex just-between">
|
<ul class="conttentOne flex just-between">
|
||||||
<li class="childOne">
|
<li class="childOne">
|
||||||
<div class="title-small">产值及技能人才比对</div>
|
<div class="title-small">崇州产值与服务企业技能人才需求</div>
|
||||||
<div class="childCnt">
|
<div class="childCnt">
|
||||||
<Czjjnrcdd></Czjjnrcdd>
|
<Czjjnrcdd></Czjjnrcdd>
|
||||||
</div>
|
</div>
|
||||||
@ -92,17 +91,17 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import Czjjnrcdd from './components/czjjnrcdd.vue';
|
import Czjjnrcdd from "./components/czjjnrcdd.vue";
|
||||||
import Czjjnrcdb from './components/czjjnrcdb.vue';
|
import Czjjnrcdb from "./components/czjjnrcdb.vue";
|
||||||
import TrainingInstitutions from './components/trainingInstitutions.vue';
|
import TrainingInstitutions from "./components/trainingInstitutions.vue";
|
||||||
import Pxxm from './components/pxxm.vue';
|
import Pxxm from "./components/pxxm.vue";
|
||||||
import Qyzdpxb from './components/qyzdpxb.vue';
|
import Qyzdpxb from "./components/qyzdpxb.vue";
|
||||||
import sjpx from './components/sjpx.vue';
|
import sjpx from "./components/sjpx.vue";
|
||||||
import Zyzgzs from './components/zyzgzs.vue';
|
import Zyzgzs from "./components/zyzgzs.vue";
|
||||||
import zdpxqt from './components/zdpxqt.vue';
|
import zdpxqt from "./components/zdpxqt.vue";
|
||||||
import pxcg from './components/pxcg.vue';
|
import pxcg from "./components/pxcg.vue";
|
||||||
import bfzs from './components/bfzs.vue';
|
import bfzs from "./components/bfzs.vue";
|
||||||
import pfjgfb from './components/pfjgfb.vue';
|
import pfjgfb from "./components/pfjgfb.vue";
|
||||||
import Head from "@/views/largeScreen/layout/head.vue";
|
import Head from "@/views/largeScreen/layout/head.vue";
|
||||||
import { qcckPost, qcckGet } from "@/api/qcckApi.js";
|
import { qcckPost, qcckGet } from "@/api/qcckApi.js";
|
||||||
import emitter from "@/utils/eventBus.js";
|
import emitter from "@/utils/eventBus.js";
|
||||||
@ -115,9 +114,7 @@ import {
|
|||||||
onBeforeUnmount
|
onBeforeUnmount
|
||||||
} from "vue";
|
} from "vue";
|
||||||
const { proxy } = getCurrentInstance();
|
const { proxy } = getCurrentInstance();
|
||||||
const data = reactive({
|
const data = reactive({});
|
||||||
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user