This commit is contained in:
wangshiming
2022-03-09 14:28:48 +08:00
parent f5b51e9d2c
commit 70213fc40d

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-03-09 14:05:33
* @LastEditors : Shiming
* @LastEditTime : 2022-03-09 14:24:54
* @LastEditTime : 2022-03-09 14:28:37
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\note-management\\note-management.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -31,6 +31,7 @@ export class NoTeManagementComponent implements OnInit {
cellphone: {
type: 'string',
title: '手机号',
maxLength: 11,
ui: { placeholder: '请输入' }
}
}