|
@@ -24,14 +24,14 @@ layui.config({
|
|
|
,{ title:'审核意见',templet:function(res){
|
|
|
return res.hisTaskDto.opinion;
|
|
|
}}
|
|
|
- ,{field:'infoname', title:'信息类名称',
|
|
|
+ ,{field:'infoname', title:'数据资源名称',
|
|
|
templet: function(res){
|
|
|
return '<a class="layui-table-link" href="javascript:viewInfo(\''+res.id+'\');" href="javascript:void();"><i class="iconfont icon-rizhichaxun1"></i>'+res.infoname+'</a>'
|
|
|
}
|
|
|
}
|
|
|
- ,{field:'isopensocial', title:'开放类型', sort: true}
|
|
|
+ // ,{field:'isopensocial', title:'开放类型', sort: true}
|
|
|
,{field:'infotypename', title:'资源分类',width:300 }
|
|
|
- ,{field:'providebmname', title:'提供方部门'}
|
|
|
+ ,{field:'providebmname', title:'数据资源管理单位'}
|
|
|
,{field:'sharetype', title:'共享类型', sort: true,templet: function(res){
|
|
|
if(res.sharetype=="1"){
|
|
|
return "有条件共享";
|