|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
<div class="select-list">
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
<label>主题:</label>
|
|
|
|
|
<label>会议主题:</label>
|
|
|
|
|
<input type="text" name="meetingTitle"/>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
@ -83,11 +83,11 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'meetingTitle',
|
|
|
|
|
title: '主题',
|
|
|
|
|
title: '会议主题',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'meetingTime',
|
|
|
|
|
title: '时间',
|
|
|
|
|
title: '会议时间',
|
|
|
|
|
formatter: function(value, row, index) {
|
|
|
|
|
if (value !== null){
|
|
|
|
|
// 将字符串转换为日期对象
|
|
|
|
@ -102,7 +102,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'meetingAddress',
|
|
|
|
|
title: '地点',
|
|
|
|
|
title: '会议地点',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'meetingUsernum',
|
|
|
|
|