单据流转设置添加系统默认

tagView
anthonywj 2 years ago
parent 7527400e6d
commit 51c7a3cd82

@ -44,6 +44,7 @@
<el-button
type="text"
size="small"
:disabled="scope.row.systemDefault"
@click.native.stop="handleModifyClick(scope.row)"
>编辑
</el-button
@ -51,6 +52,7 @@
<el-button
type="text"
size="small"
:disabled="scope.row.systemDefault"
@click.native.stop="handleDeleteClick(scope.row)"
>删除
</el-button

Loading…
Cancel
Save