瀏覽代碼

时间轴颜色和时长提示

1
mo 3 年之前
父節點
當前提交
2944e5a916

+ 1 - 0
src/views/resetTeaming/components/archicesComponents/trainPlan.vue

@@ -112,6 +112,7 @@
             :key="item.timestamp"
             placement="top"
             :hide-timestamp="true"
+            :color= "'#14928a'"
           >
             {{ item.index }}
             <div class="timeline">

+ 3 - 3
src/views/resetTeaming/components/archicesComponents/trainTimer.vue

@@ -5,7 +5,7 @@
         <div class="shapeWrap">
           <span class="shape"></span>
           <p style="margin-right: 5px">训练时长</p>
-          <el-tooltip placement="top" popper-class="mTooltip">
+          <!-- <el-tooltip placement="top" popper-class="mTooltip">
             <div slot="content">
               声部课包括:声部课、集训声部课;合奏课包括:合奏课、集训合奏课
             </div>
@@ -13,7 +13,7 @@
               class="el-icon-question micon el-tooltip"
               style="font-size: 18px; color: #f56c6c"
             ></i>
-          </el-tooltip>
+          </el-tooltip> -->
         </div>
       </template>
     </el-alert>
@@ -75,7 +75,7 @@
           :key="index"
           v-for="(item, index) in dataList"
         >
-        <div>
+        <div v-if="item.id">
            {{ item.currentClassTimes }}/{{ item.totalClassTimes }}课时
         </div>
 

+ 1 - 1
vue.config.js

@@ -18,7 +18,7 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'http://192.168.3.139:8000' // 箭河
 // let target = 'http://192.168.3.148:8000' //邹璇
-// let target = 'http://192.168.3.112:8000' //勇哥
+// // let target = 'http://192.168.3.112:8000' //勇哥
 // let target = 'http://dev.dayaedu.com' // 开发环境
 let target = 'https://test.dayaedu.com' //测试环境
 // let target = 'http://192.168.3.134' // 乔