diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
index 7d231b5e7..71dcc9f2c 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
@@ -981,6 +981,18 @@
"navigationBarTitleText": "详情"
}
},
+ {
+ "path": "pages/PersonnelManagement/MeetingMy/list",
+ "style": {
+ "navigationBarTitleText": "我的会议"
+ }
+ },
+ {
+ "path": "pages/PersonnelManagement/MeetingMy/single",
+ "style": {
+ "navigationBarTitleText": "详情"
+ }
+ },
{
"path": "pages/PersonnelManagement/MeetingSignInScan/list",
"style": {
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingMy/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingMy/list.vue
new file mode 100644
index 000000000..1a2b42a8f
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingMy/list.vue
@@ -0,0 +1,380 @@
+
+
+
+
+
+ {{
+ tips
+ }}
+
+
+
+
+
+
+
+ 会议主题:
+ {{ displayListItem(item, "MeetingTitle") }}
+
+
+
+ 会议地点:
+ {{ displayListItem(item, "MeetingPlace") }}
+
+
+
+ 开始时间:
+ {{ displayListItem(item, "BeginTime") }}
+
+
+
+ 结束时间:
+ {{ displayListItem(item, "EndTime") }}
+
+
+
+ 申请人:
+ {{ displayListItem(item, "CreateUser") }}
+
+
+
+ 会议记录者:
+ {{ displayListItem(item, "RecordPerson") }}
+
+
+
+ 会议内容:
+ {{ displayListItem(item, "Content") }}
+
+
+
+ 附件上传:
+ {{ displayListItem(item, "Files") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置查询条件
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingMy/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingMy/single.vue
new file mode 100644
index 000000000..0c57ac63f
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingMy/single.vue
@@ -0,0 +1,248 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提交保存
+
+
+ 编辑本页
+
+
+ 取消编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+