|
|
@@ -34,7 +34,8 @@
|
|
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>
|
|
36
|
36
|
<el-tag v-if="scope.row.ishangup == '是'" style="color: #4fa0f4;border: 1px solid #4fa0f4;background: none;">挂起</el-tag>
|
|
37
|
|
- <el-tag v-if="scope.row.GapTime && scope.row.GapTime.indexOf('超时')>=0" style="color: #880000;border: 1px solid #880000;background: none;">超期</el-tag>
|
|
|
37
|
+ <el-tag v-if="scope.row.GapTime && scope.row.GapTime.indexOf('超时')>=0" style="color: #880000;border: 1px solid #880000;background: none;">超期</el-tag>
|
|
|
38
|
+ <el-tag v-if="scope.row.F_TransferCount && scope.row.F_TransferCount>1" style="color: #0000ff;border: 1px solid #0000ff;background: none;">转{{ scope.row.F_TransferCount-1 }}</el-tag>
|
|
38
|
39
|
</template>
|
|
39
|
40
|
</el-table-column>
|
|
40
|
41
|
<el-table-column v-if="fieldListFlag.F_WorkOrderCategory" :formatter="formtOrder" prop="F_WorkOrderCategory"
|