角色列表移除IsInternal属性
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
39bd20e880
commit
f69a297b2b
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue