部门信息 点击新增 编辑按钮 选中当前行

ywj_dev
CTP 2 years ago
parent a38661ac0b
commit dfeb0b354f

@ -81,13 +81,11 @@
<el-button <el-button
type="text" type="text"
:disabled="scope.row.status == 0" :disabled="scope.row.status == 0"
@click.native.stop="subAddDeptDialog(scope.row)" @click.native="subAddDeptDialog(scope.row)"
>新增 >新增
</el-button> </el-button>
<el-button <el-button type="text" @click.native="updateDeptDialog(scope.row)"
type="text"
@click.native.stop="updateDeptDialog(scope.row)"
>编辑 >编辑
</el-button> </el-button>

Loading…
Cancel
Save