perf(仪表板): typos拼写错误

This commit is contained in:
fit2cloud-chenyw 2024-10-29 16:52:24 +08:00
parent e7d2cc82b9
commit 0054a748bc

View File

@ -255,7 +255,7 @@ const getEmptyDesc = (): string => {
>
<el-tabs v-model="activeName" class="dashboard-type-tabs" @tab-click="handleClick">
<el-tab-pane
v-for="item in tablePaneList.filter(pannel => !shareDisable || pannel.name !== 'share')"
v-for="item in tablePaneList.filter(panel => !shareDisable || panel.name !== 'share')"
:key="item.name"
:disabled="item.disabled"
:label="item.title"