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 @@ - {{ row.isShow === '1' ? '隐藏' : '显示' }} + {{ row.isShow === '1' ? '隐藏' : '显示' }} 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()"> - 添加 + 添加 - 审核 - 编辑 - 详情 - 下架 + 审核 + 编辑 + 详情 + 下架 @@ -79,7 +79,8 @@ props: { instance: Function, - dict: Object + dict: Object, + permissions: Function }, data () { diff --git a/project/qujing/app/AppExaminationManage/AppExaminationManage.vue b/project/qujing/app/AppExaminationManage/AppExaminationManage.vue index 062b3a20..77bfbdf5 100644 --- a/project/qujing/app/AppExaminationManage/AppExaminationManage.vue +++ b/project/qujing/app/AppExaminationManage/AppExaminationManage.vue @@ -1,7 +1,7 @@ - + @@ -17,7 +17,8 @@ props: { instance: Function, - dict: Object + dict: Object, + permissions: Function }, data () { diff --git a/project/qujing/app/AppExaminationManage/components/List.vue b/project/qujing/app/AppExaminationManage/components/List.vue index ea8baaee..86ade266 100644 --- a/project/qujing/app/AppExaminationManage/components/List.vue +++ b/project/qujing/app/AppExaminationManage/components/List.vue @@ -13,7 +13,7 @@ :selectList="dict.getDict('qjEIStatus')" @change="search.current = 1, getList()"> - 添加 + 添加 - 审核 - 编辑 - 详情 - 下架 + 审核 + 编辑 + 详情 + 下架 @@ -76,7 +76,8 @@ props: { instance: Function, - dict: Object + dict: Object, + permissions: Function }, data () { diff --git a/project/qujing/app/AppQuestionBank/AppQuestionBank.vue b/project/qujing/app/AppQuestionBank/AppQuestionBank.vue index f69f33c6..bbd98b73 100644 --- a/project/qujing/app/AppQuestionBank/AppQuestionBank.vue +++ b/project/qujing/app/AppQuestionBank/AppQuestionBank.vue @@ -1,7 +1,7 @@ - + @@ -17,7 +17,8 @@ props: { instance: Function, - dict: Object + dict: Object, + permissions: Function }, data () { diff --git a/project/qujing/app/AppQuestionBank/components/List.vue b/project/qujing/app/AppQuestionBank/components/List.vue index ad66faf4..518791f5 100644 --- a/project/qujing/app/AppQuestionBank/components/List.vue +++ b/project/qujing/app/AppQuestionBank/components/List.vue @@ -6,7 +6,7 @@ - 添加 + 添加 - 编辑 - 详情 - 删除 + 编辑 + 详情 + 删除 @@ -49,7 +49,8 @@ props: { instance: Function, - dict: Object + dict: Object, + permissions: Function }, data () {