guhongwei 4 년 전
부모
커밋
d0077cbe06
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      src/views/adminCenter/homeIndex/index.vue

+ 6 - 6
src/views/adminCenter/homeIndex/index.vue

@@ -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 {};