fix(#786): zhaoyun (文件合入)
This commit is contained in:
@@ -1,31 +1,10 @@
|
||||
<!--
|
||||
* @Author: sjjh
|
||||
* @Date: 2025-09-09 13:49:40
|
||||
* @Description:
|
||||
* @Description: 护士工作站 - 退药管理(复用住院退药组件)
|
||||
-->
|
||||
<template>
|
||||
<div class="container" />
|
||||
<ReturnDrug />
|
||||
</template>
|
||||
<script setup>
|
||||
import {getCurrentInstance, onBeforeMount, onMounted, reactive} from 'vue'
|
||||
|
||||
const { proxy } = getCurrentInstance();
|
||||
const emits = defineEmits([])
|
||||
const props = defineProps({
|
||||
|
||||
})
|
||||
const state = reactive({
|
||||
|
||||
})
|
||||
onBeforeMount(() => {
|
||||
|
||||
})
|
||||
onMounted(() => {
|
||||
|
||||
})
|
||||
defineExpose({ state })
|
||||
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
<script setup>
|
||||
import ReturnDrug from '@/views/drug/inpatientMedicationDispensing/components/ReturnDrug.vue';
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user