chore(router): 添加患者档案管理路由配置
- 添加患者档案管理路由配置代码 - 注释掉租户用户设置路由部分代码 - 新增patientmgr路由项配置 - 配置路由组件和元信息 - 设置路由隐藏属性 - 完善路由路径和名称定义
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, reactive, onMounted, defineEmits, defineExpose } from 'vue'
|
||||
import { ref, reactive, onMounted } from 'vue'
|
||||
import { ElMessage, ElMessageBox } from 'element-plus'
|
||||
import {
|
||||
VideoPlay, CircleCheck, Close, View, Delete
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, onMounted, defineEmits, defineExpose } from 'vue'
|
||||
import { ref, onMounted } from 'vue'
|
||||
import { User, Clock, VideoPlay, CircleCheck, Timer, Watch } from '@element-plus/icons-vue'
|
||||
import { getTodayOutpatientStats } from './api.js'
|
||||
|
||||
|
||||
@@ -822,7 +822,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {defineExpose, reactive, ref} from 'vue';
|
||||
import {reactive, ref} from 'vue';
|
||||
|
||||
const bodyRef = ref();
|
||||
// 响应式表单数据
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<script setup>
|
||||
import {getPatientList, getWardList} from './api';
|
||||
import {updatePatientInfoList} from './store/patient';
|
||||
import {defineExpose, inject, nextTick, ref} from 'vue';
|
||||
import {inject, nextTick, ref} from 'vue';
|
||||
|
||||
const treeRef = ref(null);
|
||||
const searchKey = ref('');
|
||||
|
||||
Reference in New Issue
Block a user