|
@@ -72,7 +72,7 @@
|
|
|
<div v-else style="font-size: 12px; color: #999">不可删除</div>
|
|
|
</div>
|
|
|
<TextUI v-model="item.contactName" :item="{...contactNameObj}"></TextUI>
|
|
|
- <TextUI v-model="item.phone" :item="{...phoneObj, disabled: (!index&&bossPhone !== '')}"></TextUI>
|
|
|
+ <TextUI v-model="item.phone" :item="{...phoneObj, disabled: index === 0 && bossPhone !== ''}" ></TextUI>
|
|
|
<TextUI v-model="item.email" :item="{...emailObj}"></TextUI>
|
|
|
<TextUI v-model="item.password" :item="{...passwordObj}"></TextUI>
|
|
|
<TextUI v-model="item.passwordConfirm" :item="{...passwordConfirmObj}"></TextUI>
|