Commit fdb21bcd authored by 罗林杰's avatar 罗林杰

增加字段阅读量

parent d51eef27
......@@ -146,6 +146,11 @@
<span>{{ scope.row.readNum }}</span>
</template>
</el-table-column>
<el-table-column align="left" prop="readCount" label="阅读总数" show-overflow-tooltip>
<template slot-scope="scope">
<span>{{ scope.row.readCount }}</span>
</template>
</el-table-column>
<!-- <el-table-column align="left" prop="createDate" label="提交时间" show-overflow-tooltip>
<template slot-scope="scope">
<span>{{ scope.row.createDate }}</span>
......
......@@ -122,6 +122,11 @@
<span>{{ scope.row.readNum }}</span>
</template>
</el-table-column>
<el-table-column align="left" prop="readCount" label="阅读总数" show-overflow-tooltip>
<template slot-scope="scope">
<span>{{ scope.row.readCount }}</span>
</template>
</el-table-column>
<!-- <el-table-column align="left" prop="createDate" label="提交时间" show-overflow-tooltip>
<template slot-scope="scope">
<span>{{ scope.row.createDate }}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment