|
|
@@ -158,9 +158,15 @@ class OrderList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
],
|
|
|
'COUNTRY' => [
|
|
|
'header' => \Yii::t('ctx', 'country'), // 国家
|
|
|
+ 'headerOther' => [
|
|
|
+ 'width' => '150',
|
|
|
+ ],
|
|
|
],
|
|
|
'CURRENCY' => [
|
|
|
'header' => \Yii::t('ctx', 'currency'), // 币种
|
|
|
+ 'headerOther' => [
|
|
|
+ 'width' => '150',
|
|
|
+ ],
|
|
|
],
|
|
|
'PROVINCE' => [
|
|
|
'header' => \Yii::t('ctx', 'shopOrderListState'), // 州
|