|
@@ -6,7 +6,7 @@
|
|
|
<div class="gutter-box gutter-color center">
|
|
|
<div style=" overflow: auto;height: 300px;">
|
|
|
<a-steps :current="repairStatus.length-1" direction="vertical" >
|
|
|
- <a-step v-for="item in repairStatus" :key="item.id" :title="DictCache.COLOR.REPAIR_STATUS[item.status]" :description="BaseTool.Date.formatter(item.createdTime , BaseTool.Date.PICKER_NORM_DATETIME_PATTERN2)" />
|
|
|
+ <a-step v-for="item in repairStatus" :key="item.id" :title="DictCache.COLOR.REPAIR_STATUS[item.status]" :sub-title="item.realUserName" :description="BaseTool.Date.formatter(item.createdTime , BaseTool.Date.PICKER_NORM_DATETIME_PATTERN2) " />
|
|
|
</a-steps>
|
|
|
</div>
|
|
|
</div>
|