From 5e37833c1ccf5bf58e15b7eae637d579b4d56559 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 14 四月 2025 15:03:28 +0800 Subject: [PATCH] feat: 接口 --- src/views/EnterpriseInfo/EnterpriseInfo.vue | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/views/EnterpriseInfo/EnterpriseInfo.vue b/src/views/EnterpriseInfo/EnterpriseInfo.vue index 18c0482..15235f9 100644 --- a/src/views/EnterpriseInfo/EnterpriseInfo.vue +++ b/src/views/EnterpriseInfo/EnterpriseInfo.vue @@ -71,56 +71,67 @@ 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: '濂栧姳閲戠敵鎶ユ鏁�', + width: 150, }, { id: '7', enCode: 'lastApplyTime', name: '鏈�杩戠敵鎶ユ棩鏈�', + width: 180, }, { id: '8', enCode: 'payCount', name: '濂栧姳閲戝彂鏀炬鏁�', + width: 150, }, { id: '9', enCode: 'lastPayTime', name: '鏈�杩戝彂鏀炬棩鏈�', + width: 180, }, { id: '10', enCode: 'bountyAmount', name: '濂栧姳閲戝彂鏀炬�婚', + width: 150, }, { id: '11', enCode: 'bountyAmount', name: '濂栧姳閲戜綑棰�', + width: 150, }, ]; -- Gitblit v1.9.1