| | |
| | | <el-descriptions-item> |
| | | <template slot="label"> |
| | | <i class="el-icon-medal"></i> |
| | | 车辆点位在线率 |
| | | </template> |
| | | <el-tag type="danger" size="small">{{detail.carOnlineRate}}</el-tag> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item> |
| | | <template slot="label"> |
| | | <i class="el-icon-medal"></i> |
| | | 综合分数 |
| | | </template> |
| | | <el-tag type="danger" size="small">{{detail.systemScore}}</el-tag> |
| | |
| | | return { |
| | | detailTitle: '', |
| | | detailOpen: false, |
| | | detail: {}, |
| | | detail: { |
| | | |
| | | }, |
| | | manualScoreOpen: false, |
| | | manualScoreForm: {}, |
| | | manualScoreTitle: '', |
| | |
| | | }, |
| | | handleDetail(row) { |
| | | this.detail = row; |
| | | this.detail.carOnlineRate = '97%'; |
| | | this.detailTitle = row.checkUnitName + '考核结果'; |
| | | this.detailOpen = true; |
| | | |
| | |
| | | .box-card { |
| | | width: 480px; |
| | | } |
| | | </style> |
| | | </style> |