Merge remote-tracking branch 'origin/thirdStage' into thirdStage
This commit is contained in:
@@ -21,12 +21,14 @@
|
||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('treeRight.administrativePrivileges')">
|
||||
<user-selection :placeholder="$t('pleaseSelect') + $t('treeRight.administrativePrivileges')"
|
||||
type="checkbox"
|
||||
:name-str="model.authManageIdsDictText"
|
||||
v-decorator="['authManageIds', validatorRules.authManageIds]" />
|
||||
</a-form-item>
|
||||
<!--查看权限-->
|
||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('treeRight.checkPermissions')">
|
||||
<user-selection :placeholder="$t('pleaseSelect') + $t('treeRight.checkPermissions')"
|
||||
type="checkbox"
|
||||
:name-str="model.authViewIdsDictText"
|
||||
v-decorator="['authViewIds', validatorRules.authViewIds]" />
|
||||
</a-form-item>
|
||||
<!--文件夹顺序-->
|
||||
|
||||
Reference in New Issue
Block a user