Commit 828802ea authored by 小费同学阿's avatar 小费同学阿 💬

feat(init): init

BREAKING CHANGE: init
parent 519fd5cc
......@@ -122,10 +122,10 @@
>
<template slot-scope="{ row }">
<div class="button-list">
<div class="button-item b1" @click="handleCeshi(row)">
<div class="button-item b1" @click="handleDetail(row)">
<i class="iconfont icon-kaishi"></i>
</div>
<div class="button-item b2">
<div class="button-item b2" @click="handleEdit(row)">
<i class="iconfont icon-fenxiang"></i>
</div>
<div class="button-item b3">
......@@ -166,6 +166,10 @@ export default {
handleDetail() {
this.$router.push({ path: '/task/task-detail' })
},
/* 跳转到任务编辑*/
handleEdit() {
this.$router.push({ path: '/task/edit' })
},
handleAdd() {},
handleDelete() {},
handleUpdate() {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment