domain bug fix

This commit is contained in:
2023-11-04 22:11:32 +09:00
15 changed files with 699 additions and 292 deletions

View File

@@ -6,7 +6,7 @@
no-caps
icon="share"
size="md"
:label="`${userStore.currentDomain.domainName}.cybozu.com`"
:label="userStore.currentDomain.domainName"
>
<q-list>
<q-item v-for="domain in domains" :key="domain.domainName"
@@ -15,7 +15,8 @@
<q-icon name="share" size="sm" color="orange" text-color="white"></q-icon>
</q-item-section>
<q-item-section>
<q-item-label>{{ `${domain.domainName}.cybozu.com` }}</q-item-label>
<q-item-label>{{domain.domainName}}</q-item-label>
<q-item-label caption>{{domain.kintoneUrl}}</q-item-label>
</q-item-section>
</q-item>
</q-list>