角色列表移除IsInternal属性
continuous-integration/drone/push Build is passing Details

rj
caiyiling 2026-06-24 11:07:58 +08:00
parent 39bd20e880
commit f69a297b2b
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<el-form-item label="Shortname: " prop="UserTypeShortName">
<el-input v-model="form.UserTypeShortName" />
</el-form-item>
<el-form-item
<!-- <el-form-item
:label="$t('system:role:form:isInternal')"
prop="IsInternal"
>
@ -28,7 +28,7 @@
>{{ item.label }}</el-radio
>
</el-radio-group>
</el-form-item>
</el-form-item> -->
<el-form-item :label="$t('system:role:form:IsEnable')" prop="IsEnable">
<el-switch
v-model="form.IsEnable"