调整顺序
This commit is contained in:
@@ -30,8 +30,8 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="buttons_wrapper">
|
<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="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="toDown(dataList, selectIndex)"><p>任务下移</p></button>
|
||||||
<button class="button_control button_control_disabled" @click="toDel(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>
|
<button class="button_control" @click="updateTask"><p>任务提交</p></button>
|
||||||
</div>
|
</div>
|
||||||
@@ -86,47 +86,6 @@ export default {
|
|||||||
down: false,
|
down: false,
|
||||||
del: false,
|
del: false,
|
||||||
dataList: []
|
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 () {
|
created () {
|
||||||
|
|||||||
Reference in New Issue
Block a user