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-descriptions>
</el-dialog> </el-dialog>
</div> </div>
</template>
<script setup name="SurgeryApplication"> <script setup name="SurgeryApplication">
import { getCurrentInstance, ref, computed, watch, onMounted } from 'vue' import { getCurrentInstance, ref, computed, watch, onMounted } from 'vue'