Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
wangshiming
2022-02-22 13:41:14 +08:00
3 changed files with 7 additions and 31 deletions

View File

@ -10,6 +10,7 @@ export class RateChangeComponent implements OnInit {
columns: STColumn[] = [
{ title: '修改内容', index: 'content' },
{ title: '修改时间', index: 'modifyTime', className: 'text-center' },
{ title: '修改电话', index: 'modifyUserMobile' },
{ title: '修改人', index: 'modifyUserName' }
];
@Input()