This commit is contained in:
@@ -64,24 +64,6 @@
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="left" label="交互信息" show-overflow-tooltip>
|
||||
<template #default="{ row }">
|
||||
<div>
|
||||
<div>
|
||||
<strong>查看数:</strong>
|
||||
{{ row.viewCount }}
|
||||
</div>
|
||||
<div>
|
||||
<strong>分享数:</strong>
|
||||
{{ row.shareCount }}
|
||||
</div>
|
||||
<div>
|
||||
<strong>保存数:</strong>
|
||||
{{ row.saveCount }}
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="left" label="作者信息" show-overflow-tooltip>
|
||||
<template #default="{ row }">
|
||||
<div class="author-cell">
|
||||
|
||||
Reference in New Issue
Block a user