From dace32c5f8caa44dcf0e0c5c7700b2dacf98120d Mon Sep 17 00:00:00 2001
From: zhichao lei <442149704@qq.com>
Date: Thu, 11 Mar 2021 13:02:07 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=88=91=E7=9A=84?=
=?UTF-8?q?=E4=BC=9A=E8=AE=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../LearunApp-2.2.0/pages.json | 12 +
.../PersonnelManagement/MeetingMy/list.vue | 380 ++++++++++++++++++
.../PersonnelManagement/MeetingMy/single.vue | 248 ++++++++++++
3 files changed, 640 insertions(+)
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingMy/list.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingMy/single.vue
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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提交保存
+
+
+ 编辑本页
+
+
+ 取消编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+