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

工作流待办事宜界面修改

上级 811a7476
...@@ -32,7 +32,9 @@ layui.config({ ...@@ -32,7 +32,9 @@ layui.config({
limit: getLimit(), limit: getLimit(),
cols: [[ cols: [[
{ title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers'}, { title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers'},
{ field: 'processInstanceId', title: '流程ID', width: 100 }, { field: 'processInstanceId', title: '流程ID', width: 280, templet: function(d){
return '<a lay-event="details" class="notice-title-click">' + d.processInstanceId + '</a>';
}},
{ field: 'taskType', title: '类型', width: 150 }, { field: 'taskType', title: '类型', width: 150 },
{ field: 'createName', title: '申请人', width: 140}, { field: 'createName', title: '申请人', width: 140},
{ field: 'createTime', title: '申请时间', align: 'center', width: 140, templet: function(d){ { field: 'createTime', title: '申请时间', align: 'center', width: 140, templet: function(d){
...@@ -54,7 +56,7 @@ layui.config({ ...@@ -54,7 +56,7 @@ layui.config({
return "<span class='state-up'>正常</span>"; return "<span class='state-up'>正常</span>";
} }
}}, }},
{ title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 240, toolbar: '#myNeedDealtTableBar'} { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 100, toolbar: '#myNeedDealtTableBar'}
]], ]],
done: function(){ done: function(){
matchingLanguage(); matchingLanguage();
......
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
<!--{{# if(!d.isMultiInstance){ }} <!--{{# if(!d.isMultiInstance){ }}
<a class="layui-btn layui-btn-normal layui-btn-xs" lay-event="turnMultiInstance">转为会签</a> <a class="layui-btn layui-btn-normal layui-btn-xs" lay-event="turnMultiInstance">转为会签</a>
{{# } }}--> {{# } }}-->
<a class="layui-btn layui-btn-xs" lay-event="details">详情</a>
</script> </script>
</div> </div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册