From b7426e2384b85e92ec1b59061bdada9b4f5c69ec Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 23 四月 2025 16:12:40 +0800 Subject: [PATCH] feat: 接口 --- src/views/EnterpriseInfo/EnterpriseInfo.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/EnterpriseInfo/EnterpriseInfo.vue b/src/views/EnterpriseInfo/EnterpriseInfo.vue index 15235f9..10434a9 100644 --- a/src/views/EnterpriseInfo/EnterpriseInfo.vue +++ b/src/views/EnterpriseInfo/EnterpriseInfo.vue @@ -100,7 +100,7 @@ { id: '6', enCode: 'applyCount', - name: '濂栧姳閲戠敵鎶ユ鏁�', + name: '鐢虫姤娆℃暟', width: 150, }, { @@ -112,7 +112,7 @@ { id: '8', enCode: 'payCount', - name: '濂栧姳閲戝彂鏀炬鏁�', + name: '鍙戞斁娆℃暟', width: 150, }, { @@ -123,14 +123,14 @@ }, { id: '10', - enCode: 'bountyAmount', - name: '濂栧姳閲戝彂鏀炬�婚', + enCode: 'bountySumAmount', + name: '鍙戞斁鎬婚', width: 150, }, { id: '11', enCode: 'bountyAmount', - name: '濂栧姳閲戜綑棰�', + name: '骞冲彴鍏呭�间綑棰�', width: 150, }, ]; @@ -196,6 +196,7 @@ columnsRenderProps: { lastApplyTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, lastPayTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, + bountySumAmount: { type: 'money' }, bountyAmount: { type: 'money' }, enterpriseType: { type: 'enum', valueEnum: EnterpriseTypeText }, }, -- Gitblit v1.9.1