From 9ada813d51a0a7da7a22143af4b548a44472f0d6 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 25 二月 2025 03:03:08 +0800
Subject: [PATCH] 项目中心分页优化

---
 src/views/projectEngineering/projectLibrary/list.js |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/views/projectEngineering/projectLibrary/list.js b/src/views/projectEngineering/projectLibrary/list.js
index ff04631..ea2eb19 100644
--- a/src/views/projectEngineering/projectLibrary/list.js
+++ b/src/views/projectEngineering/projectLibrary/list.js
@@ -4,9 +4,9 @@
   {id: 'coding', label: '椤圭洰鐮�', slotName: 'coding', visible: true},
   {id: 'projectCode', label: '椤圭洰浠g爜', visible: true},
   {id: 'projectType', label: '椤圭洰绫诲瀷', slotName: 'projectType', visible: true},
-  {id: 'projectSubType', label: '椤圭洰瀛愮被鍨�', visible: true},
   {id: 'projectPhase', label: '椤圭洰闃舵', visible: true},
   {id: 'constructionNature', label: '寤鸿鎬ц川', slotName: 'constructionNature', visible: true},
+  {id: 'attractInvestment', label: '鎷涘晢寮曡祫椤圭洰', slotName: 'attractInvestment', visible: true},
   {id: 'totalInvestment', label: '鎬绘姇璧勯', visible: true},
   {id: 'yearInvestAmount', label: '鏈勾璁″垝鎶曡祫', visible: true},
   {id: 'planStartTime', label: '椤圭洰骞翠唤', slotName: 'planStartTime', visible: true},
@@ -64,6 +64,9 @@
   {id: 'postCode', label: '閭斂缂栫爜', visible: false},
   {id: 'email', label: '鐢靛瓙閭', visible: false},
   {id: 'totalInvestment', label: '椤圭洰鎬绘姇璧勯', visible: false},
+  {id: 'deptBond', label: '鍦版柟鏀垮簻涓撻」鍊哄埜', visible: false},
+  {id: 'nationalDebt', label: '瓒呴暱鏈熺壒鍒浗鍊鸿祫閲�', visible: false},
+  {id: 'additionalNationalDebt', label: '2023骞村鍙戝浗鍊鸿祫閲�', visible: false},
   {id: 'principal', label: '椤圭洰鏈噾', visible: false},
   {id: 'governmentInvestmentTotal', label: '鏀垮簻鎶曡祫', visible: false},
   {id: 'centralInvestmentTotal', label: '涓ぎ鎶曡祫', visible: false},
@@ -95,9 +98,9 @@
   {id: 'coding', label: '椤圭洰鐮�', slotName: 'coding', visible: true},
   {id: 'projectCode', label: '椤圭洰浠g爜', visible: true},
   {id: 'projectType', label: '椤圭洰绫诲瀷', slotName: 'projectType', visible: true},
-  {id: 'projectSubType', label: '椤圭洰瀛愮被鍨�', visible: true},
   {id: 'projectPhase', label: '椤圭洰闃舵', visible: true},
   {id: 'constructionNature', label: '寤鸿鎬ц川', slotName: 'constructionNature', visible: true},
+  {id: 'attractInvestment', label: '鎷涘晢寮曡祫椤圭洰', slotName: 'attractInvestment', visible: true},
   {id: 'totalInvestment', label: '鎬绘姇璧勯', visible: true},
   {id: 'yearInvestAmount', label: '鏈勾璁″垝鎶曡祫', visible: true},
   {id: 'planStartTime', label: '椤圭洰骞翠唤', slotName: 'planStartTime', visible: true},
@@ -155,6 +158,9 @@
   {id: 'postCode', label: '閭斂缂栫爜', visible: false},
   {id: 'email', label: '鐢靛瓙閭', visible: false},
   {id: 'totalInvestment', label: '椤圭洰鎬绘姇璧勯', visible: false},
+  {id: 'deptBond', label: '鍦版柟鏀垮簻涓撻」鍊哄埜', visible: false},
+  {id: 'nationalDebt', label: '瓒呴暱鏈熺壒鍒浗鍊鸿祫閲�', visible: false},
+  {id: 'additionalNationalDebt', label: '2023骞村鍙戝浗鍊鸿祫閲�', visible: false},
   {id: 'principal', label: '椤圭洰鏈噾', visible: false},
   {id: 'governmentInvestmentTotal', label: '鏀垮簻鎶曡祫', visible: false},
   {id: 'centralInvestmentTotal', label: '涓ぎ鎶曡祫', visible: false},

--
Gitblit v1.8.0