列表隐藏主播名,添加爬取时间

This commit is contained in:
2025-04-16 19:25:21 +08:00
parent 05cad57358
commit 7df29e741c

View File

@@ -28,11 +28,11 @@
</template>
</el-table-column>
<el-table-column prop="hostName" label="主播名字" min-width="160">
<!-- <el-table-column prop="hostName" label="主播名字" min-width="160">
<template #default="scope">
{{ scope.row.hostName }}
</template>
</el-table-column>
</el-table-column> -->
<el-table-column prop="hostlevel" label="等级" width="120">
<template #default="scope">
{{ scope.row.hostlevel }}