This commit is contained in:
zhaofang
2022-06-02 15:18:58 +08:00
parent c3d461b288
commit ebf0f00569

View File

@@ -169,7 +169,7 @@
label="课程类型"
width="100">
<template slot-scope="scope">
<span v-if="scope.row.courseType == '0'">在线班</span>
<span v-if="scope.row.courseType == '0'">录播</span>
<span v-if="scope.row.courseType == '1'">面授</span>
<span v-if="scope.row.courseType == '2'">线下课</span>
</template>