Kaynağa Gözat

fix: 添加初始业务新页面

fan 2 yıl önce
ebeveyn
işleme
0ff112995d

+ 4 - 0
src/components/XTList/index.ts

@@ -0,0 +1,4 @@
+import List from './src/List.vue';
+import Menu from './src/Menu.vue';
+
+export { List, Menu };

+ 25 - 0
src/design/index.less

@@ -81,6 +81,31 @@ span {
 .color-primary {
   color: @primary-color;
 }
+
+.color--warning {
+  background: #fff6e7;
+  color: #f90;
+}
+
+.color--error {
+  background: #ffeee3;
+  color: #ff5d39;
+}
+
+.color--success {
+  color: #19be6b;
+  background: #ecf8f2;
+}
+
+.color--primary {
+  color: #0075ff;
+  background: #e5f1ff;
+}
+
+.color--muted {
+  color: #828890;
+  background: #e1e3e7;
+}
 @media print {
   @page {
     size: auto;

+ 15 - 0
src/views/biz/README.md

@@ -0,0 +1,15 @@
+## 文件夹情况说明
+
+- biz
+  - visit 透前准备
+    - check 交叉核对
+    - ready 透前准备
+    - room 透析室
+    - rounds 查房
+    - transfer 交班记录
+  - archives 透析病历
+  - bed 预约排床
+    - near 排床
+    - long 长期排床模板
+    - memo 排床备忘录
+    - person 个人排班

+ 7 - 0
src/views/biz/archives/index.vue

@@ -0,0 +1,7 @@
+<template>
+  <div> 占位符 </div>
+</template>
+
+<script setup lang="ts"></script>
+
+<style lang="less" scoped></style>

+ 7 - 0
src/views/biz/bed/long/index.vue

@@ -0,0 +1,7 @@
+<template>
+  <div> 占位符 </div>
+</template>
+
+<script setup lang="ts"></script>
+
+<style lang="less" scoped></style>

+ 7 - 0
src/views/biz/bed/memo/index.vue

@@ -0,0 +1,7 @@
+<template>
+  <div> 占位符 </div>
+</template>
+
+<script setup lang="ts"></script>
+
+<style lang="less" scoped></style>

+ 7 - 0
src/views/biz/bed/near/index.vue

@@ -0,0 +1,7 @@
+<template>
+  <div> 占位符 </div>
+</template>
+
+<script setup lang="ts"></script>
+
+<style lang="less" scoped></style>

+ 7 - 0
src/views/biz/bed/person/index.vue

@@ -0,0 +1,7 @@
+<template>
+  <div> 占位符 </div>
+</template>
+
+<script setup lang="ts"></script>
+
+<style lang="less" scoped></style>

+ 7 - 0
src/views/biz/visit/check/index.vue

@@ -0,0 +1,7 @@
+<template>
+  <div> 占位符 </div>
+</template>
+
+<script setup lang="ts"></script>
+
+<style lang="less" scoped></style>

+ 7 - 0
src/views/biz/visit/room/index.vue

@@ -0,0 +1,7 @@
+<template>
+  <div> 占位符 </div>
+</template>
+
+<script setup lang="ts"></script>
+
+<style lang="less" scoped></style>

+ 7 - 0
src/views/biz/visit/rounds/index.vue

@@ -0,0 +1,7 @@
+<template>
+  <div> 占位符 </div>
+</template>
+
+<script setup lang="ts"></script>
+
+<style lang="less" scoped></style>

+ 7 - 0
src/views/biz/visit/transfer/index.vue

@@ -0,0 +1,7 @@
+<template>
+  <div> 占位符 </div>
+</template>
+
+<script setup lang="ts"></script>
+
+<style lang="less" scoped></style>