Explorar el Código

创建用户无需分配角色

reloaded hace 5 años
padre
commit
09e0e0f15b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>