commit
This commit is contained in:
@@ -295,8 +295,10 @@ layout("/layouts/platform.html"){
|
|||||||
<template v-else>
|
<template v-else>
|
||||||
<el-button v-if="row.courseList && row.courseList.length == 1" type="text"
|
<el-button v-if="row.courseList && row.courseList.length == 1" type="text"
|
||||||
style="padding: 0">
|
style="padding: 0">
|
||||||
{{moment(row.courseList[0].courseStartTime).format('MM-DD HH:mm')}}
|
<label>{{moment(row.courseList[0].courseStartTime).format('MM/DD')}}</label>
|
||||||
至{{moment(row.courseList[0].courseStartTime).format('MM-DD HH:mm')}}
|
<label>{{moment(row.courseList[0].courseStartTime).format('HH:mm')}}</label>
|
||||||
|
<label>~</label>
|
||||||
|
<label>{{moment(row.courseList[0].courseEndTime).format('HH:mm')}}</label>
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button v-else style="padding: 0" @click="openViewCourseTime(row)" type="text">
|
<el-button v-else style="padding: 0" @click="openViewCourseTime(row)" type="text">
|
||||||
点击查看{{trainType}}时间
|
点击查看{{trainType}}时间
|
||||||
|
|||||||
Reference in New Issue
Block a user