mo 2 年之前
父節點
當前提交
bd33e3c172

+ 4 - 4
src/views/smallStudentManager/components/index.vue

@@ -12,16 +12,16 @@
         </template>
         <div v-if="activeNames">
         <el-row class="rows" :gutter="20">
-          <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="12">
+          <el-col :xs="24" :sm="24" :md="24" :lg="8" :xl="8">
             <sleep :data="statistic" />
           </el-col>
-          <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="12">
+          <el-col :xs="24" :sm="24" :md="24" :lg="16" :xl="16">
             <studyStudent :data="statistic" :groupType="groupType" />
           </el-col>
-          <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="12">
+          <el-col :xs="24" :sm="24" :md="24" :lg="8" :xl="8">
             <remainder :data="statistic" />
           </el-col>
-          <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="12">
+          <el-col :xs="24" :sm="24" :md="24" :lg="16" :xl="16">
             <studentChange :groupType="groupType" />
           </el-col>
         </el-row>

+ 12 - 2
src/views/smallStudentManager/components/studyStudent.vue

@@ -14,7 +14,7 @@
       >
         暂无数据
       </div> -->
-      <statistic :col="5" class="statistic" :cols="0">
+      <statistic :col="6" class="statistic" :cols="0">
         <statistic-item
           v-for="(item, key) in items"
           :key="key"
@@ -56,6 +56,10 @@ export default {
         text: '进行中',
         value: 0,
         id: 'normalStudentHasNormalGroupNum'
+      },{
+        text: '假期上课',
+        value: 0,
+        id: 'holidayCourseStudentNum'
       }, {
         text: '未排课',
         value: 0,
@@ -81,7 +85,13 @@ export default {
         text: '进行中',
         value: 0,
         id: 'normalStudentHasNormalGroupNum'
-      }, {
+      },
+      {
+        text: '假期上课',
+        value: 0,
+        id: 'holidayCourseStudentNum'
+      },
+      {
         text: '暂停',
         value: 0,
         id: 'hasCourseBalanceAndNotSubCourseNum'