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')">
|
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('treeRight.administrativePrivileges')">
|
||||||
<user-selection :placeholder="$t('pleaseSelect') + $t('treeRight.administrativePrivileges')"
|
<user-selection :placeholder="$t('pleaseSelect') + $t('treeRight.administrativePrivileges')"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
|
:name-str="model.authManageIdsDictText"
|
||||||
v-decorator="['authManageIds', validatorRules.authManageIds]" />
|
v-decorator="['authManageIds', validatorRules.authManageIds]" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<!--查看权限-->
|
<!--查看权限-->
|
||||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('treeRight.checkPermissions')">
|
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('treeRight.checkPermissions')">
|
||||||
<user-selection :placeholder="$t('pleaseSelect') + $t('treeRight.checkPermissions')"
|
<user-selection :placeholder="$t('pleaseSelect') + $t('treeRight.checkPermissions')"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
|
:name-str="model.authViewIdsDictText"
|
||||||
v-decorator="['authViewIds', validatorRules.authViewIds]" />
|
v-decorator="['authViewIds', validatorRules.authViewIds]" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<!--文件夹顺序-->
|
<!--文件夹顺序-->
|
||||||
|
|||||||
Reference in New Issue
Block a user