修改
This commit is contained in:
parent
c860e84d6f
commit
6157daaefc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user