列表隐藏主播名,添加爬取时间
This commit is contained in:
@@ -28,11 +28,11 @@
|
|||||||
|
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="hostName" label="主播名字" min-width="160">
|
<!-- <el-table-column prop="hostName" label="主播名字" min-width="160">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
{{ scope.row.hostName }}
|
{{ scope.row.hostName }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
<el-table-column prop="hostlevel" label="等级" width="120">
|
<el-table-column prop="hostlevel" label="等级" width="120">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
{{ scope.row.hostlevel }}
|
{{ scope.row.hostlevel }}
|
||||||
|
|||||||
Reference in New Issue
Block a user