Browse Source

优化服务指标

1
mo 5 years ago
parent
commit
18dff4a66d

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-59d33575.6ad53f29.css → dist/static/css/chunk-55d266a4.8f6cae49.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.micon[data-v-7001610a]{position:absolute;top:3px;right:20px}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.micon[data-v-03661276]{position:absolute;top:3px;right:2px}

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.a2218102.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-55d266a4.9a6e0a3e.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-59d33575.cde01818.js


+ 22 - 18
src/views/operateManager/serverIndexList.vue

@@ -147,28 +147,32 @@
               <div>{{scope.row.existVipCourse?'是':'否'}}</div>
             </template>
           </el-table-column> -->
-          <el-table-column align="center">
-            <template slot="header"
-                      slot-scope="scope">
-              预期安排
-              <el-tooltip placement="top"
-                          popper-class="mTooltip">
-                <div slot="content">
-                  以周为单位,实际发生一次课外训练或网管课作业布置,记一次,一周只统计一次
-                </div>
-                <img :src="imageIcon"
-                     class="micon el-tooltip"
-                     style="width:8px height:8px"
-                     alt />
-              </el-tooltip>
-            </template>
+          <el-table-column align="center"
+                           label="预期安排">
+
             <template slot-scope="scope">
               <div>{{scope.row.expectExercisesNum+'次'}}</div>
             </template>
           </el-table-column>
           <el-table-column align="center"
-                           prop
-                           label="实际安排">
+                           width="120"
+                           prop>
+            <template slot="header"
+                      slot-scope="scope">
+
+              <p style="position: relative; "> 实际安排 <el-tooltip placement="top"
+                            popper-class="mTooltip">
+                  <div slot="content">
+                    以周为单位,实际发生一次课外训练或网管课作业布置,记一次,一周只统计一次
+                  </div>
+                  <img :src="imageIcon"
+                       class="micon el-tooltip"
+                       style="width:8px height:8px"
+                       alt />
+                </el-tooltip>
+              </p>
+
+            </template>
             <template slot-scope="scope">
               <div>{{scope.row.actualExercisesNum+'次'}}</div>
             </template>
@@ -514,6 +518,6 @@ export default {
 .micon {
   position: absolute;
   top: 3px;
-  right: 20px;
+  right: 2px;
 }
 </style>

Some files were not shown because too many files changed in this diff