diff --git a/admin_view/nuxt-project/components/SearchDropDown.vue b/admin_view/nuxt-project/components/SearchDropDown.vue index 17d226024..eb38d68a8 100644 --- a/admin_view/nuxt-project/components/SearchDropDown.vue +++ b/admin_view/nuxt-project/components/SearchDropDown.vue @@ -84,7 +84,7 @@ export default { .drop-down-button { border-radius: 0px; width: 160px; - height: 35px; + height: auto; padding: 5px 5px 5px 15px; backdrop-filter: blur(4px); text-align: center; diff --git a/user_front/components/RegistInfo/card/Place.vue b/user_front/components/RegistInfo/card/Place.vue index 4faf941b7..b60c85135 100644 --- a/user_front/components/RegistInfo/card/Place.vue +++ b/user_front/components/RegistInfo/card/Place.vue @@ -55,13 +55,14 @@ const openEditModal = () => { {{ $t('Place.hope1') }}{{ place.n }}{{ $t('Place.hope2') }} -
+
{{ place.place }}
-
{{ $t('Place.free') }}
+ + + +export default remark; + diff --git a/user_front/pages/regist_info/index.vue b/user_front/pages/regist_info/index.vue index 0b806f1a7..f3388fad6 100644 --- a/user_front/pages/regist_info/index.vue +++ b/user_front/pages/regist_info/index.vue @@ -2,6 +2,7 @@ import { is } from "@vee-validate/rules"; import axios from "axios"; import { Group } from "~~/types"; +import Place from "~~/components/RegistInfo/card/Place.vue"; interface RegistInfo { sub_rep: SubRep[]; @@ -469,6 +470,13 @@ const isStageOverlap = computed(() => { @reload-place="reload" />
+
+
{{ $t('Place.free') }}
+
+ {{ placeOrder?.remark}} +
+
+