Kaynağa Gözat

评教功能 - 已评提示

新疆影视学院高职
ndbs 2 yıl önce
ebeveyn
işleme
5b24fc052b
1 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. +4
    -3
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EvaluationTeach/list.vue

+ 4
- 3
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EvaluationTeach/list.vue Dosyayı Görüntüle

@@ -161,7 +161,6 @@ export default {
},
'加载数据时出错'
)
if (!result) { return }
this.total = result.total
@@ -207,8 +206,10 @@ export default {
},
// 点击「编辑」、「查看」、「添加」、「删除」按钮
async action(type, item) {
this.NAV_TO(`./single?type=view&id=${item.VID}&EmpNo=${item.EmpNo}&LessonNo=${item.LessonNo}`)
async action(type, item) {
if (item.UID != undefined && item.UID !== '') {
this.TOAST('当前项已评价!');
}
},
// 显示列表中的标题项


Yükleniyor…
İptal
Kaydet