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()"> - 添加 + 添加