|
@@ -25,13 +25,14 @@
|
|
|
</el-form>-->
|
|
|
<div class="top bg-white">
|
|
|
<!-- <vxe-toolbar :refresh="{query: refreshList}" export print custom></vxe-toolbar>-->
|
|
|
- <span>我的待办({{tablePage.total}})
|
|
|
- <a @click="toPendingList()">
|
|
|
- <span style="margin-left: 450px">更多</span>
|
|
|
- <i class="fa fa-angle-right">
|
|
|
- </i>
|
|
|
- </a>
|
|
|
- </span>
|
|
|
+ <div style="height: 18px" >
|
|
|
+ <span>我的待办({{tablePage.total}})</span>
|
|
|
+
|
|
|
+ <div style="float:right;align-items:center;display:flex;height: 18px">
|
|
|
+ <el-button type="text" style="float:right" @click="toPendingList()">更多>></el-button>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div style="height: calc(100% - 80px);margin-top: 15px">
|
|
|
<vxe-table
|
|
|
border="inner"
|
|
@@ -116,14 +117,15 @@
|
|
|
</el-form-item>
|
|
|
</el-form>-->
|
|
|
<div class="top bg-white">
|
|
|
- <span>我的通告({{noticePage.total}})
|
|
|
- <a @click="toNotice()">
|
|
|
- <span style="margin-left: 450px">更多</span>
|
|
|
- <i class="fa fa-angle-right">
|
|
|
- </i>
|
|
|
- </a>
|
|
|
+ <div style="height: 18px" >
|
|
|
+ <span>我的通告({{noticePage.total}})</span>
|
|
|
+
|
|
|
+ <div style="float:right;align-items:center;display:flex;height: 18px">
|
|
|
+ <el-button type="text" style="float:right" @click="toNotice()">更多>></el-button>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
- </span>
|
|
|
<!-- <vxe-toolbar :refresh="{query: refreshList}" export print custom></vxe-toolbar>-->
|
|
|
<div style="height: calc(100% - 80px);margin-top: 15px">
|
|
|
<vxe-table
|