This commit is contained in:
weiyu
2022-04-21 17:41:20 +08:00
parent 6138a75312
commit 14b246b4c3
2 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,7 @@ export class SmsTemplateComponent implements OnInit {
}
columns: STColumn[] = [
{ title: '模板名称', className: 'text-center', index: 'templateName' },
{ title: '模板编码', className: 'text-center', index: 'templateCode' },
{ title: '模板内容', className: 'text-center', index: 'templateContent' },
// {