sunyize 2 年之前
父節點
當前提交
91728ef5e6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/system/modules/UserModal.vue

+ 2 - 2
src/views/system/modules/UserModal.vue

@@ -28,11 +28,11 @@
 
         <template v-if="!model.id">
           <a-form-model-item label="登录密码" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="password" >
-            <a-input-password type="password" placeholder="请输入登录密码" v-model="model.password" />
+            <a-input-password type="password"  defaultValue ="s@Gr4n5h1P" placeholder="请输入登录密码" v-model="model.password" />
           </a-form-model-item>
 
           <a-form-model-item label="确认密码" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="confirmpassword" >
-            <a-input-password type="password" @blur="handleConfirmBlur" placeholder="请重新输入登录密码" v-model="model.confirmpassword"/>
+            <a-input-password type="password" defaultValue ="s@Gr4n5h1P" @blur="handleConfirmBlur" placeholder="请重新输入登录密码" v-model="model.confirmpassword"/>
           </a-form-model-item>
         </template>