Commit 5afaabfc authored by 高滢's avatar 高滢

Merge remote-tracking branch 'origin/develop' into develop

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