perf(仪表板): typos拼写错误
This commit is contained in:
parent
e7d2cc82b9
commit
0054a748bc
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user