|
@@ -88,15 +88,15 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="外协单号" align="center" prop="outsourceFormNo" width="110" />
|
|
|
- <el-table-column label="报工状态" align="center" prop="statusLabel" width="110" >
|
|
|
+ <el-table-column label="报工状态" align="center" prop="statusLabel" width="110">
|
|
|
<template #default="scope">
|
|
|
- <span v-if="scope.row.statusLabel == 0">未开始</span>
|
|
|
- <span v-if="scope.row.statusLabel == 1">进行中</span>
|
|
|
- <span v-if="scope.row.statusLabel == 2">结束报工</span>
|
|
|
- <span v-if="scope.row.statusLabel == 3">工序已完成</span>
|
|
|
- <span v-if="scope.row.statusLabel == 4">待接收</span>
|
|
|
- <span v-if="scope.row.statusLabel == 6">已周转</span>
|
|
|
- <span v-if="scope.row.statusLabel == 7">已接收</span>
|
|
|
+ <span v-if="scope.row.statusLabel == 0">未开始</span>
|
|
|
+ <span v-if="scope.row.statusLabel == 1">进行中</span>
|
|
|
+ <span v-if="scope.row.statusLabel == 2">结束报工</span>
|
|
|
+ <span v-if="scope.row.statusLabel == 3">工序已完成</span>
|
|
|
+ <span v-if="scope.row.statusLabel == 4">待接收</span>
|
|
|
+ <span v-if="scope.row.statusLabel == 6">已周转</span>
|
|
|
+ <span v-if="scope.row.statusLabel == 7">已接收</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="标识" width="300" align="center">
|