From 873bb61290fadf81f3ebbe0bab04bb1b0cc82013 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期二, 04 一月 2022 17:24:31 +0800 Subject: [PATCH] Update:保戶個人帳號設定 增加成功提醒popup --- PAMapp/shared/models/account.model.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PAMapp/shared/models/account.model.ts b/PAMapp/shared/models/account.model.ts index ea0154e..0076a64 100644 --- a/PAMapp/shared/models/account.model.ts +++ b/PAMapp/shared/models/account.model.ts @@ -17,8 +17,8 @@ seniorityYear : number; seniorityMonth : number; concept : string; - experience : string; - award : string; + experiences : string; + awards : string; communicationStyle: string; photoBase64 : string; } -- Gitblit v1.8.0