试听修改

This commit is contained in:
2024-05-28 15:48:16 +08:00
parent bf8292bd0a
commit a39c30b978
2 changed files with 295 additions and 340 deletions

View File

@@ -71,6 +71,18 @@
align="center"
label="排序"
>
</el-table-column>
<el-table-column
prop="sort"
width="100"
header-align="center"
align="center"
label="是否试听"
>
<template slot-scope="scope">
{{ scope.row.isAudition==1?'是':'否'}}
</template>
</el-table-column>
<el-table-column
fixed="right"