修改
This commit is contained in:
parent
c860e84d6f
commit
6157daaefc
@ -173,7 +173,7 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
prop="trainingShelfFlag"
|
prop="trainingShelfFlag"
|
||||||
label="上架状态"
|
label="上架状态"
|
||||||
width="180"
|
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.trainingShelfFlag == 1 ? "已下架" : "" }}
|
{{ scope.row.trainingShelfFlag == 1 ? "已下架" : "" }}
|
||||||
@ -183,7 +183,7 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
prop="trainingItemSort"
|
prop="trainingItemSort"
|
||||||
label="培训课程排序"
|
label="培训课程排序"
|
||||||
width="180"
|
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user