mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-08 09:09:57 +08:00
插件仪表板支持自定义子标题
This commit is contained in:
@@ -268,7 +268,10 @@ onBeforeMount(async () => {
|
||||
<VCardText>
|
||||
<VRow>
|
||||
<VCol v-for="item in dashboardConfigs" :key="item.id" cols="6" md="4" sm="4">
|
||||
<VCheckbox v-model="enableConfig[item.id]" :label="item.name" />
|
||||
<VCheckbox
|
||||
v-model="enableConfig[item.id]"
|
||||
:label="item.name + (item.attrs?.subtitle ? ' - ' + item.attrs.subtitle : '')"
|
||||
/>
|
||||
</VCol>
|
||||
</VRow>
|
||||
</VCardText>
|
||||
|
||||
Reference in New Issue
Block a user