Browse Source

独立的护士项目录入页面

xiaochan 3 months ago
parent
commit
059b0f28b6
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/views/hospitalization/nurse-module/HuShiXmlr.vue

+ 11 - 0
src/views/hospitalization/nurse-module/HuShiXmlr.vue

@@ -0,0 +1,11 @@
+<script setup lang="ts">
+import XmlrV2 from "@/components/xmlr/index.vue";
+
+defineOptions({
+  name: "HuShiXmlr",
+});
+</script>
+
+<template>
+  <xmlr-v2 />
+</template>