فهرست منبع

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

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"