fix: 修复 surgeryApplication.vue 多余的 </template> 标签

This commit is contained in:
赵云
2026-05-11 09:30:41 +08:00
parent b2ce368749
commit 98a370f3a2

View File

@@ -612,7 +612,6 @@ defineExpose({
</el-descriptions>
</el-dialog>
</div>
</template>
<script setup name="SurgeryApplication">
import { getCurrentInstance, ref, computed, watch, onMounted } from 'vue'