From 3afcbbe75a8dccdb0880e78b071907a23ada6788 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期一, 04 十二月 2023 09:59:05 +0800 Subject: [PATCH] 添加上报时间 --- src/main/resources/templates/tr/hiddenDangerCheck/dangerAccept/dangerAccept.html | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/resources/templates/tr/hiddenDangerCheck/dangerAccept/dangerAccept.html b/src/main/resources/templates/tr/hiddenDangerCheck/dangerAccept/dangerAccept.html index eac5f62..b2176cb 100644 --- a/src/main/resources/templates/tr/hiddenDangerCheck/dangerAccept/dangerAccept.html +++ b/src/main/resources/templates/tr/hiddenDangerCheck/dangerAccept/dangerAccept.html @@ -17,6 +17,7 @@ <li> <label>验收状态:</label> <select name="acceptStatus"> + <option style="display: none"></option> <option value="0">未验收</option> <option value="1">验收通过</option> <option value="2">验收未通过</option> @@ -61,6 +62,10 @@ visible: false }, { + field: 'reportTime', + title: '上报时间' + }, + { field: 'checkType', title: '排查方式', formatter: function (value, row, index) { -- Gitblit v1.9.2