task#14072,后台进入没有返回按钮,终止原因放进弹框
This commit is contained in:
@ -61,7 +61,7 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
if(urlParams.get('id')){//后台进入此页面没有返回按钮
|
||||
if(urlParams.get('status')){//后台进入此页面没有返回按钮
|
||||
this.isShowBackBtn=false
|
||||
}else{
|
||||
this.isShowBackBtn=true
|
||||
@ -159,10 +159,10 @@ export default {
|
||||
.navBar{
|
||||
height: 46px;
|
||||
}
|
||||
.listWrap{
|
||||
/*.listWrap{
|
||||
height: calc(100% - 100px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}*/
|
||||
.listItem{
|
||||
padding: 11px 28px 11px 23px;
|
||||
div{
|
||||
|
Reference in New Issue
Block a user