You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
417 B
21 lines
417 B
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Administrator
|
|
* Date: 2020/8/5
|
|
* Time: 14:55
|
|
*/
|
|
return [
|
|
'labels' => [
|
|
'PaymentMethod' => '收款方式',
|
|
],
|
|
'fields' => [
|
|
'id' => '当前ID',
|
|
'payment_method' => '支付方式',
|
|
'receiving_account' => '收款账号',
|
|
'payment_image' => '收款二维码',
|
|
'note' => '姓名',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|