From 763bec8077191e42a779e8f77e5126e5dd09b27f Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 14 五月 2025 14:32:43 +0800 Subject: [PATCH] feat: 接口 --- src/views/EnterpriseInfo/EnterpriseInfo.vue | 63 ++++++++++++++++++++++++++----- 1 files changed, 53 insertions(+), 10 deletions(-) diff --git a/src/views/EnterpriseInfo/EnterpriseInfo.vue b/src/views/EnterpriseInfo/EnterpriseInfo.vue index 18c0482..4867cce 100644 --- a/src/views/EnterpriseInfo/EnterpriseInfo.vue +++ b/src/views/EnterpriseInfo/EnterpriseInfo.vue @@ -14,7 +14,18 @@ @change="getList()" ></FieldDatePicker> </QueryFilterItem> - <QueryFilterItem tip-content="鏈�杩戝彂鏀炬棩鏈�"> + <QueryFilterItem tip-content="鏈�杩戞嫧浠樻棩鏈�"> + <FieldDatePicker + v-model="extraParamState.lastPayTime" + type="daterange" + range-separator="~" + start-placeholder="寮�濮嬫棩鏈�" + end-placeholder="缁撴潫鏃ユ湡" + clearable + @change="getList()" + ></FieldDatePicker> + </QueryFilterItem> + <QueryFilterItem tip-content="鏈�杩戝厖鍊兼棩鏈�"> <FieldDatePicker v-model="extraParamState.lastPayTime" type="daterange" @@ -71,56 +82,85 @@ id: '1', enCode: 'enterpriseName', name: '浼佷笟鍚�', + width: 250, }, { id: '2', enCode: 'societyCreditCode', name: '缁熶竴绀句細淇$敤浠g爜', + width: 200, }, { id: '3', enCode: 'enterpriseType', name: '浼佷笟绫诲瀷', + width: 150, }, { id: '4', enCode: 'industrialParkName', name: '鎵�灞炲洯鍖�', + width: 200, }, { id: '5', enCode: 'parkTypName', name: '鍥尯绫诲瀷', + width: 150, }, { id: '6', enCode: 'applyCount', - name: '濂栧姳閲戠敵鎶ユ鏁�', + name: '鐢虫姤娆℃暟', + width: 150, }, { id: '7', enCode: 'lastApplyTime', name: '鏈�杩戠敵鎶ユ棩鏈�', + width: 180, }, { id: '8', - enCode: 'payCount', - name: '濂栧姳閲戝彂鏀炬鏁�', + enCode: 'financeCount', + name: '璐㈡斂鎷ㄤ粯娆℃暟', + width: 150, }, { id: '9', - enCode: 'lastPayTime', - name: '鏈�杩戝彂鏀炬棩鏈�', + enCode: 'lastFinanceTime', + name: '鏈�杩戞嫧浠樻棩鏈�', + width: 180, }, { id: '10', - enCode: 'bountyAmount', - name: '濂栧姳閲戝彂鏀炬�婚', + enCode: 'financeSumAmount', + name: '鎷ㄤ粯鎬婚', + width: 150, }, { id: '11', + enCode: 'settleCount', + name: '骞冲彴鍏呭�兼鏁�', + width: 150, + }, + { + id: '12', + enCode: 'lastSettleTime', + name: '鏈�杩戝厖鍊兼棩鏈�', + width: 180, + }, + { + id: '13', + enCode: 'settleSumAmount', + name: '鍏呭�兼�婚', + width: 150, + }, + { + id: '14', enCode: 'bountyAmount', - name: '濂栧姳閲戜綑棰�', + name: '骞冲彴鍏呭�间綑棰�', + width: 150, }, ]; @@ -184,7 +224,10 @@ }, columnsRenderProps: { lastApplyTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, - lastPayTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, + lastFinanceTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, + financeSumAmount: { type: 'money' }, + lastSettleTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, + settleSumAmount: { type: 'money' }, bountyAmount: { type: 'money' }, enterpriseType: { type: 'enum', valueEnum: EnterpriseTypeText }, }, -- Gitblit v1.9.1