@@ -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>