修改bbug

This commit is contained in:
2026-06-16 15:51:19 +08:00
parent 44949287e0
commit c1a382c255
7 changed files with 122 additions and 13 deletions

View File

@@ -32,8 +32,8 @@
</el-card>
<!-- 盖章操作审批通过后显示 -->
<div v-if="canStamp" class="block-title">盖章操作</div>
<el-card v-if="canStamp" class="inner-card" shadow="never">
<div v-if="canStamp && !$route.query.preview" class="block-title">盖章操作</div>
<el-card v-if="canStamp && !$route.query.preview" class="inner-card" shadow="never">
<div class="stamp-section">
<div class="stamp-config">
<el-form :model="stampForm" label-width="120px" size="small">