审批创建人姓名修改
This commit is contained in:
parent
73bcc8281f
commit
df607ffb91
|
|
@ -58,7 +58,7 @@
|
|||
</view>
|
||||
<view class="info-row">
|
||||
<text class="info-label">创建人</text>
|
||||
<text class="info-value">{{ detailData.task?.createName || '--' }}</text>
|
||||
<text class="info-value">{{ detailData?.createName || '--' }}</text>
|
||||
</view>
|
||||
<view class="info-row">
|
||||
<text class="info-label">创建时间</text>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user