|
@@ -3,10 +3,10 @@
|
|
|
<el-row>
|
|
|
<el-col :span="24" class="main">
|
|
|
<el-col :span="24" class="one">
|
|
|
- <!-- <one v-if="type == 'FWJG'"></one>
|
|
|
+ <one v-if="type == 'FWJG'"></one>
|
|
|
<two v-else-if="type == 'QY'"></two>
|
|
|
<thr v-else-if="type == 'ZJJG'"></thr>
|
|
|
- <four v-else-if="type == 'ZJ'"></four> -->
|
|
|
+ <four v-else-if="type == 'ZJ'"></four>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -24,10 +24,10 @@ export default {
|
|
|
name: 'index',
|
|
|
props: {},
|
|
|
components: {
|
|
|
- // one,
|
|
|
- // two,
|
|
|
- // thr,
|
|
|
- // four,
|
|
|
+ one,
|
|
|
+ two,
|
|
|
+ thr,
|
|
|
+ four,
|
|
|
},
|
|
|
data: function () {
|
|
|
return {};
|