|
@@ -120,17 +120,17 @@
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="工单状态">
|
|
|
- <el-input :value="orderState[installDetail.orderState || 1]" readonly />
|
|
|
+ <el-input :value=" installDetail.orderState?orderState[installDetail.orderState]:''" readonly />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="派工状态">
|
|
|
- <el-input :value=" appointState[installDetail.appointState || 0] " readonly />
|
|
|
+ <el-input :value="installDetail.appointState? appointState[installDetail.appointState]:'' " readonly />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="完工情况">
|
|
|
- <el-input :value="installDetail.orderOver || '0/0'" readonly />
|
|
|
+ <el-input :value="installDetail.orderOver?installDetail.appointState:''" readonly />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|