This commit is contained in:
Taric Xin
2022-02-22 11:12:03 +08:00
parent 8251848a6f
commit 38b0e711e2
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()