edit-admin-order_list

This commit is contained in:
lccsw
2022-06-01 10:48:42 +08:00
parent febef65e68
commit d7adc43127
+1 -1
View File
@@ -543,7 +543,7 @@ class Ordersv2List
'price' => ['title' => '最终售价', 'width' => '9%'],
// 'payway_name' => ['title' => '付款方式', 'width' => '8%'],
'of_title' => ['title' => '客户来源', 'width' => '10%'], 'status_name' => ['title' => '状态', 'width' => '9%'],
'over_time' => ['title' => '交付截止', 'width' => '9%'],'order_time' => ['title' => '下定时间', 'width' => '9%']
'order_time' => ['title' => '下定时间', 'width' => '9%'],'over_time' => ['title' => '交付截止', 'width' => '9%']
];
}
$fields = array_merge($fields1, $fields2);