增强办公,新增审批,缺少电子签章功能

This commit is contained in:
2026-04-20 15:56:29 +08:00
parent a026ef7a54
commit cd71a3a457
18 changed files with 1791 additions and 537 deletions

View File

@@ -43,9 +43,13 @@
<view class="item-value">{{ detail.updateBy || '无' }}</view>
</view>
<view class="detail-item single-item">
<text class="item-icon icon-date"></text>
<view class="item-label">附件</view>
<view class="item-value">
<text class="item-icon icon-date"></text>
<view class="item-label">附件</view>
<view class="item-value">
<view v-if="uploading" class="upload-loading">
<text class="loading-dot"></text>
<text class="loading-text">附件正在上传中...</text>
</view>
<oa-file-list :files="detail.accessoryApplyIds"></oa-file-list>
</view>
</view>