@@ -201,10 +201,10 @@ | |||||
:disabled="!edit" | :disabled="!edit" | ||||
title="失业保险" | title="失业保险" | ||||
/> | /> | ||||
<l-textarea | |||||
<l-input | |||||
@input="setValue('WageSchedule.Other', $event)" | @input="setValue('WageSchedule.Other', $event)" | ||||
:value="getValue('WageSchedule.Other')" | :value="getValue('WageSchedule.Other')" | ||||
:readonly="!edit" | |||||
:disabled="!edit" | |||||
title="其他" | title="其他" | ||||
/> | /> | ||||
@@ -214,10 +214,10 @@ | |||||
:disabled="!edit" | :disabled="!edit" | ||||
title="失业保险" | title="失业保险" | ||||
/> | /> | ||||
<l-textarea | |||||
<l-input | |||||
@input="setValue('Ououtsourcing.Other', $event)" | @input="setValue('Ououtsourcing.Other', $event)" | ||||
:value="getValue('Ououtsourcing.Other')" | :value="getValue('Ououtsourcing.Other')" | ||||
:readonly="!edit" | |||||
:disabled="!edit" | |||||
title="其他" | title="其他" | ||||
/> | /> | ||||
@@ -214,10 +214,10 @@ | |||||
:disabled="!edit" | :disabled="!edit" | ||||
title="失业保险" | title="失业保险" | ||||
/> | /> | ||||
<l-textarea | |||||
<l-input | |||||
@input="setValue('WelfarePosition.Other', $event)" | @input="setValue('WelfarePosition.Other', $event)" | ||||
:value="getValue('WelfarePosition.Other')" | :value="getValue('WelfarePosition.Other')" | ||||
:readonly="!edit" | |||||
:disabled="!edit" | |||||
title="其他" | title="其他" | ||||
/> | /> | ||||