lrf402788946 hace 4 años
padre
commit
fa9016b197
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/plan/index.vue

+ 2 - 1
src/views/plan/index.vue

@@ -29,7 +29,8 @@
               <template v-if="item.prop === 'time'">
                 <el-row>
                   <el-col :span="24" v-for="(i, index) in row[item.prop]" :key="`${index}`">
-                    {{ i }}
+                    <span v-if="index < 2"> {{ i }}</span>
+                    <!-- 暂时显示2段 -->
                   </el-col>
                 </el-row>
               </template>