|
@@ -20,14 +20,14 @@
|
|
|
<div class="bothList_left">
|
|
|
<div class="commonTitle clearfix">
|
|
|
<div class="commonTitle_left">公文列表</div>
|
|
|
- <div class="commonTitle_right" @click="toMore('gwlb')">更多></div>
|
|
|
+<!-- <div class="commonTitle_right">更多></div>-->
|
|
|
</div>
|
|
|
<div class="table">
|
|
|
<el-table ref="multipleSelection" :data="tableData" tooltip-effect="dark" style="width: 100%" >
|
|
|
<el-table-column type="selection" width="50" align="center"> </el-table-column>
|
|
|
<el-table-column label="标题" show-overflow-tooltip>
|
|
|
<template slot-scope="scope" >
|
|
|
- <div class="blueText" @click="toDetail(scope.row)"> {{ scope.row.xgg_bt }}</div>
|
|
|
+ <div class="blueText"> {{ scope.row.xgg_bt }}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="类型">
|
|
@@ -41,7 +41,7 @@
|
|
|
<div class="bothList_right">
|
|
|
<div class="commonTitle clearfix">
|
|
|
<div class="commonTitle_left">关注列表</div>
|
|
|
- <div class="commonTitle_right" @click="toMore('gzlb')">更多></div>
|
|
|
+<!-- <div class="commonTitle_right">更多></div>-->
|
|
|
</div>
|
|
|
<div class="table">
|
|
|
<el-table
|
|
@@ -53,7 +53,7 @@
|
|
|
<el-table-column type="selection" width="50" align="center"> </el-table-column>
|
|
|
<el-table-column label="标题" show-overflow-tooltip>
|
|
|
<template slot-scope="scope" >
|
|
|
- <div class="blueText" @click="toDetail(scope.row)"> {{ scope.row.xgg_bt}}</div>
|
|
|
+ <div class="blueText"> {{ scope.row.xgg_bt}}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|