fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-03-09 14:05:33
|
* @Date : 2022-03-09 14:05:33
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-03-09 15:17:12
|
* @LastEditTime : 2022-03-09 15:18:38
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\note-management\\note-management.component.ts
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\note-management\\note-management.component.ts
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
*/
|
*/
|
||||||
@ -40,7 +40,7 @@ export class NoTeManagementComponent implements OnInit {
|
|||||||
columns: STColumn[] = [
|
columns: STColumn[] = [
|
||||||
{ title: '手机号', className: 'text-center', index: 'cellphone' },
|
{ title: '手机号', className: 'text-center', index: 'cellphone' },
|
||||||
{
|
{
|
||||||
title: '创建时间',
|
title: '发送时间',
|
||||||
index: 'createTime',
|
index: 'createTime',
|
||||||
type: 'date',
|
type: 'date',
|
||||||
className: 'text-center'
|
className: 'text-center'
|
||||||
|
|||||||
Reference in New Issue
Block a user