Browse Source

创建用户无需分配角色

reloaded 5 years ago
parent
commit
09e0e0f15b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/otheruser/otheruserForm.vue

+ 1 - 1
src/layout/otheruser/otheruserForm.vue

@@ -26,7 +26,7 @@
             </el-form-item>
           </el-col>
           <el-col :span="24">
-            <el-form-item label="用户角色" prop="characterid">
+            <el-form-item label="用户角色">
               <el-select v-model="ruleForm.characterid" placeholder="请选择用户角色">
                 <el-option v-for="(item, index) in charList" :key="index" :label="item.name" :value="item.id"></el-option>
               </el-select>