视频管理添加排序

This commit is contained in:
@fawn-nine
2024-06-13 13:19:23 +08:00
parent 1cbd4deb98
commit ead4a02b3a
4 changed files with 27 additions and 6 deletions

View File

@@ -32,6 +32,12 @@
align="center"
label="章节名称"
>
<template slot-scope="scope">
<div>
<span style="font-weight:bold; font-size:16px">{{ scope.row.title }}</span><br>
<!-- <span style="color:#999">( 创建时间{{ scope.row.createTime}} )</span> -->
</div>
</template>
</el-table-column>
<el-table-column