diff --git a/src/app/pages/basic-data/stand/stand.component.html b/src/app/pages/basic-data/stand/stand.component.html
index fb4e0db..ee773b9 100644
--- a/src/app/pages/basic-data/stand/stand.component.html
+++ b/src/app/pages/basic-data/stand/stand.component.html
@@ -25,43 +25,38 @@
查找定位
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -83,7 +78,7 @@
{{i+1}} |
{{stand.standCode}} |
{{stand.standName}} |
-
{{stand.standType}} |
+
{{stand.standTypeDesc}} |
{{stand.standStatus}} |
{{stand.terminalAreaName}} |
diff --git a/src/app/pages/basic-data/stand/stand.component.ts b/src/app/pages/basic-data/stand/stand.component.ts
index 0f05c12..63f433a 100644
--- a/src/app/pages/basic-data/stand/stand.component.ts
+++ b/src/app/pages/basic-data/stand/stand.component.ts
@@ -17,7 +17,7 @@ export class StandComponent implements OnInit {
public col_lists = [
{ col_code: 'standCode', col_chn: '机位代码' },
{ col_code: 'standName', col_chn: '机位名称' },
- { col_code: 'standType', col_chn: '机位类型' },
+ { col_code: 'standTypeDesc', col_chn: '机位类型' },
{ col_code: 'standStatus', col_chn: '资源状态' },
{ col_code: 'terminalAreaName', col_chn: '航站楼区域' },
]
@@ -35,6 +35,7 @@ export class StandComponent implements OnInit {
}
terminalAreas: Array
; //所属航站楼区域
+ standTypes: Array; //停机位类别
stands: Array;
public row_state: any = { renderFlight: {} };
public render_data: Array