瀏覽代碼

独立的护士项目录入页面

xiaochan 3 月之前
父節點
當前提交
059b0f28b6
共有 1 個文件被更改,包括 11 次插入0 次删除
  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>