视频管理添加排序

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

@@ -69,7 +69,8 @@
>
<template slot-scope="scope">
<div>
<span>{{ scope.row.title }}</span>
<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>