@@ -80,6 +80,9 @@
<el-table-column
prop="returnRate"
label="回报率(%)">
+ <template slot-scope="scope" v-if="scope.row.returnRate!=null">
+ {{scope.row.returnRate+'%'}}
+ </template>
</el-table-column>
prop="firstWeek"