This commit is contained in:
2023-11-17 10:58:18 +08:00
parent 5eded73953
commit 1ec8b0bf34

View File

@@ -30,8 +30,8 @@
</table>
</div>
<div class="buttons_wrapper">
<button class="button_control button_control_disabled" @click="toUp(dataList, selectIndex)"><p>任务上移</p></button>
<button class="button_control button_control_disabled" @click="toDown(dataList, selectIndex)"><p>任务下移</p></button>
<!-- <button class="button_control button_control_disabled" @click="toUp(dataList, selectIndex)"><p>任务上移</p></button> -->
<!-- <button class="button_control button_control_disabled" @click="toDown(dataList, selectIndex)"><p>任务下移</p></button> -->
<button class="button_control button_control_disabled" @click="toDel(selectIndex)"><p>任务取消</p></button>
<button class="button_control" @click="updateTask"><p>任务提交</p></button>
</div>