{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\flow\\DefManager.vue?vue&type=template&id=e2d9ace2&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\flow\\DefManager.vue","mtime":1675071992788},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-container',{staticClass:\"fullheight\",staticStyle:{\"border\":\"1px solid #eee\"}},[_c('ht-aside-tree',{attrs:{\"cat-id\":\"6\"},on:{\"node-click\":_vm.handleNodeClick,\"delete\":function($event){_vm.selectTypeIds = ''\n _vm.$refs.htTable.load()},\"check\":_vm.check}}),_c('el-container',[_c('el-main',{staticClass:\"main-ht-table\"},[_c('ht-table',{ref:\"htTable\",attrs:{\"data\":_vm.data,\"pageResult\":_vm.pageResult,\"selection\":true,\"quick-search-props\":\"name,defKey,desc\",\"show-export\":false,\"defaultSorter\":[{property: 'createTime', direction: 'DESC'}]},on:{\"load\":_vm.loadData,\"row-click\":_vm.rowClick},scopedSlots:_vm._u([{key:\"toolbar\",fn:function(){return [_c('el-button',{staticStyle:{\"margin-right\":\"10px\"},attrs:{\"icon\":\"el-icon-plus\",\"type\":\"primary\"},on:{\"click\":function($event){return _vm.handleCommand({command: 'add'})}}},[_vm._v(\"新增\")]),_c('el-button',{staticStyle:{\"margin\":\"0\"},attrs:{\"icon\":\"el-icon-delete\",\"type\":\"danger\"},on:{\"click\":function($event){return _vm.batchDelete()}}},[_vm._v(\"删除\")]),_c('el-button',{attrs:{\"size\":\"small\",\"icon\":\"el-icon-back\",\"type\":\"primary\",\"plain\":\"\"},on:{\"click\":function($event){_vm.importDialogVisible = true\n _vm.flowTypeSelectorCatId = ''\n _vm.flowTypeSelectorCatName = ''}}},[_vm._v(\"导入\")]),_c('el-button',{attrs:{\"size\":\"small\",\"icon\":\"el-icon-right\",\"type\":\"primary\",\"plain\":\"\"},on:{\"click\":_vm.handExport}},[_vm._v(\"导出\")]),_c('el-button',{attrs:{\"type\":\"primary\",\"plain\":\"\"},on:{\"click\":function($event){return _vm.openTypeSetDialog()}}},[_vm._v(\"设置分类\")])]},proxy:true}])},[[_c('ht-table-column',{attrs:{\"type\":\"index\",\"width\":\"50\",\"align\":\"center\",\"label\":\"序号\"}}),_c('ht-table-column',{attrs:{\"prop\":\"name\",\"label\":\"名称\",\"hiden\":true,\"width\":\"200\",\"show-overflow-tooltip\":true,\"sortable\":true},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\n var row = ref.row;\nreturn [(!row.authorizeRight.m_edit)?_c('span',[_vm._v(_vm._s(row.name))]):_vm._e(),(row.authorizeRight.m_edit)?_c('el-link',{attrs:{\"type\":\"primary\",\"title\":\"编辑流程\"},on:{\"click\":function($event){return _vm.handleCommand({row: row, command: 'edit'})}}},[_vm._v(_vm._s(row.name))]):_vm._e()]}}])}),_c('ht-table-column',{attrs:{\"prop\":\"defKey\",\"label\":\"流程key\",\"width\":\"100\",\"show-overflow-tooltip\":true}}),_c('ht-table-column',{attrs:{\"prop\":\"desc\",\"label\":\"流程描述\",\"show-overflow-tooltip\":true,\"sortable\":true}}),_c('ht-table-column',{attrs:{\"prop\":\"typeName\",\"label\":\"流程分类\",\"hidden\":\"\",\"show-overflow-tooltip\":true,\"width\":\"100\",\"sortable\":true}}),_c('ht-table-column',{attrs:{\"prop\":\"status\",\"label\":\"状态\",\"width\":\"80\",\"filters\":_vm.statusArray},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\n var row = ref.row;\nreturn _vm._l((_vm.statusArray),function(s){return _c('el-tag',{directives:[{name:\"show\",rawName:\"v-show\",value:(row.status == s.value),expression:\"row.status == s.value\"}],key:s.value,attrs:{\"type\":s.type}},[_vm._v(_vm._s(s.text))])})}}])}),_c('ht-table-column',{attrs:{\"prop\":\"testStatus\",\"label\":\"生产状态\",\"width\":\"90\",\"filters\":[{text: '测试', value: 'test'}, {text: '正式', value: 'run'}]},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\n var row = ref.row;\nreturn [(row.testStatus == 'test')?_c('el-tag',{attrs:{\"type\":\"info\"}},[_vm._v(\"测试\")]):_vm._e(),(row.testStatus == 'run')?_c('el-tag',{attrs:{\"type\":\"danger\"}},[_vm._v(\"正式\")]):_vm._e()]}}])}),_c('ht-table-column',{attrs:{\"prop\":\"version\",\"label\":\"版本号\",\"width\":\"80\"}}),_c('ht-table-column',{attrs:{\"width\":\"170\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\n var row = ref.row;\nreturn [(row.status != 'draft')?_c('el-dropdown',{attrs:{\"size\":\"mini\",\"split-button\":\"\"},on:{\"command\":_vm.handleCommand,\"click\":function($event){row.authorizeRight.m_start\n ? _vm.handleCommand({row: row, command: 'startFlow'})\n : _vm.handleCommand({row: row, command: 'bindRelation'})}}},[(row.authorizeRight.m_start)?_c('span',[_c('i',{staticClass:\"el-icon-paperclip\"}),_vm._v(\"启动 \")]):_vm._e(),(!row.authorizeRight.m_start)?_c('span',[_c('i',{staticClass:\"el-icon-paperclip\"}),_vm._v(\"绑定关系 \")]):_vm._e(),_c('el-dropdown-menu',{attrs:{\"slot\":\"dropdown\"},slot:\"dropdown\"},[(row.authorizeRight.m_del)?_c('el-dropdown-item',{attrs:{\"icon\":\"el-icon-delete\",\"command\":{row: row, command: 'delete'}}},[_vm._v(\"删除\")]):_vm._e(),(row.authorizeRight.m_clean && row.testStatus == 'test')?_c('el-dropdown-item',{attrs:{\"icon\":\"el-icon-close\",\"command\":{row: row, command: 'cleanData'}}},[_vm._v(\"清除数据\")]):_vm._e(),(row.authorizeRight.m_start)?_c('el-dropdown-item',{attrs:{\"icon\":\"el-icon-menu\",\"command\":{row: row, command: 'bindRelation'}}},[_vm._v(\"绑定关系\")]):_vm._e(),(row.status == 'deploy')?_c('el-dropdown-item',{attrs:{\"icon\":\"el-icon-menu\",\"command\":{row: row, command: 'processSimulation'},\"size\":\"mini\"}},[_vm._v(\"流程仿真配置\")]):_vm._e(),_c('el-dropdown-item',{attrs:{\"icon\":\"el-icon-menu\",\"command\":{row: row, command: 'copy'},\"size\":\"mini\"}},[_vm._v(\"复制\")]),_c('el-dropdown-item',{attrs:{\"icon\":\"el-icon-menu\",\"command\":{row: row, command: 'auth'},\"size\":\"mini\"}},[_vm._v(\"授权管理\")])],1)],1):_vm._e(),(row.status == 'draft')?_c('el-button',{attrs:{\"icon\":\"el-icon-delete\",\"size\":\"mini\"},on:{\"click\":function($event){return _vm.handleCommand({row: row, command: 'delete'})}}},[_vm._v(\"删除\")]):_vm._e()]}}])})]],2)],1)],1),_c('ht-sidebar-dialog',{attrs:{\"width\":\"28%\",\"title\":\"绑定关系\",\"visible\":_vm.dialogVisible2,\"before-close\":_vm.handleClose},on:{\"update:visible\":function($event){_vm.dialogVisible2=$event}}},[_c('el-row',[_c('el-col',[_vm._v(\"\\n PC表单实体对象:\\n \"),(_vm.bindData.pcEnt)?_c('span',[_c('el-tag',{staticStyle:{\"margin-right\":\"5px\",\"cursor\":\"pointer\"},on:{\"click\":_vm.handleClose}},[_c('router-link',{attrs:{\"to\":{path: 'businessObj', query: {id: _vm.bindData.pcEnt.id_}}}},[_vm._v(_vm._s(_vm.bindData.pcEnt.description_))])],1)],1):_vm._e()])],1),_c('br'),_c('el-row',[_c('el-col',[_vm._v(\"\\n 手机表单实体对象:\\n \"),(_vm.bindData.mobileEnt)?_c('span',[_c('el-tag',{staticStyle:{\"margin-right\":\"5px\",\"cursor\":\"pointer\"},on:{\"click\":_vm.handleClose}},[_c('router-link',{attrs:{\"to\":{path: 'businessObj', query: {id: _vm.bindData.mobileEnt.id_}}}},[_vm._v(_vm._s(_vm.bindData.mobileEnt.description_))])],1)],1):_vm._e()])],1),_c('br'),_c('el-row',[_c('el-col',[_vm._v(\"\\n PC表单:\\n \"),(_vm.bindData.pcForm)?_c('span',[_c('el-tag',{staticStyle:{\"margin-right\":\"5px\"},on:{\"click\":_vm.handleClose}},[_c('router-link',{attrs:{\"replace\":\"\",\"to\":{path: 'form#formManager', query: {formId: _vm.bindData.pcForm.pcFormId, defId: _vm.bindData.pcForm.pcDefId}}}},[_vm._v(_vm._s(_vm.bindData.pcForm.pcName))])],1)],1):_vm._e()])],1),_c('br'),_c('el-row',[_c('el-col',[_vm._v(\"\\n 手机表单:\\n \"),(_vm.bindData.mobileForm)?_c('span',[_c('el-tag',{staticStyle:{\"margin-right\":\"5px\"},on:{\"click\":_vm.handleClose}},[_c('router-link',{attrs:{\"replace\":\"\",\"to\":{\n path: 'form#mobileFormManager',\n query: {formId: _vm.bindData.mobileForm.mobileFormId, defId: _vm.bindData.mobileForm.mobileDefId}\n }}},[_vm._v(_vm._s(_vm.bindData.mobileForm.mobileName))])],1)],1):_vm._e()])],1)],1),_c('ht-sidebar-dialog',{key:_vm.defConfComponetKey,staticClass:\"flow_conf\",attrs:{\"width\":\"100%\",\"close-on-click-modal\":false,\"visible\":_vm.dialogVisible,\"before-close\":_vm.handleClose}},[_c('el-container',{staticClass:\"fullheight\"},[_c('el-header',{staticStyle:{\"padding\":\"0\"},attrs:{\"height\":\"48px\"}},[_c('div',{staticClass:\"flex\",staticStyle:{\"float\":\"left\",\"justify-content\":\"center\",\"background\":\"#f5f5f5\",\"height\":\"47px\",\"width\":\"180px\",\"border-bottom\":\"1px solid #eee\",\"border-right\":\"1px solid #eee\"}},[_c('el-page-header',{attrs:{\"content\":\"流程编辑\"},on:{\"back\":_vm.handleClose}})],1),_c('div',{staticClass:\"flex\",staticStyle:{\"float\":\"left\",\"justify-content\":\"space-between\",\"height\":\"47px\",\"width\":\"calc(100% - 181px)\",\"border-bottom\":\"1px solid #eee\"}},[_c('el-breadcrumb',{staticStyle:{\"margin-left\":\"20px\"},attrs:{\"separator\":\">\"}},[_c('el-breadcrumb-item',{attrs:{\"to\":{path: '/'}}},[_vm._v(\"流程设计\")]),_c('el-breadcrumb-item',[_vm._v(_vm._s(_vm.defNameAndVrsionTitle))])],1)],1),_c('el-link',{staticClass:\"bpmn-xml-link\",on:{\"click\":_vm.watchBPMNXML}},[_c('i',{staticClass:\"icon-technology\"}),_vm._v(\"\\n BPMNXML\\n \")])],1),_c('el-main',{staticStyle:{\"padding\":\"0\",\"height\":\"100%\"}},[(_vm.dialogVisible)?_c('el-tabs',{ref:\"flowEditTables\",staticClass:\"flow-edit-container\",staticStyle:{\"height\":\"100%\"},attrs:{\"type\":\"card\",\"tab-position\":\"left\",\"before-leave\":_vm.beforePanelLeave},on:{\"tab-click\":_vm.handlePaneClick,\"tab-remove\":_vm.handlePaneRemove},model:{value:(_vm.activeName),callback:function ($$v) {_vm.activeName=$$v},expression:\"activeName\"}},[_c('el-tab-pane',{attrs:{\"label\":\"流程设计\",\"name\":\"defDesign\"}},[_c('BpmEditor',{attrs:{\"defId\":_vm.curSelectDefId},on:{\"def-deploy-success\":_vm.handleDefDeploySuccess,\"switch-config-refresh\":_vm.handleDefSignSuccess}})],1),(!_vm.isShowSubFlowSet)?_c('el-tab-pane',{attrs:{\"label\":\"流程配置\",\"name\":\"defConfig\"}},[(!_vm.flowConfigShouldRefresh)?_c('keep-alive',[_c('FlowConfig',{attrs:{\"defId\":_vm.curSelectDefId}})],1):_c('FlowConfig',{attrs:{\"defId\":_vm.curSelectDefId}})],1):_vm._e(),(_vm.isShowSubFlowSet)?_c('el-tab-pane',{attrs:{\"label\":\"流程配置\",\"name\":\"defConfig\"}},[(_vm.activeName == 'defConfig')?_c('SubFlowConfig',{attrs:{\"defId\":_vm.curSelectDefId}}):_vm._e()],1):_vm._e(),_c('el-tab-pane',{attrs:{\"label\":\"初始赋值\",\"name\":\"boSetting\"}},[(_vm.isCurDefPublish && _vm.activeName == 'boSetting')?_c('FlowEditBoSetting',{attrs:{\"defId\":_vm.curSelectDefId}}):_vm._e()],1),_c('el-tab-pane',{attrs:{\"label\":\"变量管理\",\"name\":\"varManage\"}},[(_vm.isCurDefPublish && _vm.activeName == 'varManage')?_c('FlowVarList',{attrs:{\"defId\":_vm.curSelectDefId}}):_vm._e()],1),_c('el-tab-pane',{attrs:{\"label\":\"版本管理\",\"name\":\"versionManage\"}},[(_vm.isCurDefPublish && _vm.activeName == 'versionManage')?_c('FlowVersionList',{attrs:{\"defId\":_vm.curSelectDefId}}):_vm._e()],1),_c('el-tab-pane',{attrs:{\"label\":\"其它设置\",\"name\":\"otherSetting\"}},[(_vm.isCurDefPublish && _vm.activeName == 'otherSetting')?_c('FlowOtherSetting',{attrs:{\"defId\":_vm.curSelectDefId},on:{\"toggleTab\":_vm.toggleTab}}):_vm._e()],1),(_vm.isShowSubFlowSet)?_c('el-tab-pane',{attrs:{\"closable\":true,\"label\":\"子流程设置\",\"name\":\"subFlowSet\"}},[(_vm.activeName == 'subFlowSet')?_c('SubFlowConfig',{attrs:{\"defId\":_vm.subDefId,\"topDefKey\":_vm.topDefKey}}):_vm._e()],1):_vm._e()],1):_vm._e()],1)],1)],1),(_vm.importDialogVisible)?_c('el-dialog',{attrs:{\"title\":\"导入流程\",\"visible\":_vm.importDialogVisible,\"width\":\"40%\",\"top\":\"30vh\",\"close-on-click-modal\":false},on:{\"update:visible\":function($event){_vm.importDialogVisible=$event}}},[_c('div',{staticStyle:{\"height\":\"150px\",\"padding-left\":\"20px\"}},[_c('eip-sys-type-selector',{attrs:{\"placeholder\":\"请选择分类\",\"type-key\":\"FLOW_TYPE\",\"sys-type-id\":_vm.flowTypeSelectorCatId,\"validate\":{required: true}},on:{\"update:sysTypeId\":function($event){_vm.flowTypeSelectorCatId=$event},\"update:sys-type-id\":function($event){_vm.flowTypeSelectorCatId=$event}},model:{value:(_vm.flowTypeSelectorCatName),callback:function ($$v) {_vm.flowTypeSelectorCatName=$$v},expression:\"flowTypeSelectorCatName\"}}),_c('br'),_c('br'),_c('el-upload',{ref:\"upload\",staticStyle:{\"display\":\"inline-block\"},attrs:{\"action\":_vm.imporCheckUrl,\"on-success\":_vm.handleUploadResult,\"on-error\":_vm.handleUploadResult,\"headers\":_vm.uploadHeaders,\"on-exceed\":_vm.onExceed,\"accept\":\".zip\",\"before-upload\":_vm.beforeUpload,\"limit\":1,\"data\":{isCheck: true},\"auto-upload\":false}},[_c('el-button',{attrs:{\"size\":\"small\",\"icon\":\"el-icon-upload\"}},[_vm._v(\"选择流程\")])],1)],1),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{directives:[{name:\"loading\",rawName:\"v-loading.fullscreen.lock\",value:(_vm.fullscreenLoading),expression:\"fullscreenLoading\",modifiers:{\"fullscreen\":true,\"lock\":true}}],attrs:{\"type\":\"primary\",\"element-loading-text\":\"拼命导入中\"},on:{\"click\":_vm.submitImport}},[_vm._v(\"确 定\")]),_c('el-button',{on:{\"click\":function($event){_vm.importDialogVisible = false}}},[_vm._v(\"取 消\")])],1)]):_vm._e(),_c('el-dialog',{attrs:{\"width\":\"60%\",\"title\":\"复制流程\",\"close-on-click-modal\":false,\"visible\":_vm.dialogSaveCopyVisible,\"before-close\":_vm.handleCloseSaveCopy,\"destroy-on-close\":true}},[_c('form',{directives:[{name:\"form\",rawName:\"v-form\"}],attrs:{\"data-vv-scope\":\"saveCopyForm\"}},[_c('table',{staticClass:\"form-table\",attrs:{\"cellspacing\":\"0\",\"cellpadding\":\"0\",\"border\":\"0\"}},[_c('tbody',[_c('tr',[_c('th',{attrs:{\"width\":\"140px\"}},[_vm._v(\"原流程名称:\")]),_c('td',[_vm._v(_vm._s(_vm.flowRow.name))]),_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"140px\"}},[_vm._v(\"新流程名称\")]),_c('td',[_c('ht-input',{attrs:{\"validate\":{ required: true }},model:{value:(_vm.newFlow.name),callback:function ($$v) {_vm.$set(_vm.newFlow, \"name\", $$v)},expression:\"newFlow.name\"}})],1)]),_c('tr',[_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"140px\"}},[_vm._v(\"原流程别名:\")]),_c('td',[_vm._v(_vm._s(_vm.flowRow.defKey))]),_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"140px\"}},[_vm._v(\"新流程别名\")]),_c('td',[_c('ht-input',{directives:[{name:\"pinyin\",rawName:\"v-pinyin\",value:(_vm.newFlow.name),expression:\"newFlow.name\"}],attrs:{\"autocomplete\":\"off\",\"validate\":{\n required: true,\n regex:{exp:'^[a-zA-Z][a-zA-Z0-9_]*$', message:'只能输入字母、数字、下划线,且以字母开头' },\n isExist: '${form}/form/form/v1/checkKey?key='\n },\"placeholder\":\"请输入别名\"},model:{value:(_vm.newFlow.defKey),callback:function ($$v) {_vm.$set(_vm.newFlow, \"defKey\", $$v)},expression:\"newFlow.defKey\"}})],1)]),_c('tr',[_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"140px\"}},[_vm._v(\"原流程分类:\")]),_c('td',[_vm._v(_vm._s(_vm.flowRow.typeName))]),_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"140px\"}},[_vm._v(\"新流程分类\")]),_c('td',[_c('EipSysTypeSelector',{attrs:{\"placeholder\":\"请选择流程分类\",\"cat-id\":\"6\",\"sys-type-id\":_vm.newFlow.typeId,\"validate\":{ required: true }},on:{\"update:sysTypeId\":function($event){return _vm.$set(_vm.newFlow, \"typeId\", $event)},\"update:sys-type-id\":function($event){return _vm.$set(_vm.newFlow, \"typeId\", $event)}},model:{value:(_vm.newFlow.typeName),callback:function ($$v) {_vm.$set(_vm.newFlow, \"typeName\", $$v)},expression:\"newFlow.typeName\"}})],1)])])])]),_c('div',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":_vm.saveCopy}},[_vm._v(\"确定\")]),_c('el-button',{on:{\"click\":_vm.handleCloseSaveCopy}},[_vm._v(\"取消\")])],1)]),(_vm.deleteDialogVisible)?_c('el-dialog',{staticClass:\"delete-dialog\",attrs:{\"title\":\"删除流程\",\"visible\":_vm.deleteDialogVisible,\"width\":\"50%\",\"close-on-click-modal\":false},on:{\"update:visible\":function($event){_vm.deleteDialogVisible=$event}}},[_c('h3',{staticStyle:{\"color\":\"red\"}},[_vm._v(\"重要提醒:删除流程定义,对应的实例和任务会一起删除,并且无法恢复\")]),_c('div',{staticClass:\"delete-dialog_container\"},_vm._l((_vm.deleteList),function(def){return _c('div',{key:def.defKey},[_vm._v(\"\\n \"+_vm._s(def.name)+\"(共有实例:\"+_vm._s(def.totalCount)+\"个,其中运行中的实例:\"+_vm._s(def.runningCount)+\"个)  \"),_c('i',{staticClass:\"el-icon-close\",on:{\"click\":function($event){return _vm.deleteList.remove(def)}}})])}),0),(false)?_c('el-input',{attrs:{\"type\":\"textarea\",\"rows\":2,\"placeholder\":\"请输入删除原因\"},model:{value:(_vm.deleteReason),callback:function ($$v) {_vm.deleteReason=$$v},expression:\"deleteReason\"}}):_vm._e(),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{directives:[{name:\"loading\",rawName:\"v-loading.fullscreen.lock\",value:(_vm.fullscreenLoading),expression:\"fullscreenLoading\",modifiers:{\"fullscreen\":true,\"lock\":true}}],attrs:{\"type\":\"primary\",\"element-loading-text\":\"删除中\"},on:{\"click\":_vm.batchDeleteConfirm}},[_vm._v(\"确认删除\")]),_c('el-button',{on:{\"click\":function($event){_vm.deleteDialogVisible = false}}},[_vm._v(\"取 消\")])],1)],1):_vm._e(),_c('eip-sys-type-dialog',{ref:\"typeSetDialog\",attrs:{\"name\":\"typeSetDialog\",\"cat-id\":'6'},on:{\"onConfirm\":_vm.sysTypeDialogOnConfirm}}),_c('processSimulation',{ref:\"processSimulation\"}),_c('def-authorize-page-dialog',{ref:\"defAuthorizePageDialog\",attrs:{\"name\":\"defAuthorizePageDialog\"}})],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}