This commit is contained in:
Taric Xin
2022-03-07 15:35:40 +08:00
parent 7b9de7fffc
commit 916e0f9c0f
6 changed files with 19 additions and 14 deletions

View File

@ -46,7 +46,7 @@ export class SettingRoleEditComponent implements OnInit {
roleDescription: {
title: '角色描述',
type: 'string',
maxLength: 100,
maxLength: 50,
default: this.roleInfoData.roleDescription,
ui: {
autosize: { minRows: 3 },

View File

@ -20,6 +20,6 @@
<button nz-button nzType="primary" (click)="roleAction()" acl [acl-ability]="['SYSTEM-ROLE-add']">新建角色</button>
</div>
</div>
<st #st [data]="params.listUrl" [columns]="columns" [req]="{ process: beforeReq }" [loading]="service.http.loading"
<st #st [data]="params.listUrl" [columns]="columns" [req]="{ process: beforeReq }" [loading]="service.http.loading" [page]="{}"
[scroll]="{ y: '370px' }"></st>
</nz-card>

View File

@ -34,6 +34,7 @@ export class RoleManagementComponent implements OnInit {
{ title: '创建人手机号', index: 'telephone' },
{
title: '创建时间',
width: 170,
index: 'createTime',
type: 'date',
className: 'text-left',