审批创建人姓名修改

This commit is contained in:
WindowBird 2025-11-22 11:02:40 +08:00
parent 73bcc8281f
commit df607ffb91

View File

@ -58,7 +58,7 @@
</view> </view>
<view class="info-row"> <view class="info-row">
<text class="info-label">创建人</text> <text class="info-label">创建人</text>
<text class="info-value">{{ detailData.task?.createName || '--' }}</text> <text class="info-value">{{ detailData?.createName || '--' }}</text>
</view> </view>
<view class="info-row"> <view class="info-row">
<text class="info-label">创建时间</text> <text class="info-label">创建时间</text>