BUG 28483

This commit is contained in:
aixianling
2022-03-22 22:36:52 +08:00
parent a77aff56aa
commit b86cb09212

View File

@@ -216,8 +216,7 @@
<template #content>
<div class="info">
<ai-wrapper label-width="70px">
<ai-info-item label="操作人"><span>{{ detailInfo.createUserName || "-" }}</span></ai-info-item>
<ai-info-item label="联系方式"><span>{{ detailInfo.createUserPhone || "-" }}</span></ai-info-item>
<ai-info-item label="用户账号"><span>{{ detailInfo.createUserPhone || "-" }}</span></ai-info-item>
<ai-info-item label="完成时间"><span>{{ detailInfo.finishTime || "-" }}</span></ai-info-item>
</ai-wrapper>
</div>