|
|
|
@ -13,7 +13,7 @@ |
|
|
|
<el-button v-if="isAuth('sys:user:save')" :disabled="this.showButton" type="primary" @click="siteAuthorize()">{{ buttons.factoryAuthorization || '工厂授权' }}</el-button> |
|
|
|
<el-button v-if="isAuth('sys:user:save')" :disabled="this.showButton" type="primary" @click="buAuthorize()">{{ buttons.buAuthorization || 'BU授权' }}</el-button> |
|
|
|
<el-button v-if="isAuth('sys:user:save')" :disabled="this.showButton" type="primary" @click="deptAuthorize()">{{ buttons.deptAuthorization || '部门授权' }}</el-button> |
|
|
|
<el-button v-if="isAuth('sys:user:save')" :disabled="this.showButton" type="primary" @click="businessRoleAuthorize()">{{ buttons.businessRoleAuthorization || '角色授权' }} |
|
|
|
<el-button v-if="isAuth('sys:user:save')" :disabled="this.showButton" type="primary" @click="businessRoleAuthorize()">{{ buttons.businessRoleAuthorization || '岗位' }} |
|
|
|
</el-button> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
@ -181,11 +181,11 @@ |
|
|
|
</span> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<!-- 角色授权 --> |
|
|
|
<!-- 岗位 --> |
|
|
|
<el-dialog |
|
|
|
style="font-size: 12px" |
|
|
|
v-drag |
|
|
|
:title="'角色授权'" |
|
|
|
:title="'岗位'" |
|
|
|
:visible.sync="businessRoleVisible" |
|
|
|
width="518px" |
|
|
|
:append-to-body="true"> |
|
|
|
@ -727,7 +727,7 @@ export default { |
|
|
|
factoryAuthorization: '工厂授权', |
|
|
|
buAuthorization: 'BU授权', |
|
|
|
deptAuthorization: '部门授权', |
|
|
|
businessRoleAuthorization: '角色授权', |
|
|
|
businessRoleAuthorization: '岗位', |
|
|
|
createTime: '创建时间', |
|
|
|
username: '用户账号', |
|
|
|
userDisplay: '用户名', |
|
|
|
@ -1202,7 +1202,7 @@ export default { |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
// 角色授权 |
|
|
|
// 岗位 |
|
|
|
businessRoleAuthorize () { |
|
|
|
this.businessRoleData = { |
|
|
|
site: '', |
|
|
|
|