lsc 1 year ago
parent
commit
2643fae94e
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/components/pages/addCourse.vue

+ 4 - 3
src/components/pages/addCourse.vue

@@ -453,9 +453,10 @@
                       ">
                       <img src="../../assets/icon/new/addStage.png" alt />
                     </div>
-                    <!-- <button class="c_pub_button_add" @click="openStageBox"
-                      v-if="steps == 3 && (userid == courseUserid || role == '1')"
-                      style="margin: 0 0 0 auto;">阶段顺序</button> -->
+                    <!-- v-if="steps == 3 && (userid == courseUserid || role == '1')" -->
+                    <button class="c_pub_button_add" @click="openStageBox"
+                      v-show="false"
+                      style="margin: 0 0 0 auto;">阶段顺序</button>
                     <button class="c_pub_button_add pub_btn_paste_img" @click="pasteTask" v-if="steps == 3 && isPasteTask" style="margin: 0 0 0 auto;">智能粘贴</button>
                   </div>