|
|
@@ -130,7 +130,7 @@
|
|
|
:dataSource="dataSource"
|
|
|
:pagination="ipagination"
|
|
|
:loading="loading"
|
|
|
- :scroll="{ x: 1930}"
|
|
|
+ :scroll="{ x: 1900}"
|
|
|
@change="handleTableChange">
|
|
|
|
|
|
<span slot="action1" slot-scope="text, record">
|
|
|
@@ -152,11 +152,9 @@
|
|
|
|
|
|
<span slot="action5" slot-scope="text,scope,index">
|
|
|
{{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>
|
|
|
+ <a-icon type="eye" :style="{color:'#1890FF',float:'right'}" v-show="scope.isMobileDisplay" @click="changeDisplay(scope,index)"/>
|
|
|
+ <a-icon type="eye-invisible" :style="{color:'#8e8e8e',float:'right'}" v-show="!scope.isMobileDisplay" @click="changeDisplay(scope,index)"/>
|
|
|
+ </span>
|
|
|
|
|
|
<span slot="action4" slot-scope="text, record">
|
|
|
<j-ellipsis :value="record.remark" :length="10"/>
|
|
|
@@ -295,7 +293,7 @@
|
|
|
{
|
|
|
title:'状态',
|
|
|
align:"left",
|
|
|
- width: 150,
|
|
|
+ width: 120,
|
|
|
dataIndex: 'isOn',
|
|
|
customRender:function (value,record) {
|
|
|
|