From 0222a26313f01e60ebf23fe0d950ab9a73a3123f Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 20 Feb 2023 08:53:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/AppCurriculumManage/AppCurriculumManage.vue | 5 +++-- .../app/AppCurriculumManage/components/Comment.vue | 2 +- .../app/AppCurriculumManage/components/List.vue | 13 +++++++------ .../AppExaminationManage/AppExaminationManage.vue | 5 +++-- .../app/AppExaminationManage/components/List.vue | 13 +++++++------ .../qujing/app/AppQuestionBank/AppQuestionBank.vue | 5 +++-- .../qujing/app/AppQuestionBank/components/List.vue | 11 ++++++----- 7 files changed, 30 insertions(+), 24 deletions(-) diff --git a/project/qujing/app/AppCurriculumManage/AppCurriculumManage.vue b/project/qujing/app/AppCurriculumManage/AppCurriculumManage.vue index bc242399..76a40d15 100644 --- a/project/qujing/app/AppCurriculumManage/AppCurriculumManage.vue +++ b/project/qujing/app/AppCurriculumManage/AppCurriculumManage.vue @@ -1,7 +1,7 @@ @@ -18,7 +18,8 @@ props: { instance: Function, - dict: Object + dict: Object, + permissions: Function }, data () { diff --git a/project/qujing/app/AppCurriculumManage/components/Comment.vue b/project/qujing/app/AppCurriculumManage/components/Comment.vue index 4cd7fc73..9f08e62f 100644 --- a/project/qujing/app/AppCurriculumManage/components/Comment.vue +++ b/project/qujing/app/AppCurriculumManage/components/Comment.vue @@ -21,7 +21,7 @@ diff --git a/project/qujing/app/AppCurriculumManage/components/List.vue b/project/qujing/app/AppCurriculumManage/components/List.vue index 2584f044..92e5a894 100644 --- a/project/qujing/app/AppCurriculumManage/components/List.vue +++ b/project/qujing/app/AppCurriculumManage/components/List.vue @@ -13,7 +13,7 @@ :selectList="dict.getDict('qjExamineStatus')" @change="search.current = 1, getList()"> - 添加 + 添加