From 850a2643d3c83f0c1b6aa4e0c210c8f3e4604d17 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 17 五月 2024 17:27:22 +0800 Subject: [PATCH] 简历招聘展示 --- CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/job_applicantprofile/edit.html | 63 +++++++++++++++++++++++++++++++ 1 files changed, 63 insertions(+), 0 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/job_applicantprofile/edit.html b/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/job_applicantprofile/edit.html index cd686ee..9714cdb 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/job_applicantprofile/edit.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/job_applicantprofile/edit.html @@ -304,7 +304,70 @@ border-bottom: 1px dashed #111; } </style> + <table border="0" align="center" cellpadding="3" cellspacing="0"> + <tr> + <td style="text-align: left; " colspan="8"> + + + </td> + + + + </tr> + <tr> + + <td style="text-align: left; " colspan="8"> + + + </td> + + + + </tr> + <tr> + + <td style="text-align: left; " colspan="8"> + + + </td> + + + + </tr> + <tr> + <td style="text-align: left; " colspan="8"> + + 褰㈣薄鍥剧墖: <a href="javascript:void(0);" onclick="layui.coreHelper.viewImage('{{ d.params.data.model.avatar }}')"><image style="max-width: 30px; max-height: 30px;" src="{{d.params.data.model.avatar}}" /></a> + </td> + + </tr> + + <tr> + <td style="text-align: left; " colspan="8"> + + 璇佷欢鐓�: {{# layui.each(d.params.data.tupian, function(index, item){ }} + <a href="javascript:void(0);" onclick="layui.coreHelper.viewImage('{{ item }}')"><image style="max-width: 30px; max-height: 30px;" src="{{ item }}" /></a> + {{# }); }} + + + + + + + + + + + + + + + </td> + + </tr> + + </table> <div class="layui-form-item text-right core-hidden"> <input type="button" class="layui-btn" lay-submit lay-filter="LAY-app-Job_ApplicantProfile-editForm-submit" id="LAY-app-Job_ApplicantProfile-editForm-submit" value="纭缂栬緫"> </div> -- Gitblit v1.9.1