|
@@ -96,6 +96,7 @@
|
|
<!-- getCheckboxProps: getCheckboxProps -->
|
|
<!-- getCheckboxProps: getCheckboxProps -->
|
|
<a slot="unitName" slot-scope="text, record" @click="toDetail(record)" :title="text">
|
|
<a slot="unitName" slot-scope="text, record" @click="toDetail(record)" :title="text">
|
|
<span
|
|
<span
|
|
|
|
+ :title="text"
|
|
style="display:block;width:250px !important;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;">
|
|
style="display:block;width:250px !important;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;">
|
|
{{ text }}</span>
|
|
{{ text }}</span>
|
|
|
|
|
|
@@ -112,6 +113,12 @@
|
|
<span slot="status" slot-scope="text">{{ text | status }}</span>
|
|
<span slot="status" slot-scope="text">{{ text | status }}</span>
|
|
<span slot="putStatus" slot-scope="text">{{ text | putStatus }}</span>
|
|
<span slot="putStatus" slot-scope="text">{{ text | putStatus }}</span>
|
|
<span slot="createChannel" slot-scope="text">{{ text | createChannel }}</span>
|
|
<span slot="createChannel" slot-scope="text">{{ text | createChannel }}</span>
|
|
|
|
+ <span slot="reviewDetail" slot-scope="text">
|
|
|
|
+ <span
|
|
|
|
+ :title="text"
|
|
|
|
+ style="margin:0;display:block;width:300px !important;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;">
|
|
|
|
+ {{ text }}</span>
|
|
|
|
+ </span>
|
|
<span slot="bidType" slot-scope="text, record">
|
|
<span slot="bidType" slot-scope="text, record">
|
|
<!-- {{ text | bidType }} -->
|
|
<!-- {{ text | bidType }} -->
|
|
{{ record.ocpxActionType | ocpxActionType }}</span>
|
|
{{ record.ocpxActionType | ocpxActionType }}</span>
|
|
@@ -405,7 +412,10 @@
|
|
{
|
|
{
|
|
title: '审核拒绝理由',
|
|
title: '审核拒绝理由',
|
|
align: 'center',
|
|
align: 'center',
|
|
- dataIndex: 'reviewDetail'
|
|
|
|
|
|
+ dataIndex: 'reviewDetail',
|
|
|
|
+ scopedSlots: {
|
|
|
|
+ customRender: 'reviewDetail'
|
|
|
|
+ }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '出价类型',
|
|
title: '出价类型',
|