Selaa lähdekoodia

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

zhangjie 2 vuotta sitten
vanhempi
commit
18767da03e
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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"