account.php 403 B

1234567891011121314151617
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Account' => 'Account',
  5. 'account' => 'Account',
  6. ],
  7. 'fields' => [
  8. 'user_name' => '用户名',
  9. 'account' => '账号',
  10. 'password' => '密码',
  11. 'type' => '用户类型 1-普通用户 2-VIP 3-设计师',
  12. 'remark' => '备注',
  13. 'status' => '状态 1-正常 0-禁用',
  14. ],
  15. 'options' => [
  16. ],
  17. ];