提交 6ba6dc4a 编写于 作者: Skyeye云's avatar Skyeye云

update: EHR新增详情

上级 45e844b0
......@@ -31,7 +31,9 @@ layui.config({
limit: getLimit(),
cols: [[
{ title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers' },
{ field: 'archivesNumber', title: '档案编号', align: 'left', width: 160 },
{ field: 'archivesNumber', title: '档案编号', align: 'left', width: 160, templet: function (d) {
return '<a lay-event="details" class="notice-title-click">' + d.archivesNumber + '</a>';
}},
{ field: 'custodyPlace', title: '档案保管地', width: 150 },
{ field: 'archivesCenter', title: '档案室', width: 150 },
{ field: 'educationId', title: '档案学历', width: 120, templet: function (d) {
......
......@@ -31,7 +31,9 @@ layui.config({
limit: getLimit(),
cols: [[
{ title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers' },
{ field: 'certificateNumber', title: '证书编号', align: 'left', width: 160 },
{ field: 'certificateNumber', title: '证书编号', align: 'left', width: 160, templet: function (d) {
return '<a lay-event="details" class="notice-title-click">' + d.certificateNumber + '</a>';
}},
{ field: 'name', title: '证书名称', width: 150 },
{ field: 'issueOrgan', title: '签发机构', width: 150 },
{ field: 'issueTime', title: '签发时间', align: 'center', width: 100 },
......
......@@ -32,7 +32,7 @@ layui.config({
cols: [[
{ title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers' },
{ field: 'levelId', title: '语种等级', width: 120, templet: function (d) {
return sysDictDataUtil.getDictDataNameByCodeAndKey("EMPLOYEE_LANGUAGES", d.levelId);
return '<a lay-event="details" class="notice-title-click">' + sysDictDataUtil.getDictDataNameByCodeAndKey("EMPLOYEE_LANGUAGES", d.levelId) + '</a>';
}},
{ field: 'getTime', title: '获取时间', align: 'center', width: 100 },
{ field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册