Commit dab7111a authored by 盖献康's avatar 盖献康

feat: bug(70563) - 我发起的任务,编辑任务增加取消按钮

parent e3b5f7ac
......@@ -4,6 +4,10 @@
<div class="tip-navigation">
<div class="tip"></div>
<div class="tip-title">任务信息</div>
<div class="left-back" @click="backPage">
<icon-park type="left" size="14" fill="#1a6fd7" />
<span class="return-button">取消</span>
</div>
</div>
<div class="global-left-margin">
<el-row :gutter="20">
......@@ -998,6 +1002,9 @@ export default {
// 去掉一个数组最后一个对象
this.tableData.pop()
},
backPage() {
this.$router.go(-1)
},
/**
* 添加小组成员点击按钮
*/
......@@ -1232,6 +1239,17 @@ export default {
font-weight: 700;
color: #1a6fd7;
}
.left-back {
position: absolute;
right: 2%;
display: flex;
color: #1a6fd7;
cursor: pointer;
.return-button {
padding-left: 7px;
}
}
}
.sortable-handle {
......
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