From e0f82ed6833f63c7aab924ca46c2c698f96be18e Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 01 十二月 2023 16:23:12 +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