|
@@ -56,9 +56,10 @@
|
|
<a-descriptions-item label="当前维修状态">
|
|
<a-descriptions-item label="当前维修状态">
|
|
<!-- 0 上报故障 1 维修检查 2 维修挂单 3 维修结束 -->
|
|
<!-- 0 上报故障 1 维修检查 2 维修挂单 3 维修结束 -->
|
|
<a-tag v-if="detailData.status === '0'" color="orange">上报故障</a-tag>
|
|
<a-tag v-if="detailData.status === '0'" color="orange">上报故障</a-tag>
|
|
- <a-tag v-if="detailData.status === '1'" color="blue">维修检查</a-tag>
|
|
|
|
- <a-tag v-if="detailData.status === '2'" color="blue">维修挂单</a-tag>
|
|
|
|
- <a-tag v-if="detailData.status === '3'">维修结束</a-tag>
|
|
|
|
|
|
+ <a-tag v-if="detailData.status === '1'" color="blue">维修派单</a-tag>
|
|
|
|
+ <a-tag v-if="detailData.status === '2'" color="blue">维修检查</a-tag>
|
|
|
|
+ <a-tag v-if="detailData.status === '3'">维修挂单</a-tag>
|
|
|
|
+ <a-tag v-if="detailData.status === '4'">维修结束</a-tag>
|
|
</a-descriptions-item>
|
|
</a-descriptions-item>
|
|
</a-descriptions>
|
|
</a-descriptions>
|
|
<!-- 分割线 -->
|
|
<!-- 分割线 -->
|