fuliqi
2025-02-11 e57e645d24a89adb3391be16f6948b292183fa04
src/views/projectEngineering/projectLibrary/list.js
@@ -10,6 +10,7 @@
  {id: 'planStartTime', label: '项目年份', slotName: 'planStartTime', visible: true},
  {id: 'projectStatus', label: '项目状态', slotName: 'projectStatus', visible: true},
  {id: 'investType', label: '投资类别', slotName: 'investType', visible: true},
  {id: 'usedStatus', label: '使用状态', slotName: 'usedStatus', visible: true},
  {id: 'content', label: '建设内容', visible: false},
  {id: 'fundType', label: '资金类型', visible: false},
  {id: 'projectContactPerson', label: '项目联系人', visible: false},
@@ -180,7 +181,7 @@
// 流程推进列表使用
export const projectProcessCurrent = [
  {id: 'projectName', label: '项目名称', visible: true},
  {id: 'flowableProcessName', label: '绑定流程', visible: true},
  {id: 'flowableProcessName', label: '绑定流程', visible: true, minWidth: 200, showOverflowTooltip: true},
  {id: 'projectOwnerUnit', label: '业主单位', visible: true},
  {id: 'coding', label: '项目码', slotName: 'coding', visible: true},
  {id: 'projectCode', label: '项目代码', visible: true},
@@ -269,7 +270,7 @@
];
export const projectProcessCurrentRest = [
  {id: 'projectName', label: '项目名称', visible: true},
  {id: 'flowableProcessName', label: '绑定流程', visible: true},
  {id: 'flowableProcessName', label: '绑定流程', visible: true, minWidth: 200, showOverflowTooltip: true},
  {id: 'projectOwnerUnit', label: '业主单位', visible: true},
  {id: 'coding', label: '项目码', slotName: 'coding', visible: true},
  {id: 'projectCode', label: '项目代码', visible: true},