src/views/system/modules/UserModal.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/system/modules/UserModal.vue
@@ -103,6 +103,23 @@ </a-form-model-item> <a-form-model-item label="首页权限" :labelCol="labelCol" :wrapperCol="wrapperCol" > <a-radio-group v-model="model.userType" :defaultValue="0" > <a-radio :value="1">刀具管理</a-radio> <a-radio :value="2">mdc</a-radio> <a-radio :value="3">dnc</a-radio> <a-radio :value="4">设备管理</a-radio> <a-radio :value="0">无</a-radio> </a-radio-group> </a-form-model-item> <a-form-model-item label="角色分配" :labelCol="labelCol" :wrapperCol="wrapperCol"