diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/Schedule/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/Schedule/list.vue index f912b10fa..ee81bd6cd 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/Schedule/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/Schedule/list.vue @@ -3,7 +3,7 @@ - {{ tips }} + {{ tips }} diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/Schedule/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/Schedule/single.vue index 7df8b50fc..803b1a083 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/Schedule/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/Schedule/single.vue @@ -2,27 +2,27 @@ @@ -86,7 +86,7 @@ export default { // 表单项数据结构 scheme: { - LR_OA_Schedule: { + Schedule: { F_StartDate: { type: 'datetime', title: '开始时间', dateformat: '1' }, F_EndDate: { type: 'datetime', title: '结束时间', dateformat: '1' }, F_Early: { type: 'text', title: '提前提醒', verify: 'NumOrNull' }, @@ -97,7 +97,7 @@ export default { // 数据源 dataSource: { - LR_OA_Schedule: { + Schedule: { }, } @@ -136,6 +136,7 @@ export default { } else { const result = await this.HTTP_GET('learun/adms/PersonnelManagement/Schedule/form', this.id) this.origin = await this.formatFormData(result) + console.log(this.origin) } this.current = this.COPY(this.origin) },