|
|
@@ -130,7 +130,7 @@
|
|
|
:dataSource="dataSource"
|
|
|
:pagination="ipagination"
|
|
|
:loading="loading"
|
|
|
- :scroll="{ x: 1910}"
|
|
|
+ :scroll="{ x: 1930}"
|
|
|
@change="handleTableChange">
|
|
|
|
|
|
<span slot="action1" slot-scope="text, record">
|
|
|
@@ -151,10 +151,11 @@
|
|
|
</span>
|
|
|
|
|
|
<span slot="action5" slot-scope="text,scope,index">
|
|
|
- {{text}} <a-button type="link" @click="changeDisplay(scope,index)">
|
|
|
- <a-icon type="eye" v-show="scope.isMobileDisplay"/>
|
|
|
- <a-icon type="eye-invisible" :style="{color:'#8e8e8e'}" v-show="!scope.isMobileDisplay"/>
|
|
|
- </a-button>
|
|
|
+ {{text}}
|
|
|
+ <a-button type="link" @click="changeDisplay(scope,index)" style="padding: 0 0 0 4px;float: right">
|
|
|
+ <a-icon type="eye" v-show="scope.isMobileDisplay"/>
|
|
|
+ <a-icon type="eye-invisible" :style="{color:'#8e8e8e'}" v-show="!scope.isMobileDisplay"/>
|
|
|
+ </a-button>
|
|
|
</span>
|
|
|
|
|
|
<span slot="action4" slot-scope="text, record">
|
|
|
@@ -314,7 +315,7 @@
|
|
|
{
|
|
|
title:'发布人',
|
|
|
align:"left",
|
|
|
- width: 200,
|
|
|
+ width: 220,
|
|
|
dataIndex: 'companyName',
|
|
|
scopedSlots: { customRender: 'action5' },
|
|
|
},
|