From 1e1ed8330b019665b7326135c1432df5ec967796 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 22 Dec 2020 22:44:37 +0800 Subject: [PATCH] =?UTF-8?q?examtest=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- safesite/templates/examtest.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/safesite/templates/examtest.html b/safesite/templates/examtest.html index d20f972b..4506b6a0 100644 --- a/safesite/templates/examtest.html +++ b/safesite/templates/examtest.html @@ -3,15 +3,15 @@
- - + - + 查询 @@ -89,7 +89,7 @@ { field: 'state', title: '状态', width: 40,styler: function (value, row, index) { switch (value) { case 0: return 'background-color:yellow;'; break; - case 1: return 'background-color:green;'; break; + case 1: return 'background-color:green;color:white'; break; } },formatter: function (value, row, index) { switch (value) {