Ver Fonte

完善opc

whj há 1 ano atrás
pai
commit
209a8a6141

+ 1 - 1
src/views/repair/application-form/modules/DetailRepair.vue

@@ -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>