Commit b45a307c authored by 刘春's avatar 刘春

refactor(AddDoctor): 优化医生用户密码字段的显示逻辑

- 移除了冗余的条件判断代码
- 简化了 userPassword 字段的配置
parent c4a92d7d
......@@ -128,17 +128,10 @@
{ label: '科室编码', prop: 'deptCode', type: 'input', required: true },
{
label: '用户密码',
<<<<<<< HEAD
vIf: useType.value === 'add',
prop: 'userPassword',
type: 'input',
required: true
=======
prop: 'userPassword',
type: 'input',
required: true,
isHide: false
>>>>>>> 8784ce1dfad9c9c2e8d810ac337eda4130deb7f9
},
{ label: '微信id', prop: 'wxId', type: 'input', required: false },
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment