Browse Source

修改待办工作和已办工作页面,将返回首页改为关闭,只关闭本页面即可

master
yunuo970428 3 years ago
parent
commit
1dacd0e73e
  1. 3
      anrui-system-ui/src/views/flow/doneList.vue
  2. 3
      anrui-system-ui/src/views/flow/todoList.vue

3
anrui-system-ui/src/views/flow/doneList.vue

@ -2,7 +2,8 @@
<div class="app-container">
<div class="tab-header webtop">
<div>
<router-link tag='a' :to="'/home'">&nbsp;返回首页</router-link>
<!-- <router-link tag='a' :to="'/home'">&nbsp;返回首页</router-link>-->
<a href="javascript:window.opener=null;window.open('','_self');window.close();" class="text-center">关闭</a>
</div>
</div>
<div class="searchcon">

3
anrui-system-ui/src/views/flow/todoList.vue

@ -2,7 +2,8 @@
<div class="app-container">
<div class="tab-header webtop">
<div>
<router-link tag='a' :to="'/home'">&nbsp;返回首页</router-link>
<!-- <router-link tag='a' :to="'/home'">&nbsp;返回首页</router-link>-->
<a href="javascript:window.opener=null;window.open('','_self');window.close();" class="text-center">关闭</a>
</div>
</div>
<div class="searchcon">

Loading…
Cancel
Save