Commit 51fd067c authored by Mac's avatar Mac
parents 2dfa6129 f4416096
...@@ -53,7 +53,10 @@ ...@@ -53,7 +53,10 @@
<p v-if="scope.row.IsComment==1"></p> <p v-if="scope.row.IsComment==1"></p>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="CommentNum" label="留言数"> <el-table-column label="留言数">
<template slot-scope="scope">
<span style="color:#409EFF;text-decoration:underline;cursor:pointer;" @click="CommonJump('informationEvalution')">{{scope.row.CommentNum}}</span>
</template>
</el-table-column> </el-table-column>
<el-table-column prop="BrowseNum" label="实际浏览数"> <el-table-column prop="BrowseNum" label="实际浏览数">
</el-table-column> </el-table-column>
......
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