+
+
+
+
+ {{ $t('message.companyDiagram.entryName1') }}:
+
+ {{ projectData.projectName }}
+
+
+
+
+ {{ $t('message.companyDiagram.projectAddress') }}:
+
+
+ {{ projectData.provinceName }}{{ projectData.cityName }}
+ {{ projectData.areaName }}{{ projectData.projectAddress }}
+
+
+
+
+
+ {{ $t('message.companyDiagram.projectManager') }}:
+
+ {{ projectData.projectManage }}
+
+
+
+
+ {{ $t('message.companyDiagram.telPhone') }}:
+
+ {{ projectData.projectTel }}
+
+
+
+
+ {{ $t('message.companyDiagram.buildArea') }}:
+
+ {{ projectData.projectAcreage }} m²
+
+
+
+
+ {{ $t('message.companyDiagram.buildStartTime') }}:
+
+ {{ projectData.startWorkDate }}
+
+
+
+
+ {{ $t('message.companyDiagram.projectNo') }}:
+
+ {{ projectData.projectNumber }}
+
+
+
+
+ {{ $t('message.companyDiagram.projectType') }}:
+
+
+ {{ projectData.projectType == item.id ? item.name : '' }}
+
+
+
+
+
+ {{ $t('message.companyDiagram.projectUse') }}:
+
+
+ {{ projectData.engineeringPurpose == item.id ? item.name : '' }}
+
+
+
+
+
+ {{ $t('message.companyDiagram.structureType') }}:
+
+
+ {{ projectData.structureType == item.id ? item.name : '' }}
+
+
+
+
+
+ {{ $t('message.companyDiagram.projectStatus') }}:
+
+
+ {{ projectData.bulidStatus == item.id ? item.name : '' }}
+
+
+
+