调整报告日期

main
yanzai 5 months ago
parent 308e9f36f8
commit 8f59bd933c

@ -591,7 +591,7 @@ class ReportController extends Controller
}
$content[] = [
'title' => $item['收费项目名称'],
'datetime' => str_replace('T', ' ', $info['登记时间']),
'datetime' => date('Y-m-d', strtotime($info['登记时间'])),
'doctor' => $item['检查医生'],
'list' => $content_list
];

@ -190,15 +190,16 @@
.check_login_popup_wrapper {
position: relative;
z-index: 9999;
z-index: 9909;
}
.check_login_cover_wrapper {
position: fixed;
top: 0;
bottom: 0;
bottom: 500rpx;
left: 0;
right: 0;
z-index: 9998;
z-index: 9908;
}
</style>
Loading…
Cancel
Save