This commit is contained in:
qsh
2025-08-21 11:04:43 +08:00
parent cb2deeb142
commit 7df45d6703
8 changed files with 120 additions and 118 deletions

View File

@@ -67,6 +67,7 @@
<el-table-column prop="meetingSubject" label="会议主题" />
<el-table-column prop="startTime" label="会议时间" width="170px" />
<el-table-column prop="meetingRoom" label="会议地点" width="140px" />
<el-table-column prop="creatorName" label="发起人" width="100px" />
<el-table-column prop="expectEndTime" label="预计结束时间" width="170px" />
<el-table-column prop="expectUserName" label="预约参会人员" />
<el-table-column prop="actualUserName" label="实际参会人员" />