This commit is contained in:
xuxueli 2019-07-06 19:50:41 +08:00
parent 0d1925fcbb
commit 09afb8800e
1 changed files with 2 additions and 2 deletions

View File

@ -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);