“事项名称”改成“文件名称”

“审批事项内容”改成“留言备注”,放到上传文件下面
This commit is contained in:
lijiaqi 2022-08-05 15:18:22 +08:00
parent 429de207af
commit 148d4d3815
3 changed files with 8 additions and 6 deletions

View File

@ -14,8 +14,8 @@
<div class="box-body">
<div class="form-unit">基本信息</div>
<act:title title="" fields="2"/>
<act:input text="事项名称" name="title" required="true" col="2"/>
<act:input text="内容" name="content" as="textarea" col="2" required="true" rows="8"/>
<act:input text="文件名称" name="title" required="true" col="2"/>
<!--<div class="row">
<div class="col-xs-12">
@ -88,6 +88,8 @@
</div>
<!--files-->
<act:input text="留言备注" name="content" as="textarea" col="2" required="true" rows="8"/>
<div class="form-unit">审批人员</div>
<div class="pl10 pb20">
<div style="margin-bottom: 10px;margin-top: -10px;">

View File

@ -21,7 +21,7 @@
<act:form id="searchForm" action="${ctx}/rddb/audit/list" method="post" class="form-inline hide">
<div class="form-group">
<label class="control-label">事项名称</label>
<label class="control-label">文件名称</label>
<div class="control-inline">
<act:text name="title" maxlength="50"/>
</div>
@ -52,7 +52,7 @@
rownumWidth: 50,
showCheckbox: false,
columnModel: [
{header: '事项名称', name: 'title', index: 'title', width: 250, align: "center"},
{header: '文件名称', name: 'title', index: 'title', width: 250, align: "center"},
{header: '创建时间', name: 'createdAt', index: 'createdAt', width: 200, align: "center"},
{
header: '状态',

View File

@ -15,7 +15,7 @@
<div class="col-xs-12 col-sm-12">
<div class="form-group">
<label class="control-label col-sm-1">
事项名称:
文件名称:
</label>
<div class="col-sm-10">
<span style="vertical-align: sub;">
@ -30,7 +30,7 @@
<div class="col-xs-12">
<div class="form-group">
<label class="control-label col-sm-1">
内容
留言备注
</label>
<!--<div class="col-sm-10">
<input id="content" name="content" value='${audit.content!}' type="hidden">