This commit is contained in:
闫晓茹 2023-05-08 09:22:38 +08:00
parent c860e84d6f
commit 6157daaefc

View File

@ -173,7 +173,7 @@
<el-table-column
prop="trainingShelfFlag"
label="上架状态"
width="180"
>
<template slot-scope="scope">
{{ scope.row.trainingShelfFlag == 1 ? "已下架" : "" }}
@ -183,7 +183,7 @@
<el-table-column
prop="trainingItemSort"
label="培训课程排序"
width="180"
>
</el-table-column>
<el-table-column