diff --git a/src/app/routes/sys-setting/components/sms-template/sms-template.component.ts b/src/app/routes/sys-setting/components/sms-template/sms-template.component.ts index 2746608c..60295812 100644 --- a/src/app/routes/sys-setting/components/sms-template/sms-template.component.ts +++ b/src/app/routes/sys-setting/components/sms-template/sms-template.component.ts @@ -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' }, // { diff --git a/src/app/routes/tax-management/components/invoice-reporting/invoice-reporting.component.ts b/src/app/routes/tax-management/components/invoice-reporting/invoice-reporting.component.ts index d66a23fa..0ecf8e6f 100644 --- a/src/app/routes/tax-management/components/invoice-reporting/invoice-reporting.component.ts +++ b/src/app/routes/tax-management/components/invoice-reporting/invoice-reporting.component.ts @@ -235,7 +235,7 @@ export class TaxManagementInvoiceReportingComponent implements OnInit { }, { title: '购买方统一社会信用代码', index: 'artotaxno', className: 'text-center', width: '200px' }, { - title: '订单号', index: 'billHCode', render: 'billHCode', className: 'text-center', width: '120px', type: 'link', + title: '订单号', index: 'billHCode', className: 'text-center', width: '120px', type: 'link', click: item => { window.open(`/#/order-management/vehicle/vehicle-detail/${item.ltdId}`, '_blank', 'noopener') }