调整顺序

This commit is contained in:
2023-11-17 16:00:51 +08:00
parent 1ec8b0bf34
commit bd80cd26d9

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>
@@ -86,47 +86,6 @@ export default {
down: false,
del: false,
dataList: []
// dataList: [
// {
// task_uuid: '01'
// },
// {
// task_uuid: '02'
// },
// {
// task_uuid: '03'
// },
// {
// task_uuid: '04'
// },
// {
// task_uuid: '05'
// },
// {
// task_uuid: '06'
// },
// {
// task_uuid: '07'
// },
// {
// task_uuid: '08'
// },
// {
// task_uuid: '09'
// },
// {
// task_uuid: '10'
// },
// {
// task_uuid: '11'
// },
// {
// task_uuid: '12'
// },
// {
// task_uuid: '13'
// }
// ]
}
},
created () {