|
|
@ -37,6 +37,7 @@
|
|
|
|
<el-table-column fixed="right" header-align="center" align="center" width="150" label="操作">
|
|
|
|
<el-table-column fixed="right" header-align="center" align="center" width="150" label="操作">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-button type="text" size="small"
|
|
|
|
<el-button type="text" size="small"
|
|
|
|
|
|
|
|
|
|
|
|
@click="addOrUpdateHandle(scope.row.attrGroupId)">修改</el-button>
|
|
|
|
@click="addOrUpdateHandle(scope.row.attrGroupId)">修改</el-button>
|
|
|
|
<el-button type="text" size="small"
|
|
|
|
<el-button type="text" size="small"
|
|
|
|
@click="deleteHandle(scope.row.attrGroupId)">删除</el-button>
|
|
|
|
@click="deleteHandle(scope.row.attrGroupId)">删除</el-button>
|
|
|
|