fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-03-09 14:05:33
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-03-09 14:17:10
|
||||
* @LastEditTime : 2022-03-09 14:24:27
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\note-management\\note-management.component.html
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
-->
|
||||
@ -25,5 +25,5 @@
|
||||
</nz-card>
|
||||
|
||||
<nz-card>
|
||||
<st #st [data]="this.service.$api_listSmsSendLog" [columns]="columns" [req]="{ process: beforeReq }" [loading]="service.http.loading" [page]="{}" [scroll]="{ y: '370px' }"></st>
|
||||
<st #st [data]="this.service.$api_listSmsSendLog" [columns]="columns" [req]="{ process: beforeReq }" [loading]="service.http.loading" [page]="{}" ></st>
|
||||
</nz-card>
|
||||
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-03-09 14:05:33
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-03-09 14:23:14
|
||||
* @LastEditTime : 2022-03-09 14:24:54
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\note-management\\note-management.component.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
@ -40,7 +40,6 @@ export class NoTeManagementComponent implements OnInit {
|
||||
{ title: '手机号', className: 'text-center', index: 'cellphone' },
|
||||
{
|
||||
title: '创建时间',
|
||||
width: 170,
|
||||
index: 'createTime',
|
||||
type: 'date',
|
||||
className: 'text-center'
|
||||
|
||||
Reference in New Issue
Block a user