PAMapp/pages/appointment/_appointmentId/index.vue | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 |
PAMapp/pages/appointment/_appointmentId/index.vue
@@ -159,7 +159,7 @@ } getHopeContactTimeContent(hopeContactTimeString: string): string[] { const result = hopeContactTimeString.replace("'", '').split('、'); const result = hopeContactTimeString.replaceAll("'", '').split('、'); return result; }