소스 검색

命题老师可以编辑课程属性

zhangjie 2 년 전
부모
커밋
18767da03e
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/modules/questions/views/PropertyInfo.vue

+ 1 - 2
src/modules/questions/views/PropertyInfo.vue

@@ -39,7 +39,7 @@
       </el-form>
 
       <div class="part-box-action">
-        <div v-if="!IS_ASSIGN_TEACHER">
+        <div>
           <el-button
             type="primary"
             icon="icon icon-plus-white"
@@ -103,7 +103,6 @@
         :props="defaultProps"
         :default-expanded-keys="ids"
         highlight-current
-        :show-checkbox="!IS_ASSIGN_TEACHER"
         :check-strictly="true"
         @node-click="handleNodeClick"
         @check="checkChange"