开始时间改为选定会议时间
This commit is contained in:
parent
9c91316785
commit
9c30abb3b1
|
@ -13,7 +13,7 @@
|
|||
<div class="box-body">
|
||||
<act:title title="基本信息" fields="6"/>
|
||||
<act:input text="会议名称" name="title" required="true"/>
|
||||
<act:input text="开始时间" name="startTime" as="date" format="yyyy-MM-dd HH:mm:ss" required="true"/>
|
||||
<act:input text="选定会议时间" name="startTime" as="date" format="yyyy-MM-dd HH:mm:ss" required="true"/>
|
||||
<act:input text="会议地址" name="address" required="true" col="2"/>
|
||||
<act:input text="会议内容" name="content" as="textarea" required="true" col="2"/>
|
||||
<act:input text="会议文件类型" name="category" as="select" dictType="conference_attachment_category"
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
{header: '会议名称', name: 'title', index: 'title', width: 250, align: "center"},
|
||||
{header: '会议地址', name: 'address', index: 'address', width: 250, align: "center"},
|
||||
{header: '发起人', name: 'createdUser', index: 'createdUser', width: 200, align: "center"},
|
||||
{header: '开始时间', name: 'startTime', index: 'startTime', width: 200, align: "center"},
|
||||
{header: '选定会议时间', name: 'startTime', index: 'startTime', width: 200, align: "center"},
|
||||
{
|
||||
header: '操作',
|
||||
name: 'actions',
|
||||
|
|
Loading…
Reference in New Issue