[update] 权限

This commit is contained in:
zhaomeijing
2022-06-02 10:29:21 +08:00
parent 25eb21e2b7
commit 24708ca5c7
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -85,7 +85,7 @@
<!-- </a-upload>-->
<!-- <a-button type="primary" icon="hdd" @click="recycleBinVisible=true">{{$t('recycleBin')}}</a-button>-->
<a-button type="primary" icon="hdd" @click="RoleAssignment" v-has="'sys:user:role'">{{$t('RoleAssignment')}}</a-button>
<a-button type="primary" icon="hdd" @click="departmentAllocation" v-has="'sys:user:depart'">{{$t('DepartmentAllocation')}}</a-button>
<!-- <a-button type="primary" icon="hdd" @click="departmentAllocation" v-has="'sys:user:depart'">{{$t('DepartmentAllocation')}}</a-button>-->
<!-- <div @click="handleExportXls($t('userInformation'))" class="operator-text">-->
<!-- <a-icon type="export" :rotate="-90"/>-->
<!-- {{$t('export')}}-->
+11 -11
View File
@@ -68,17 +68,17 @@
<!--部门分配-->
<!-- v-show="!departDisabled && !disabled"-->
<!-- <a-form-item :label="$t('DepartmentAllocation')" :labelCol="labelCol" :wrapperCol="wrapperCol"-->
<!-- >-->
<!-- <a-input-search-->
<!-- :placeholder="$t('ClickSelectDepartment')"-->
<!-- v-model="checkedDepartNameString"-->
<!-- readOnly-->
<!-- :disabled='isdisabled'-->
<!-- @search="onSearch">-->
<!-- <a-button slot="enterButton" icon="search">{{$t('choice')}}</a-button>-->
<!-- </a-input-search>-->
<!-- </a-form-item>-->
<a-form-item :label="$t('DepartmentAllocation')" :labelCol="labelCol" :wrapperCol="wrapperCol"
>
<a-input-search
:placeholder="$t('ClickSelectDepartment')"
v-model="checkedDepartNameString"
readOnly
:disabled='isdisabled'
@search="onSearch">
<a-button slot="enterButton" icon="search">{{$t('choice')}}</a-button>
</a-input-search>
</a-form-item>
<!--租户分配-->
<!--<a-form-item label="租户分配" :labelCol="labelCol" :wrapperCol="wrapperCol" v-show="!departDisabled">-->