|
@@ -15,7 +15,7 @@
|
|
bordered>
|
|
bordered>
|
|
</s-table>
|
|
</s-table>
|
|
<div style="padding-top: 15px;">
|
|
<div style="padding-top: 15px;">
|
|
- <a-button @click="viewMore" block type="primary" ghost>查看更多{{onlineFalg==1?'新品':'下线产品'}}</a-button>
|
|
|
|
|
|
+ <a-button @click="viewMore" block type="primary" ghost>查看更多{{ onlineFalg==1?'新品':'下线产品' }}</a-button>
|
|
</div>
|
|
</div>
|
|
</a-spin>
|
|
</a-spin>
|
|
</div>
|
|
</div>
|
|
@@ -67,7 +67,7 @@ export default {
|
|
{ title: '单位', dataIndex: 'unit', width: 60, align: 'center', customRender: function (text) { return text || '--' } }
|
|
{ title: '单位', dataIndex: 'unit', width: 60, align: 'center', customRender: function (text) { return text || '--' } }
|
|
]
|
|
]
|
|
if (this.onlineFalg == '1') {
|
|
if (this.onlineFalg == '1') {
|
|
- arr.push({ title: '上线时间', dataIndex: 'onlineAuditTime', width: 140, align: 'center', customRender: function (text) { return text || '--' } })
|
|
|
|
|
|
+ arr.push({ title: '上线时间', dataIndex: 'auditTime', width: 140, align: 'center', customRender: function (text) { return text || '--' } })
|
|
} else if (this.onlineFalg == '0') {
|
|
} else if (this.onlineFalg == '0') {
|
|
arr.push({ title: '下线时间', dataIndex: 'offlineAuditTime', width: 140, align: 'center', customRender: function (text) { return text || '--' } })
|
|
arr.push({ title: '下线时间', dataIndex: 'offlineAuditTime', width: 140, align: 'center', customRender: function (text) { return text || '--' } })
|
|
}
|
|
}
|