fix: 修复 surgeryApplication.vue 多余的 </template> 标签
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user