diff --git a/backend/app/core/config.py b/backend/app/core/config.py index fe83684..272c317 100644 --- a/backend/app/core/config.py +++ b/backend/app/core/config.py @@ -4,7 +4,7 @@ import base64 PROJECT_NAME = "KintoneAppBuilder" -#SQLALCHEMY_DATABASE_URI = "postgres://maxz64:m@xz1205@alicornkintone.postgres.database.azure.com/postgres" +#SQLALCHEMY_DATABASE_URI = "postgres://kabAdmin:P@ssw0rd!@kintonetooldb.postgres.database.azure.com/dev" SQLALCHEMY_DATABASE_URI = "postgres://kabAdmin:P@ssw0rd!@kintonetooldb.postgres.database.azure.com/postgres" #SQLALCHEMY_DATABASE_URI = "postgres://kabAdmin:P@ssw0rd!@kintonetooldb.postgres.database.azure.com/test" #SQLALCHEMY_DATABASE_URI = "postgres://kabAdmin:P@ssw0rd!@ktune-prod-db.postgres.database.azure.com/postgres" diff --git a/document/kintone項目種別一覧.xlsx b/document/kintone項目種別一覧.xlsx new file mode 100644 index 0000000..1b71160 Binary files /dev/null and b/document/kintone項目種別一覧.xlsx differ diff --git a/frontend/src/components/left/EventTree.vue b/frontend/src/components/left/EventTree.vue index bb6889e..cdee7a9 100644 --- a/frontend/src/components/left/EventTree.vue +++ b/frontend/src/components/left/EventTree.vue @@ -8,8 +8,8 @@ class="q-mr-sm">
{{ - prop.node.label }}
+ :class="selectedEvent && prop.node.eventId === selectedEvent.eventId ? 'selected-node' : ''">{{prop.node.label }} + @@ -27,7 +27,7 @@