+
*
-
项目名称(项目ID:HERK3Q)
+
项目名称(项目ID:{{ project.id }})
@@ -25,18 +25,22 @@
项目作业中心点
-
-
经纬度:22.578074372° N113.909930055°E
+
经纬度:{{project.centerLat.toFixed(9)}}° N {{project.centerLng.toFixed(9)}}°E
-
-
已开启
+
+
{{project.isAllowRequestCode? "已开启": "未开启"}}
+
+
+
+
{{project.isAllowRequestCode? "已开启": "未开启"}}
@@ -44,8 +48,8 @@
-
-
已开启
+
+
{{project.isCloudBlockFlight? "已开启": "未开启"}}
@@ -55,15 +59,19 @@
-
-
未开启
+
+
{{(project.isAirportRecord || project.isAircraftRecord)? "已开启": "未开启"}}
+
+
+
+
{{(project.isAirportRecord || project.isAircraftRecord)? "已开启": "未开启"}}
@@ -71,7 +79,7 @@
-
@@ -81,7 +89,7 @@
-
+
- 1
-
+ {{ item.name }}
+
- 项目管理员
-
+ {{ item.role }}
-
完成
+
完成
+
+
+
{{ childSettingTitle }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/demo/workmanagement/projecthome/ProjectList/AddProject/utils.ts b/src/views/demo/workmanagement/projecthome/ProjectList/AddProject/utils.ts
new file mode 100644
index 0000000..055dc6c
--- /dev/null
+++ b/src/views/demo/workmanagement/projecthome/ProjectList/AddProject/utils.ts
@@ -0,0 +1,53 @@
+export const defaultPorject = {
+ id: '',
+ workspaceName: '',
+ workspaceDesc: '',
+ platformName: '',
+ createTime: '',
+ createId: '',
+ bindCode: '',
+ centerLng: '',
+ centerLat: '',
+ isAllowRequestCode: false,
+ requestCode: '',
+ requestCodeCutOffTime: '',
+ isCloudBlockFlight: true,
+ isWeatherBlockFlight: true,
+ isMultipleAircraft: false,
+ isAirportRecord: false,
+ isAircraftRecord: false,
+ isLiveShare: true,
+ isMediaShare: true,
+ isDeviceTrans: false,
+ isDeicePlaneTrans: false,
+ sate: 0,
+ isDelete: true,
+ lockfly:[
+ {
+ id: "",
+ name: '大疆机场',
+ windSpeed: 12,
+ weatherWindSpeed: 15,
+ rainFall: '大雨',
+ workSpaceId: "",
+ },
+ {
+ id: "",
+ name: '大疆机场2',
+ windSpeed: 8,
+ weatherWindSpeed: 12,
+ rainFall: '大雨',
+ workSpaceId: "",
+ },
+ {
+ id: "",
+ name: '大疆机场3',
+ windSpeed: 12,
+ weatherWindSpeed: 12,
+ rainFall: '大雨',
+ workSpaceId: "",
+ },
+ ],
+ userIds:[],
+ deviceIds:[],
+}
\ No newline at end of file
diff --git a/src/views/demo/workmanagement/projecthome/ProjectList/index.vue b/src/views/demo/workmanagement/projecthome/ProjectList/index.vue
index b4d5ae4..9eb6260 100644
--- a/src/views/demo/workmanagement/projecthome/ProjectList/index.vue
+++ b/src/views/demo/workmanagement/projecthome/ProjectList/index.vue
@@ -35,16 +35,19 @@
-