task
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user