rax-medical/src/views/patients-manage/patients-manage.vue

15 lines
202 B
Vue
Raw Normal View History

2023-12-15 18:08:45 +08:00
<template>
<div>
患者管理
</div>
</template>
<script lang='ts' setup>
import { onMounted, reactive, ref, toRefs, watch } from 'vue'
</script>
<style lang='scss' scoped>
</style>