|
@ -49,10 +49,10 @@ |
|
|
<el-button type="text" |
|
|
<el-button type="text" |
|
|
size="small" |
|
|
size="small" |
|
|
@click="deleteCategory(scope.row)">删除</el-button> |
|
|
@click="deleteCategory(scope.row)">删除</el-button> |
|
|
<!-- <el-button v-if="(scope.row.children )" |
|
|
<el-button v-if="(scope.row.children )" |
|
|
type="text" |
|
|
type="text" |
|
|
size="small" |
|
|
size="small" |
|
|
@click="showAddLevel2(scope.row)">{{ "新增二级分类"}}</el-button> --> |
|
|
@click="showAddLevel2(scope.row)">{{ "新增二级分类"}}</el-button> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
</el-table> |
|
|
</el-table> |
|
|