@@ -93,9 +93,7 @@
<template slot-scope="scope">
<div style="display:flex;">
<!--<el-input v-model="scope.row.total" placeholder="" readonly></el-input>-->
- {{scope.row.total}}
-
- <div>{{scope.row.unit}}</div>
+ {{scope.row.total}} {{scope.row.unit}}
</div>
</template>