|
@@ -142,7 +142,7 @@ const tableLoading = ref(false)
|
|
|
const tableColumn = [
|
|
|
{ key: 'invoiceDate', name: '申请时间', width: '160' },
|
|
|
{ key: 'projectName', name: '关联项目', minWidth: '220' },
|
|
|
- { key: 'invoiceContentType', name: '开票内容', minWidth: '160' },
|
|
|
+ { key: 'invoiceDesc', name: '开票内容', minWidth: '160' },
|
|
|
{ key: 'invoiceMoney', name: '开票金额', width: '160', align: 'center' },
|
|
|
{ key: 'invoiceTypeName', name: '发票类型', width: '160', align: 'center' },
|
|
|
{ key: 'invoiceUserName', name: '开票人', width: '160', align: 'center' },
|