1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| <!doctype html>
| <html class="no-js">
| <head>
| <meta charset="utf-8">
| <title>审核</title>
| [#include "/business/pages/include/static.html" /]
| [#include "/component/tabPlug.html" /]
| </head>
| <body>
| [#assign list]
| [
| {'id':'info','name':'审核信息','url':'${base}/business/pages/cfg/cfgDetail.html?id=${RequestParameters.id}','height':'900'},
| {'id':'record','name':'审核记录','url':'${base}/common/flowRecord.html?busId=${RequestParameters.busId}'}
| ]
| [/#assign]
| [@tab list=list/]
| </body>
| </html>
|
|