Explorar el Código

代码位置调整

zhengnaiwen_citu hace 6 meses
padre
commit
b4bddba9b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/recruit/entRegister/register.vue

+ 1 - 1
src/views/recruit/entRegister/register.vue

@@ -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>