fuliqi
2025-02-12 17466f19502e99ba552492c4781819a040d7a167
翻译业主单位
1个文件已修改
8 ■■■■ 已修改文件
src/views/projectEngineering/projectLibrary/list.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/projectEngineering/projectLibrary/list.js
@@ -1,6 +1,6 @@
export const current = [
  {id: 'projectName', label: '项目名称', visible: true},
  {id: 'projectOwnerUnit', label: '业主单位', visible: true},
  {id: 'projectOwnerUnitName', label: '业主单位', visible: true},
  {id: 'coding', label: '项目码', slotName: 'coding', visible: true},
  {id: 'projectCode', label: '项目代码', visible: true},
  {id: 'projectType', label: '项目类型', slotName: 'projectType', visible: true},
@@ -89,7 +89,7 @@
];
export const currentRest = [
  {id: 'projectName', label: '项目名称', visible: true},
  {id: 'projectOwnerUnit', label: '业主单位', visible: true},
  {id: 'projectOwnerUnitName', label: '业主单位', visible: true},
  {id: 'coding', label: '项目码', slotName: 'coding', visible: true},
  {id: 'projectCode', label: '项目代码', visible: true},
  {id: 'projectType', label: '项目类型', slotName: 'projectType', visible: true},
@@ -182,7 +182,7 @@
export const projectProcessCurrent = [
  {id: 'projectName', label: '项目名称', visible: true},
  {id: 'flowableProcessName', label: '绑定流程', visible: true, minWidth: 200, showOverflowTooltip: true},
  {id: 'projectOwnerUnit', label: '业主单位', visible: true},
  {id: 'projectOwnerUnitName', label: '业主单位', visible: true},
  {id: 'coding', label: '项目码', slotName: 'coding', visible: true},
  {id: 'projectCode', label: '项目代码', visible: true},
  {id: 'projectType', label: '项目类型', slotName: 'projectType', visible: true},
@@ -271,7 +271,7 @@
export const projectProcessCurrentRest = [
  {id: 'projectName', label: '项目名称', visible: true},
  {id: 'flowableProcessName', label: '绑定流程', visible: true, minWidth: 200, showOverflowTooltip: true},
  {id: 'projectOwnerUnit', label: '业主单位', visible: true},
  {id: 'projectOwnerUnitName', label: '业主单位', visible: true},
  {id: 'coding', label: '项目码', slotName: 'coding', visible: true},
  {id: 'projectCode', label: '项目代码', visible: true},
  {id: 'projectType', label: '项目类型', slotName: 'projectType', visible: true},