Commit 9bde5e8a authored by youjie's avatar youjie

no message

parent c1468e63
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
border border
:span-method="objectSpanMethod" :span-method="objectSpanMethod"
:default-sort = "{prop: 'date', order: 'descending'}"> :default-sort = "{prop: 'date', order: 'descending'}">
<el-table-column width="80" fixed prop="EmpName" label="姓名"></el-table-column> <el-table-column fixed prop="EmpName" label="姓名"></el-table-column>
<el-table-column width="80" prop="RankName" label="排名"> <el-table-column prop="RankName" label="排名">
<template slot-scope="scope"> <template slot-scope="scope">
<span :class="{'activeOne':scope.row.RankName=='第一名', <span :class="{'activeOne':scope.row.RankName=='第一名',
'activeTwo':scope.row.RankName=='第二名', 'activeTwo':scope.row.RankName=='第二名',
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
</el-table-column> </el-table-column>
<el-table-column :label="i.Name" align="center" v-for="i in PlatformTypeList"> <el-table-column :label="i.Name" align="center" v-for="i in PlatformTypeList">
<el-table-column <el-table-column
width="50"
v-for="(item,index) in ModuleTypeList" :key="index" v-for="(item,index) in ModuleTypeList" :key="index"
prop="province" prop="province"
:label="item.Name"> :label="item.Name">
...@@ -79,7 +80,7 @@ ...@@ -79,7 +80,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column width="80" fixed="right" prop="TotalNum" label="合计"> <el-table-column fixed="right" prop="TotalNum" label="合计">
<template slot-scope="scope"> <template slot-scope="scope">
<span class=""> <span class="">
{{scope.row.TotalNum>0?scope.row.TotalNum:''}} {{scope.row.TotalNum>0?scope.row.TotalNum:''}}
......
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