列表隐藏主播名,添加爬取时间
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user