break60 4 years ago
parent
commit
6e7b11bd04
  1. 2
      dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/createUser.vue

2
dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/createUser.vue

@ -37,7 +37,7 @@
<template slot="name"><strong>*</strong>{{$t('Password')}}</template> <template slot="name"><strong>*</strong>{{$t('Password')}}</template>
<template slot="content"> <template slot="content">
<x-input <x-input
type="input" type="password"
v-model="userPassword" v-model="userPassword"
:placeholder="$t('Please enter your password')"> :placeholder="$t('Please enter your password')">
</x-input> </x-input>

Loading…
Cancel
Save