@@ -181,13 +181,13 @@
{
title: '国家(country)',
key: 'country',
- dataIndex: 'country',
+ dataIndex: 'country_dictText',
align: 'center',
},
title: '付款条件(payment terms)',
key: 'paymentTerms',
- dataIndex: 'paymentTerms',
+ dataIndex: 'paymentTerms_dictText',
// customRender:function (t, r, index) {
// if(t.text==1){
@@ -57,12 +57,12 @@ export const columns: BasicColumn[] = [
title: '币种(currency)',
- dataIndex: 'currency',
+ dataIndex: 'currency_dictText',
width: 200,