开始时间改为选定会议时间

This commit is contained in:
lijiaqi 2022-08-04 14:58:27 +08:00
parent 9c91316785
commit 9c30abb3b1
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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',