|
|
@@ -43,7 +43,7 @@ interface VisametricTask {
|
|
|
last_name: string;
|
|
|
passport_no: string;
|
|
|
email: string;
|
|
|
- phone_no: string;
|
|
|
+ phone: string;
|
|
|
phone_country_code: string;
|
|
|
birthday: string;
|
|
|
social_media_account?: string; // 2. 新增字段定义
|
|
|
@@ -367,7 +367,7 @@ export default function VisametricCalendarPage() {
|
|
|
<Phone size={16} className="text-slate-400 shrink-0" />
|
|
|
<div>
|
|
|
<p className="text-xs text-slate-500">Phone</p>
|
|
|
- <p className="text-sm font-medium text-slate-800">(+{selectedTask.user_inputs.phone_country_code}) {selectedTask.user_inputs.phone_no}</p>
|
|
|
+ <p className="text-sm font-medium text-slate-800">(+{selectedTask.user_inputs.phone_country_code}) {selectedTask.user_inputs.phone}</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div className="flex items-center gap-3">
|