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.
19 lines
522 B
19 lines
522 B
<?php |
|
return [ |
|
'labels' => [ |
|
'PaymentList' => '应收清单', |
|
'payment-list' => '应收清单', |
|
], |
|
'fields' => [ |
|
'unique_number' => '用户唯一识别码', |
|
'project_code' => '项目编码', |
|
'project_name' => '项目名称', |
|
'standard' => '标准金额(应交金额)', |
|
'amount' => '欠费金额', |
|
'annual_session' => '年届', |
|
'create_time' => '创建时间', |
|
'update_time' => '修改时间', |
|
], |
|
'options' => [ |
|
], |
|
];
|
|
|