| | |
| | | <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> |
| | |
| | | type="text" |
| | | icon="el-icon-s-check" |
| | | @click="handleAudit(scope.row)" |
| | | v-hasPermi="['check:rule:audit']" |
| | | >审核</el-button> |
| | | <el-button |
| | | size="mini" |
| | |
| | | <div class="row-right"> |
| | | <div>不少于</div> |
| | | <div> |
| | | <el-input class="input-w" type="number" v-model="form.videoPointNum"/> |
| | | <el-input class="input-w" type="number" v-model="form.videoPointNum"/>{{" %"}} |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="row-left">车辆卡口点位数</div> |
| | | <div class="row-right"> |
| | | <div>不少于</div> |
| | | <div><el-input class="input-w" type="number" v-model="form.vehicleCheckpointNum"/></div> |
| | | <div><el-input class="input-w" type="number" v-model="form.vehicleCheckpointNum"/></div>{{" %"}} |
| | | </div> |
| | | </div> |
| | | <div class="row"> |
| | |
| | | <div class="row-right"> |
| | | <div>不少于</div> |
| | | <div> |
| | | <el-input class="input-w" type="number" v-model="form.faceChceckpointNum" /></div> |
| | | <el-input class="input-w" type="number" v-model="form.faceChceckpointNum" /></div>{{" %"}} |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <style scoped> |
| | | .input-w { |
| | | margin-left: 5px; |
| | | width: 100px; |
| | | width: 70px; |
| | | } |
| | | .row-warp { |
| | | display: flex; |
| | |
| | | type="text" |
| | | icon="el-icon-s-check" |
| | | @click="handleAudit(scope.row)" |
| | | v-hasPermi="['examine:publish:audit']" |
| | | >审核</el-button> |
| | | <el-button |
| | | size="mini" |
| | |
| | | size="mini" |
| | | type="text" |
| | | @click="handleAuditing(scope.row)" |
| | | v-hasPermi="['work:order:audit']" |
| | | >审核</el-button> |
| | | <el-button |
| | | size="mini" |