diff --git a/frontend/src/components/MuiltDropDownBox.vue b/frontend/src/components/CascadingDropDownBox.vue similarity index 99% rename from frontend/src/components/MuiltDropDownBox.vue rename to frontend/src/components/CascadingDropDownBox.vue index 4de11af..75346df 100644 --- a/frontend/src/components/MuiltDropDownBox.vue +++ b/frontend/src/components/CascadingDropDownBox.vue @@ -126,7 +126,7 @@ import { v4 as uuidv4 } from 'uuid'; import { useQuasar } from 'quasar'; export default defineComponent({ - name: 'MuiltDropDownBox', + name: 'CascadingDropDownBox', inheritAttrs: false, components: { ShowDialog, AppSelectBox, FieldSelect }, props: { diff --git a/frontend/src/components/right/MultiDropDown.vue b/frontend/src/components/right/CascadingDropDown.vue similarity index 89% rename from frontend/src/components/right/MultiDropDown.vue rename to frontend/src/components/right/CascadingDropDown.vue index 2614ab7..f499cb8 100644 --- a/frontend/src/components/right/MultiDropDown.vue +++ b/frontend/src/components/right/CascadingDropDown.vue @@ -19,7 +19,7 @@
- +
@@ -27,14 +27,14 @@