Commit e298ca84b5208471acfa3cb75936d41d56d7b714
1 parent
5dc762df
1
Showing
1 changed file
with
1 additions
and
1 deletions
antis-ncc-admin/src/views/personalPerformanceStatistics/index.vue
| @@ -79,7 +79,7 @@ | @@ -79,7 +79,7 @@ | ||
| 79 | <el-table-column prop="ActualPerformance" label="实际业绩" width="100" align="right"> | 79 | <el-table-column prop="ActualPerformance" label="实际业绩" width="100" align="right"> |
| 80 | <template slot-scope="scope"> | 80 | <template slot-scope="scope"> |
| 81 | <span style="color: #67C23A; font-weight: bold;">{{ formatMoney(scope.row.ActualPerformance) | 81 | <span style="color: #67C23A; font-weight: bold;">{{ formatMoney(scope.row.ActualPerformance) |
| 82 | - }}</span> | 82 | + }}</span> |
| 83 | </template> | 83 | </template> |
| 84 | </el-table-column> | 84 | </el-table-column> |
| 85 | <el-table-column prop="FirstOrderCount" label="首开单数量" width="100" align="right"></el-table-column> | 85 | <el-table-column prop="FirstOrderCount" label="首开单数量" width="100" align="right"></el-table-column> |