Commit 86bb36fc by jinmh716

【功能修复】用户管理:如果没有修改权限,则禁用状态开关

parent e9950929
...@@ -124,6 +124,7 @@ ...@@ -124,6 +124,7 @@
:active-value="0" :active-value="0"
:inactive-value="1" :inactive-value="1"
@change="handleStatusChange(scope.row)" @change="handleStatusChange(scope.row)"
:disabled="!checkPermi(['system:user:update'])"
/> />
</template> </template>
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment