This commit is contained in:
wangshiming
2022-03-09 15:17:37 +08:00
parent 2769384b9f
commit 7d48edd72b

View File

@ -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 14:29:50 * @LastEditTime : 2022-03-09 15:17:12
* @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.
*/ */
@ -45,11 +45,10 @@ export class NoTeManagementComponent implements OnInit {
type: 'date', type: 'date',
className: 'text-center' className: 'text-center'
}, },
{ title: '验证码', className: 'text-center', index: 'templateParam', { title: '短信内容', className: 'text-center', index: 'content',
format: (value) => { // format: (value) => {
return JSON.parse(value?.templateParam)?.code // return JSON.parse(value?.templateParam)?.code
} // }
}, },
]; ];