domain bug fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user