Browse Source

掌上评教

新疆影视学院高职
ndbs 2 years ago
parent
commit
0be64e25ea
3 changed files with 7 additions and 7 deletions
  1. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
  2. +0
    -0
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EvaluationTeach/list.vue
  3. +5
    -5
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EvaluationTeach/single.vue

+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json View File

@@ -601,13 +601,13 @@
}, },
//掌上评教 //掌上评教
{ {
"path": "pages/EducationalAdministration/EvaluationTeach/list",
"path": "pages/EvaluationTeach/list",
"style": { "style": {
"navigationBarTitleText": "课程列表" "navigationBarTitleText": "课程列表"
} }
}, },
{ {
"path": "pages/EducationalAdministration/EvaluationTeach/single",
"path": "pages/EvaluationTeach/single",
"style": { "style": {
"navigationBarTitleText": "评教" "navigationBarTitleText": "评教"
} }


Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/EvaluationTeach/list.vue → Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EvaluationTeach/list.vue View File


Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/EvaluationTeach/single.vue → Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EvaluationTeach/single.vue View File

@@ -88,10 +88,10 @@ export default {
// 表单项数据结构 // 表单项数据结构
scheme: { scheme: {
JournalSend: { JournalSend: {
JTitle: { type: 'text', title: '日志主题' },
JTypeId: { type: 'select', title: '日志类型', dataSource: '0' },
JReceiveId: { type: 'organize', title: '接收人', dataType: 'user' },
JContent: { type: 'textarea', title: '日志内容' },
JTitle: { type: 'text' },
JTypeId: { type: 'select' },
JReceiveId: { type: 'organize'},
JContent: { type: 'textarea' },
}, },
}, },
@@ -137,8 +137,8 @@ export default {
this.origin = await this.getDefaultForm() this.origin = await this.getDefaultForm()
} else { } else {
const result = await this.HTTP_GET('learun/adms/eval/paper', {VID:this.id}) const result = await this.HTTP_GET('learun/adms/eval/paper', {VID:this.id})
console.log(result);
this.origin = await this.formatFormData(result) this.origin = await this.formatFormData(result)
console.log(result,"result")
} }
this.current = this.COPY(this.origin) this.current = this.COPY(this.origin)
}, },

Loading…
Cancel
Save