Commit de28369b authored by danfuman's avatar danfuman

修改

parent 9486abba
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<div>{{scope.row.number || '--'}}</div> <div>{{scope.row.number || '--'}}</div>
</template> </template>
<template slot="proportion" slot-scope="scope"> <template slot="proportion" slot-scope="scope">
<div>{{scope.row.proportion || '--'}}{{scope.row.proportion ? '%':''}}</div> <div>{{scope.row.proportion || '--'}}</div>
</template> </template>
</tables> </tables>
</div> </div>
......
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