master
xuxueli 5 years ago
parent 0d1925fcbb
commit 09afb8800e
  1. 4
      xxl-job-admin/src/main/resources/static/js/jobinfo.index.1.js

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

Loading…
Cancel
Save