Commit 02013bbc778c7ab2c63381bfc28fc56cc068942f
1 parent
95eccc60
feat(Invoice): 添加重新开具记录中的审核备注字段
在重新开具记录表格中添加了审核备注列
Showing
1 changed file
with
5 additions
and
1 deletions
src/pages/Invoice/ReissueRecord/index.tsx
@@ -86,7 +86,11 @@ export default () => { | @@ -86,7 +86,11 @@ export default () => { | ||
86 | ellipsis: true, | 86 | ellipsis: true, |
87 | hideInSearch: true, | 87 | hideInSearch: true, |
88 | }, | 88 | }, |
89 | - | 89 | + { |
90 | + title: '审核备注', | ||
91 | + dataIndex: 'auditNotes', | ||
92 | + hideInSearch: true, | ||
93 | + }, | ||
90 | { | 94 | { |
91 | title: '发票号码', | 95 | title: '发票号码', |
92 | dataIndex: 'invoiceNumber', | 96 | dataIndex: 'invoiceNumber', |