diff --git a/app/home/view/index/main.html b/app/home/view/index/main.html index ae1b2b3..611fe12 100644 --- a/app/home/view/index/main.html +++ b/app/home/view/index/main.html @@ -380,7 +380,7 @@ } }, {field: 'status', title: '状态', align: 'center', width: 80, templet: function (d) { - var html = '' + d.status_name + ''; + var html = '' + d.status_name + ''; return html; } }, @@ -401,7 +401,7 @@ } }, {field: 'flow_status', title: '状态', align: 'center', width: 80, templet: function (d) { - var html = '' + d.flow_name + ''; + var html = '' + d.flow_name + ''; return html; } },