审查视图

application/admin/lang/zh-cn/user/group.php 186 字节
王智 authored
1 2 3 4 5 6 7 8 9
<?php

return [
    'Name'       => '组名',
    'Rules'      => '权限节点',
    'Createtime' => '添加时间',
    'Updatetime' => '更新时间',
    'Status'     => '状态'
];