Commit 591f4ba3 authored by youjie's avatar youjie

no message

parent e65d7b98
......@@ -33,8 +33,8 @@
border
:span-method="objectSpanMethod"
:default-sort = "{prop: 'date', order: 'descending'}">
<el-table-column width="150" fixed prop="EmpName" label="姓名"></el-table-column>
<el-table-column width="100" prop="RankName" label="排名">
<el-table-column fixed prop="EmpName" label="姓名"></el-table-column>
<el-table-column prop="RankName" label="排名">
<template slot-scope="scope">
<span :class="{'activeOne':scope.row.RankName=='第一名',
'activeTwo':scope.row.RankName=='第二名',
......@@ -43,10 +43,10 @@
</el-table-column>
<el-table-column :label="i.Name" align="center" v-for="i in PlatformTypeList">
<el-table-column
width="50"
v-for="(item,index) in ModuleTypeList" :key="index"
prop="province"
:label="item.Name"
width="80">
:label="item.Name">
<template slot-scope="scope">
<template v-if="i.Name=='小红书'">
<span v-for="(obj,indexs) in scope.row.RedBookList" :key="indexs">
......
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