update domain

This commit is contained in:
2023-10-22 12:55:58 +08:00
parent 0b971bf4d4
commit 9301dcc0aa
3 changed files with 9 additions and 3 deletions

View File

@@ -14,6 +14,6 @@ defineProps<{
<template>
<NDivider style="margin-top: 10px" />
<ScheduleList v-if="currentData" :schedules="currentData ?? []" :is-self="accountInfo?.id == userInfo?.id" v-bind="$attrs" />
<ScheduleList v-if="currentData" :schedules="currentData ?? []" :is-self="false" v-bind="$attrs" />
<NDivider />
</template>