Parcourir la source

掌上评教

新疆影视学院高职
ndbs il y a 2 ans
Parent
révision
0be64e25ea
3 fichiers modifiés avec 7 ajouts et 7 suppressions
  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 Voir le fichier

@@ -601,13 +601,13 @@
},
//掌上评教
{
"path": "pages/EducationalAdministration/EvaluationTeach/list",
"path": "pages/EvaluationTeach/list",
"style": {
"navigationBarTitleText": "课程列表"
}
},
{
"path": "pages/EducationalAdministration/EvaluationTeach/single",
"path": "pages/EvaluationTeach/single",
"style": {
"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 Voir le fichier


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 Voir le fichier

@@ -88,10 +88,10 @@ export default {
// 表单项数据结构
scheme: {
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()
} else {
const result = await this.HTTP_GET('learun/adms/eval/paper', {VID:this.id})
console.log(result);
this.origin = await this.formatFormData(result)
console.log(result,"result")
}
this.current = this.COPY(this.origin)
},

Chargement…
Annuler
Enregistrer