From 3f91a6737fc06b45461ce11eae5660cbbf766f7e Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 29 十月 2024 16:20:02 +0800
Subject: [PATCH] 推广人员-》地推权限 创建时间-》注册时间
---
CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/job_applicantprofile/details.html | 67 +++++++++++++++++++++++++++++++++
1 files changed, 66 insertions(+), 1 deletions(-)
diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/job_applicantprofile/details.html b/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/job_applicantprofile/details.html
index 30bbde7..a115391 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/job_applicantprofile/details.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/job_applicantprofile/details.html
@@ -303,7 +303,72 @@
}
</style>
</div>
-
+
+
+ <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>
<div class="layui-form-item text-right core-hidden">
--
Gitblit v1.9.1