Commit f4416096 authored by zhengke's avatar zhengke

修改

parent e03d1551
......@@ -53,7 +53,10 @@
<p v-if="scope.row.IsComment==1"></p>
</template>
</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 prop="BrowseNum" label="实际浏览数">
</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