是小王呀\24601 1 year ago
parent
commit
d22b4a80ae
  1. 7
      src/views/modules/shequzhili/analysis/index.vue

7
src/views/modules/shequzhili/analysis/index.vue

@ -145,7 +145,10 @@
prop="proportion" prop="proportion"
label="同级占比" label="同级占比"
sortable sortable
> >
<template slot-scope="scope">
{{ scope.row.proportion }}%
</template>
</el-table-column> </el-table-column>
</el-table> </el-table>
@ -214,7 +217,7 @@
<div> <div>
<h2 style="font-size: 20px; font-weight: bold;"> 同一人员重复投诉</h2> <h2 style="font-size: 20px; font-weight: bold;"> 同一人员重复投诉</h2>
</div> </div>
<el-table>
<el-table-column label="序号" fixed="left" type="index" align="center" width="50" /> <el-table-column label="序号" fixed="left" type="index" align="center" width="50" />
<el-table-column prop="mobile" align="center" label="联系方式" :show-overflow-tooltip="true"> <el-table-column prop="mobile" align="center" label="联系方式" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">

Loading…
Cancel
Save