|
@@ -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>
|
|
|
|