guhongwei пре 4 година
родитељ
комит
e5aa9164c3
2 измењених фајлова са 1 додато и 6 уклоњено
  1. 1 1
      src/layout/index/mainData.vue
  2. 0 5
      src/views/home/index.vue

+ 1 - 1
src/layout/index/mainData.vue

@@ -12,7 +12,7 @@
             </el-col>
           </el-row>
           <el-col :span="24" class="top">
-            <el-col :span="12" class="time">时间</el-col>
+            <el-col :span="12" class="time">上课时间</el-col>
             <el-col :span="12" class="date">
               <el-col :span="24"> {{ today.date }}</el-col>
               <el-col :span="24">{{ today.day }}</el-col>

+ 0 - 5
src/views/home/index.vue

@@ -8,9 +8,6 @@
         <el-col :span="24" class="main">
           <mainData :lesson="lesson" :today="today" @getLesson="getLesson" :arrange="arrange"></mainData>
         </el-col>
-        <!-- <el-col :span="24" class="foot">
-          <footInfo></footInfo>
-        </el-col> -->
       </el-col>
     </el-row>
   </div>
@@ -18,7 +15,6 @@
 
 <script>
 import NavBar from '@/layout/common/topInfo.vue';
-// import footInfo from '@/layout/common/footInfo.vue';
 import mainData from '@/layout/index/mainData.vue';
 import { mapState, createNamespacedHelpers } from 'vuex';
 const { mapActions: lesson } = createNamespacedHelpers('lesson');
@@ -27,7 +23,6 @@ export default {
   props: {},
   components: {
     NavBar,
-    // footInfo,
     mainData,
   },
   data: function() {