Browse Source

Revert "加%"

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

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

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

Loading…
Cancel
Save