Commit 6b4bb688 authored by 赵啸非's avatar 赵啸非

修改设备管理 外部登录

parent 334e2545
<template> <template>
<div class="page"> <div class="page">
<LayoutTable :data='tableData' :config='tableConfig' notDel /> <LayoutTable :data='tableData' :config='tableConfig' notAdd notDel />
<el-dialog title="用户已分配的角色" :visible.sync="role.visible"> <el-dialog title="用户已分配的角色" :visible.sync="role.visible">
<el-form :model="role.form"> <el-form :model="role.form">
...@@ -100,12 +100,12 @@ export default { ...@@ -100,12 +100,12 @@ export default {
}, },
{ {
label: "操作", label: "操作",
width: 220, width: 280,
formatter: row => { formatter: row => {
return ( return (
<div> <div>
<table-buttons row={row} onEdit={this.toEdit} onDel={this.toDel} noDel/> <table-buttons row={row} onEdit={this.toEdit} onDel={this.toDel} noDel/>
<el-button round size='mini' type="info" icon="el-icon-tickets" onClick={()=>this.findRole(row)}>已分配的角色</el-button> <el-button round size='mini' type="text" icon="el-icon-tickets" onClick={()=>this.findRole(row)}>已分配的角色</el-button>
</div> </div>
); );
} }
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<form-buttons @submit='submitForm'/> <!-- <form-buttons @submit='submitForm'/> -->
</el-form> </el-form>
</layout-form> </layout-form>
</template> </template>
......
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 to comment