|
@@ -27,7 +27,7 @@
|
|
|
<!-- 不可导入数据 -->
|
|
|
<p class="red">不可导入数据{{ unLoadData.length }}条</p>
|
|
|
<a-table
|
|
|
- class="unTable"
|
|
|
+ class="sTable"
|
|
|
ref="unTable"
|
|
|
size="small"
|
|
|
:rowKey="(record) => record.errorDesc"
|
|
@@ -114,7 +114,7 @@ export default {
|
|
|
{ title: '市级价', dataIndex: 'cityPrice', width: '12%', align: 'center', customRender: text => ((text || text == 0) ? _this.toThousands(text) : '--') },
|
|
|
{ title: '特约价', dataIndex: 'specialPrice', width: '12%', align: 'center', customRender: text => ((text || text == 0) ? _this.toThousands(text) : '--') },
|
|
|
{ title: '退货单价说明', dataIndex: 'priceRemark', width: '30%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
- { title: '错误说明', scopedSlots: { customRender: 'errorMsg' }, width: '23%', align: 'center' }
|
|
|
+ { title: '错误说明', scopedSlots: { customRender: 'errorMsg' }, width: '13%', align: 'center' }
|
|
|
],
|
|
|
unLoadData: [],
|
|
|
loading: false
|