From 6c41701881efe354e0f53a1162784f3e91e1507d Mon Sep 17 00:00:00 2001 From: ChenQiuYu Date: Wed, 30 Apr 2025 17:00:56 +0800 Subject: [PATCH] dev --- src/components/SearchInput.vue | 6 +- src/components/outpatient/ServiceItems.vue | 21 +- src/components/registration/CardDefault.vue | 6 +- src/components/registration/Edit.vue | 267 ++++++++++---------- src/views/registration/index.vue | 4 +- 5 files changed, 163 insertions(+), 141 deletions(-) diff --git a/src/components/SearchInput.vue b/src/components/SearchInput.vue index 2cca210..53a2bed 100644 --- a/src/components/SearchInput.vue +++ b/src/components/SearchInput.vue @@ -2,7 +2,7 @@ @@ -41,14 +44,14 @@ import Panel from "@/components/common/Panel.vue"; import {CircleClose} from '@element-plus/icons-vue' import SearchInput from "@/components/SearchInput.vue"; -const props=defineProps({ +const props = defineProps({ status: { - type: Number, + type: Number, default: 0 } }) const disabled = computed(() => { - if(props.status === 1){ + if (props.status === 1) { return true } }) @@ -127,6 +130,14 @@ const deleteItem = (id: any) => { text-align: center; } + .unit { + height: 100%; + width: 200px; + margin-left: 10px; + border-right: 1px solid #EAEAEC; + line-height: 64px; + } + .delete { height: 100%; width: 50px; diff --git a/src/components/registration/CardDefault.vue b/src/components/registration/CardDefault.vue index 0ca5304..4a038f2 100644 --- a/src/components/registration/CardDefault.vue +++ b/src/components/registration/CardDefault.vue @@ -126,7 +126,7 @@ const close = () => { \ No newline at end of file diff --git a/src/views/registration/index.vue b/src/views/registration/index.vue index ed62df9..680fa7d 100644 --- a/src/views/registration/index.vue +++ b/src/views/registration/index.vue @@ -9,11 +9,11 @@
-