|
|
@@ -53,7 +53,7 @@
|
|
53
|
53
|
<el-tag v-if="scope.row.F_UrgeCount > 0" style="color: #60c136;border: 1px solid #60c136;background: none;">催办{{ scope.row.F_UrgeCount }}</el-tag>
|
|
54
|
54
|
<el-tag v-if="scope.row.F_IsBack == 1" style="color: #3478f6;border: 1px solid #3478f6;background: none;">退单</el-tag>
|
|
55
|
55
|
<el-tag v-if="scope.row.F_ReplayCount > 0" style="color: #ddb642;border: 1px solid #ddb642;background: none;">延期{{ scope.row.F_ReplayCount }}</el-tag>
|
|
56
|
|
- <el-tag v-if="scope.row.ishangup == '是'" style="color: #4fa0f4;border: 1px solid #4fa0f4;background: none;">挂起</el-tag>
|
|
|
56
|
+ <el-tag v-if="scope.row.F_IsStop == 1" style="color: #4fa0f4;border: 1px solid #4fa0f4;background: none;">挂起</el-tag>
|
|
57
|
57
|
<el-tag v-if="scope.row.GapTime && scope.row.GapTime.indexOf('超时')>=0" style="color: #880000;border: 1px solid #a80000;background: none;">超期</el-tag>
|
|
58
|
58
|
</template>
|
|
59
|
59
|
</el-table-column>
|