lrf402788946 4 년 전
부모
커밋
fa9016b197
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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'">
               <template v-if="item.prop === 'time'">
                 <el-row>
                 <el-row>
                   <el-col :span="24" v-for="(i, index) in row[item.prop]" :key="`${index}`">
                   <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-col>
                 </el-row>
                 </el-row>
               </template>
               </template>