Commit 09afb880 by xuxueli

optimize

parent 0d1925fc
...@@ -46,11 +46,11 @@ $(function() { ...@@ -46,11 +46,11 @@ $(function() {
{ {
"data": 'jobDesc', "data": 'jobDesc',
"visible" : true, "visible" : true,
"width":'20%' "width":'25%'
}, },
{ {
"data": 'glueType', "data": 'glueType',
"width":'20%', "width":'25%',
"visible" : true, "visible" : true,
"render": function ( data, type, row ) { "render": function ( data, type, row ) {
var glueTypeTitle = findGlueTypeTitle(row.glueType); var glueTypeTitle = findGlueTypeTitle(row.glueType);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment