@@ -30,6 +30,7 @@ class OrderInvoiceRemarkForm extends Model
return [
'orderSn' => '订单号',
'invoiceRemark' => '发票备注',
+ 'orderMethod' => '支付方式',
];
}