Commit abf26ffe authored by youjie's avatar youjie

no message

parent a68880a3
...@@ -153,11 +153,11 @@ ...@@ -153,11 +153,11 @@
<el-table-column width="120" prop="VisitorNum" label="七天内播放总量"></el-table-column> <el-table-column width="120" prop="VisitorNum" label="七天内播放总量"></el-table-column>
<el-table-column width="120" prop="VisitorRate" label="播放总量成长率"><template slot-scope="scope"> <el-table-column width="120" prop="VisitorRate" label="播放总量成长率"><template slot-scope="scope">
<span :class="{'activeRed':scope.row.VisitorRate<0}">{{scope.row.VisitorRate}}%</span></template></el-table-column> <span :class="{'activeRed':scope.row.VisitorRate<0}">{{scope.row.VisitorRate}}%</span></template></el-table-column>
<el-table-column width="120" prop="LookNum" label="主页访问"></el-table-column> <el-table-column width="90" prop="LookNum" label="主页访问"></el-table-column>
<el-table-column width="90" prop="LookRate" label="主页访问成长率"><template slot-scope="scope"> <el-table-column width="120" prop="LookRate" label="主页访问成长率"><template slot-scope="scope">
<span :class="{'activeRed':scope.row.LookRate<0}">{{scope.row.LookRate}}%</span></template></el-table-column> <span :class="{'activeRed':scope.row.LookRate<0}">{{scope.row.LookRate}}%</span></template></el-table-column>
<el-table-column width="120" prop="InteractionNum" label="作品点赞数"></el-table-column> <el-table-column width="100" prop="InteractionNum" label="作品点赞数"></el-table-column>
<el-table-column width="100" prop="InteractionRate" label="作品点赞数成长率"><template slot-scope="scope"> <el-table-column width="130" prop="InteractionRate" label="作品点赞数成长率"><template slot-scope="scope">
<span :class="{'activeRed':scope.row.InteractionRate<0}">{{scope.row.InteractionRate}}%</span></template></el-table-column> <span :class="{'activeRed':scope.row.InteractionRate<0}">{{scope.row.InteractionRate}}%</span></template></el-table-column>
<el-table-column width="90" prop="DiscussNum" label="新增粉丝数"></el-table-column> <el-table-column width="90" prop="DiscussNum" label="新增粉丝数"></el-table-column>
<el-table-column width="130" prop="DiscussRate" label="新增粉丝数成长率 "><template slot-scope="scope"> <el-table-column width="130" prop="DiscussRate" label="新增粉丝数成长率 "><template slot-scope="scope">
......
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