Browse Source

独立的护士项目录入页面

xiaochan 3 tháng trước cách đây
mục cha
commit
059b0f28b6
1 tập tin đã thay đổi với 11 bổ sung0 xóa
  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>