【修改】隐藏字段

This commit is contained in:
YOHO\20373
2025-05-21 19:12:02 +08:00
committed by 陆光LG
parent e004ec7cc5
commit df984dc3a6
18 changed files with 65 additions and 36 deletions

View File

@@ -4,9 +4,9 @@
<Dialog v-model="visible" :title="'修改试卷'" width="460" @open="handleOpen" center>
<div style="margin-bottom: 16px">
<!-- <div style="margin-bottom: 16px">
<strong>试卷ID</strong>{{ paperId }}
</div>
</div> -->
<!-- 滚动区域 -->
<div style="max-height: 400px; overflow-y: auto;">

View File

@@ -4,10 +4,10 @@
<Dialog v-model="visible" :title="'查看试卷'" width="860" @open="handleOpen" center>
<div style="margin-bottom: 16px">
<!-- <div style="margin-bottom: 16px">
<strong>试卷ID</strong>
{{ paperId ? paperId : '未提供试卷ID' }}
</div>
</div> -->
<!-- 滚动区域 -->