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')