From d206cb9b187c760be37f00243d0a5670f96cf3eb Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Thu, 31 Dec 2020 09:45:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=9C=B0=E5=9B=BE=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0iscs=20=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/publish/publishMap/exportMap.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/publish/publishMap/exportMap.vue b/src/views/publish/publishMap/exportMap.vue index 13a170844..4ae5ce8bc 100644 --- a/src/views/publish/publishMap/exportMap.vue +++ b/src/views/publish/publishMap/exportMap.vue @@ -26,6 +26,7 @@ export default { { label: '运行图数据', value: 'RUN_PLAN' }, { label: '3d数据', value: 'MAP_3D_DATA' }, { label: 'ibp数据', value: 'ibp' }, + { label: 'iscs数据', value: 'iscs' }, { label: '指令定义', value: 'COMMAND_DEFINITION' }, { label: '剧本数据', value: 'script' }, { label: '线路配置', value: 'REAL_LINE_CONFIG', selected: true } @@ -57,6 +58,7 @@ export default { runPlan: this.checkList.includes('RUN_PLAN'), map3dData: this.checkList.includes('MAP_3D_DATA'), ibp: this.checkList.includes('ibp'), + iscs: this.checkList.includes('iscs'), script:this.checkList.includes('script'), commandDefinition: this.checkList.includes('COMMAND_DEFINITION'), realLineConfig: this.checkList.includes('REAL_LINE_CONFIG')