双重预防项目-国泰新华二开定制版
heheng
2025-04-15 7be0d5b901b999d2347774df3cc1a64927838bb3
src/main/resources/templates/tr/hiddenDangerCheck/dangerAccept/dangerAccept.html
@@ -136,7 +136,14 @@
                },
                {
                    field: 'acceptCreateTime',
                    title: '验收时间'
                    title: '验收时间',
                    formatter: function (value, item, index) {
                        if(value == null){
                            return ''
                        }else{
                            return value.substring(0,10)
                        }
                    }
                },
                {
                    field: 'acceptUserName',