未开启学习

This commit is contained in:
2024-11-13 09:55:51 +08:00
parent 3b49456b73
commit 48d62bbf1e

View File

@@ -84,13 +84,21 @@
align="center"
label="开通时间"
>
<template slot-scope="scope">
<span :style="`color:${!scope.row.endTime? '#9d9a9a':''}`"> {{scope.row.startTime?scope.row.startTime:'未开启学习'}}</span>
</template>
</el-table-column>
<el-table-column
prop="endTime"
header-align="center"
align="center"
label="到期时间"
>
> <template slot-scope="scope">
<span :style="`color:${!scope.row.endTime? '#9d9a9a':''}`"> {{scope.row.endTime?scope.row.endTime:'未开启学习'}}</span>
</template>
</el-table-column>
<el-table-column
prop="come"