|
@@ -148,7 +148,7 @@ export default {
|
|
|
suplierListColumns: [
|
|
|
{
|
|
|
title: '供应商编码',
|
|
|
- width: 220,
|
|
|
+ width: 130,
|
|
|
dataIndex: 'supplierCode',
|
|
|
className: 'replacecolor',
|
|
|
scopedSlots: { customRender: 'supplierCode' },
|
|
@@ -184,7 +184,7 @@ export default {
|
|
|
{
|
|
|
title: '供应商状态',
|
|
|
dataIndex: 'supplierState',
|
|
|
- width: 120,
|
|
|
+ width: 170,
|
|
|
className: 'replacecolor' ,
|
|
|
scopedSlots: { customRender: 'supplierState' },
|
|
|
},
|