mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
perf(仪表板): typos拼写错误
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user