Browse Source

Update Index.vue

star7th 6 years ago
parent
commit
5c07ec1086
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web_src/src/components/admin/setting/Index.vue

+ 2 - 2
web_src/src/components/admin/setting/Index.vue

@@ -65,7 +65,7 @@
 
         
         <el-form-item label="ldap user filed">
-          <el-input v-model="form.ldap_form.user_field" class="form-el" placeholder="例如 cn"></el-input>
+          <el-input v-model="form.ldap_form.user_field" class="form-el" placeholder="例如 cn 或者 sAMAccountName"></el-input>
         </el-form-item>
        
       </div>
@@ -174,4 +174,4 @@ export default {
     this.$message.closeAll();
   }
 }
-</script>
+</script>