{$date.title} 预约记录列表
| {%ID} | 姓名 | {%USER_MOBILE} | {%CREATE_TIME} | {%STATUS} | {%TAG_LANG_OPERATE} | |
|---|---|---|---|---|---|---|
| {$list_item.id} | {$list_item.name} | {$list_item.mobile} | {$list_item.create_time|to_date} | {$list_item.status|get_date_status} | ||
{$page}
{// 引入标签库 }
| {%ID} | 姓名 | {%USER_MOBILE} | {%CREATE_TIME} | {%STATUS} | {%TAG_LANG_OPERATE} | |
|---|---|---|---|---|---|---|
| {$list_item.id} | {$list_item.name} | {$list_item.mobile} | {$list_item.create_time|to_date} | {$list_item.status|get_date_status} | ||