|
|
@ -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>
|
|
|
|
|
|
|
|
|
|
|
|