diff --git a/src/views/PersonManager/depart/components/edit.vue b/src/views/PersonManager/depart/components/edit.vue index eeb39b4..4e899f9 100644 --- a/src/views/PersonManager/depart/components/edit.vue +++ b/src/views/PersonManager/depart/components/edit.vue @@ -60,8 +60,8 @@ {{ dataForm.MARITALSTATUS === '0' ? '未婚' : '已婚' }} 政治面貌 {{ dataForm.zzName }} {{ - dataForm.zzName == '中共党员' ? '入党时间' + dataForm.POLITICAL_TIME : '' - }} + dataForm.zzName == '中共党员' ? '入党时间' + dataForm.POLITICAL_TIME : '' + }}