diff --git a/safesite/templates/trouble.html b/safesite/templates/trouble.html
index 7550751a..d6fd83d4 100644
--- a/safesite/templates/trouble.html
+++ b/safesite/templates/trouble.html
@@ -114,7 +114,7 @@
{ field: 'ck', checkbox: true , width: 20},
{ field: 'yhnum', title: '编号', width: 100 },
{
- field: 'yhzt', title: '流程状态', width: 100, styler: function (value, row, index) {
+ field: 'yhzt', title: '流程状态', width: 60, styler: function (value, row, index) {
switch (value) {
case 0: return 'background-color:yellow;'; break;
case 1: return 'background-color:yellow;'; break;
@@ -150,7 +150,7 @@
{ field: 'todouser__userid', hidden: true },
{ field: 'sybzt', hidden: true },
{
- field: 'shresult', title: '隐患状态', width: 100, styler: function (value, row, index) {
+ field: 'shresult', title: '隐患状态', width: 80, styler: function (value, row, index) {
switch (value) {
case 1: return ''; break;
case 2: return 'color:red;font-weight:bold'; break;