|
|
@@ -29,7 +29,7 @@
|
|
29
|
29
|
<span style="color: #409eff; cursor: pointer"
|
|
30
|
30
|
@click="hadndleOrderCode(scope.row.F_WorkOrderCode)">{{ scope.row.F_WorkOrderCode }}</span>
|
|
31
|
31
|
<el-tag v-if="scope.row.F_EmergencyTypes == '紧急'" style="color: #ff0000;border: 1px solid #ff0000;background: none;">紧急</el-tag>
|
|
32
|
|
- <el-tag v-if="scope.row.F_ReturnNum > 0" style="color: #f56c6c;border: 1px solid #f56c6c;background: none;">返修{{ scope.row.F_ReturnNum }}</el-tag>
|
|
|
32
|
+ <el-tag v-if="scope.row.F_ReturnNum > 0" style="color: #2d6116;border: 1px solid #2d6116;background: none;">返修{{ scope.row.F_ReturnNum }}</el-tag>
|
|
33
|
33
|
<el-tag v-if="scope.row.F_UrgeCount > 0" style="color: #60c136;border: 1px solid #60c136;background: none;">催办{{ scope.row.F_UrgeCount }}</el-tag>
|
|
34
|
34
|
<el-tag v-if="scope.row.F_IsBack == 1" style="color: #3478f6;border: 1px solid #3478f6;background: none;">退单</el-tag>
|
|
35
|
35
|
<el-tag v-if="scope.row.F_ReplayCount > 0" style="color: #ddb642;border: 1px solid #ddb642;background: none;">延期{{ scope.row.F_ReplayCount }}</el-tag>
|