Commit 904199bff9f4a5248315e785d53903e45e52f678
1 parent
c5b61549
1
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/QuestionBank/index.vue
| ... | ... | @@ -15,7 +15,7 @@ |
| 15 | 15 | </el-tabs> |
| 16 | 16 | <el-button type="button" size="mini" style="width:100%;margin-bottom:10px" |
| 17 | 17 | @click="showClassDialog(null,0,activeTab == 'first' ? 0 : 2)"> |
| 18 | - 添加顶级{{activeTab}} | |
| 18 | + 添加顶级 | |
| 19 | 19 | </el-button> |
| 20 | 20 | <el-tree :data="activeTab == 'first' ? firstTreeData : secondTreeData" |
| 21 | 21 | :default-expanded-keys="currentExpend" :props="activeTab == 'first' ? firstTreeData : secondTreeData" | ... | ... |