提交 69a7bb96 authored 作者: 何忠建's avatar 何忠建
...@@ -115,8 +115,8 @@ import { filterDictTextByCache } from '@/components/dict/JDictSelectUtil' ...@@ -115,8 +115,8 @@ import { filterDictTextByCache } from '@/components/dict/JDictSelectUtil'
const columns = [ const columns = [
{ {
title: '对账单号', title: '对账单号',
dataIndex: 'propertyName', dataIndex: 'id',
key: 'propertyName', key: 'id',
align: 'center', align: 'center',
}, },
{ {
...@@ -127,32 +127,32 @@ const columns = [ ...@@ -127,32 +127,32 @@ const columns = [
}, },
{ {
title: '所属物业集团', title: '所属物业集团',
dataIndex: 'contactName', dataIndex: 'propertyName',
key: 'contactName', key: 'propertyName',
align: 'center', align: 'center',
}, },
{ {
title: '对账开始日期', title: '对账开始日期',
dataIndex: 'contactPhone', dataIndex: 'reconciliationBeginDate',
key: 'contactPhone', key: 'reconciliationBeginDate',
align: 'center', align: 'center',
}, },
{ {
title: '对账结束日期', title: '对账结束日期',
dataIndex: 'contactPhone', dataIndex: 'reconciliationEndDate',
key: 'contactPhone', key: 'reconciliationEndDate',
align: 'center', align: 'center',
}, },
{ {
title: '对账金额', title: '对账金额',
dataIndex: 'contactPhone', dataIndex: 'reconciliationAmount',
key: 'contactPhone', key: 'reconciliationAmount',
align: 'center', align: 'center',
}, },
{ {
title: '操作日期', title: '操作日期',
dataIndex: 'contactPhone', dataIndex: 'updateTime',
key: 'contactPhone', key: 'updateTime',
align: 'center', align: 'center',
}, },
{ {
...@@ -163,16 +163,16 @@ const columns = [ ...@@ -163,16 +163,16 @@ const columns = [
}, },
{ {
title: '审核状态', title: '审核状态',
dataIndex: 'empowerEndDate', dataIndex: 'auditStatus',
scopedSlots: { customRender: 'empowerEndDate' }, scopedSlots: { customRender: 'auditStatus' },
align: 'center', align: 'center',
}, },
{ {
title: '公司审核状态', title: '公司审核状态',
dataIndex: 'auditStatus', dataIndex: 'companyAuditStatus',
key: 'auditStatus', key: 'companyAuditStatus',
customRender: function (text) { customRender: function (text) {
return filterDictTextByCache('auditStatus', text) return filterDictTextByCache('companyAuditStatus', text)
}, },
}, },
{ {
...@@ -204,9 +204,9 @@ export default { ...@@ -204,9 +204,9 @@ export default {
showSizeChanger: true, showSizeChanger: true,
}, },
url: { url: {
list: '/property-central/property/propertySettled/list', list: '/property-central/property/communityReconciliation/list',
delete: '/property-central/property/propertySettled/delete', delete: '/property-central/property/communityReconciliation/delete',
deleteBatch: '/property-central/property/propertySettled/deleteBatch', deleteBatch: '/property-central/property/communityReconciliation/deleteBatch',
}, },
} }
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论