{"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\\system\\generator\\sysModuleCreate.vue?vue&type=template&id=33aa17db&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\system\\generator\\sysModuleCreate.vue","mtime":1675071993225},{"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('div',{staticClass:\"fullheight\"},[_c('el-row',{staticStyle:{\"padding-top\":\"50px\"}},[_c('el-col',{attrs:{\"offset\":6,\"span\":12}},[_c('el-steps',{attrs:{\"active\":_vm.active,\"finish-status\":\"success\",\"align-center\":\"\"}},[_c('el-step',{attrs:{\"title\":\"应用类型\"}}),_c('el-step',{attrs:{\"title\":\"基本信息\"}}),_c('el-step',{attrs:{\"title\":\"菜单配置\"}})],1)],1)],1),(_vm.active === 1)?_c('div',{staticClass:\"flex\",staticStyle:{\"justify-content\":\"space-evenly\",\"margin-top\":\"30px\"}},[_c('el-card',{staticStyle:{\"width\":\"380px\",\"height\":\"480px\"},attrs:{\"body-style\":{ padding: '0px' }}},[_c('div',{staticStyle:{\"padding\":\"40px\"}},[_c('div',{staticClass:\"block\",staticStyle:{\"text-align\":\"center\"}},[_c('el-avatar',{staticStyle:{\"background\":\"#FAECEE\"},attrs:{\"size\":100,\"fit\":\"scale-down\",\"src\":_vm.flowSvg}}),_c('span',{staticClass:\"type-title__span\"},[_vm._v(\"流程模块\")])],1),_c('div',{staticClass:\"block\",staticStyle:{\"margin\":\"30px\",\"width\":\"240px\",\"height\":\"150px\"}},[_c('span',{staticClass:\"type-header__span\"},[_vm._v(\"开发流程模块\")]),_c('span',{staticClass:\"type-desc__span\"},[_vm._v(\"根据流程模板创建流程工作空间,可对某条流程进行全过程管理,并针对表单数据进行增删查改导出和明细查看与报表查看等操作。\")])]),_c('div',{staticStyle:{\"text-align\":\"center\"}},[_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.selectModuleType('flow')}}},[_vm._v(\"立即创建\")])],1)])]),_c('el-card',{staticStyle:{\"width\":\"380px\",\"height\":\"480px\"},attrs:{\"body-style\":{ padding: '0px' }}},[_c('div',{staticStyle:{\"padding\":\"40px\"}},[_c('div',{staticStyle:{\"text-align\":\"center\"}},[_c('el-avatar',{staticStyle:{\"background\":\"#F9EEE4\"},attrs:{\"size\":100,\"fit\":\"scale-down\",\"src\":_vm.formSvg}}),_c('span',{staticClass:\"type-title__span\",staticStyle:{\"color\":\"#F48D2F\"}},[_vm._v(\"表单模块\")])],1),_c('div',{staticStyle:{\"margin\":\"30px\",\"width\":\"240px\",\"height\":\"150px\"}},[_c('span',{staticClass:\"type-header__span\"},[_vm._v(\"开发表单模块\")]),_c('span',{staticClass:\"type-desc__span\"},[_vm._v(\"根据表单模板创建表应用。可对表单数据进行增删查改导出和明细查看等操作;可根据规则设定数据分析图表。\")])]),_c('div',{staticStyle:{\"text-align\":\"center\"}},[_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.selectModuleType('form')}}},[_vm._v(\"立即创建\")])],1)])])],1):_vm._e(),_c('div',{staticClass:\"flex\",staticStyle:{\"justify-content\":\"center\"}},[(_vm.active === 2)?_c('div',{staticStyle:{\"margin-top\":\"30px\",\"padding\":\"30px\",\"width\":\"860px\",\"background\":\"#fff\"}},[_c('el-form',{attrs:{\"data-vv-scope\":\"sysModuleForm\",\"model\":_vm.data}},[_c('el-row',{attrs:{\"span\":10}},[_c('el-col',{attrs:{\"span\":12}},[_c('ht-form-item',{staticClass:\"identity-input-width\",attrs:{\"label\":\"模块名称\",\"prop\":\"name\",\"label-width\":\"120px\"}},[_c('ht-input',{staticStyle:{\"width\":\"250px\"},attrs:{\"autocomplete\":\"off\",\"validate\":{ required: true },\"placeholder\":\"请输入模块名称\"},model:{value:(_vm.data.name),callback:function ($$v) {_vm.$set(_vm.data, \"name\", $$v)},expression:\"data.name\"}})],1)],1),_c('el-col',{attrs:{\"span\":12}},[_c('ht-form-item',{staticClass:\"identity-input-width\",attrs:{\"label\":\"模块编码\",\"label-width\":\"120px\",\"prop\":\"code\"}},[(_vm.data.id == '')?_c('ht-input',{directives:[{name:\"pinyin\",rawName:\"v-pinyin\",value:(_vm.data.name),expression:\"data.name\"}],staticStyle:{\"width\":\"250px\"},attrs:{\"autocomplete\":\"off\",\"validate\":{\n required: true,\n alpha_dash: true,\n isExist: '${portal}/sys/sysModule/v1/isExist?code='\n },\"placeholder\":\"请输入模块编码\"},model:{value:(_vm.data.code),callback:function ($$v) {_vm.$set(_vm.data, \"code\", $$v)},expression:\"data.code\"}}):_c('ht-input',{attrs:{\"disabled\":\"disabled\"},model:{value:(_vm.data.code),callback:function ($$v) {_vm.$set(_vm.data, \"code\", $$v)},expression:\"data.code\"}})],1)],1)],1),_c('el-row',{attrs:{\"span\":10}},[_c('el-col',{attrs:{\"span\":12}},[_c('ht-form-item',{attrs:{\"label\":\"选择分类\",\"prop\":\"classifyName\",\"label-width\":\"120px\"}},[_c('eip-sys-type-selector',{staticClass:\"identity-input-width\",staticStyle:{\"width\":\"250px\"},attrs:{\"placeholder\":\"请选择分类\",\"typeKey\":\"SYSMODULE\",\"sys-type-id\":_vm.data.classifyId,\"validate\":{ required: true }},on:{\"update:sysTypeId\":function($event){return _vm.$set(_vm.data, \"classifyId\", $event)},\"update:sys-type-id\":function($event){return _vm.$set(_vm.data, \"classifyId\", $event)}},model:{value:(_vm.data.classifyName),callback:function ($$v) {_vm.$set(_vm.data, \"classifyName\", $$v)},expression:\"data.classifyName\"}})],1)],1),_c('el-col',{attrs:{\"span\":12}},[(_vm.data.type == 'form')?_c('ht-form-item',{attrs:{\"label\":\"选择表单\",\"prop\":\"relName\",\"label-width\":\"120px\"}},[(_vm.data.id == '')?_c('ht-input',{staticStyle:{\"width\":\"250px\"},attrs:{\"type\":\"text\",\"readonly\":\"readonly\",\"validate\":{ required: true },\"placeholder\":\"请选择表单\"},on:{\"clear\":_vm.clearForm},model:{value:(_vm.data.relName),callback:function ($$v) {_vm.$set(_vm.data, \"relName\", $$v)},expression:\"data.relName\"}},[_c('el-button',{attrs:{\"slot\":\"append\",\"icon\":\"el-icon-search\"},on:{\"click\":_vm.selectForm},slot:\"append\"})],1):_c('ht-input',{staticStyle:{\"width\":\"250px\"},attrs:{\"disabled\":\"disabled\"},model:{value:(_vm.data.relName),callback:function ($$v) {_vm.$set(_vm.data, \"relName\", $$v)},expression:\"data.relName\"}})],1):_vm._e(),(_vm.data.type == 'flow')?_c('ht-form-item',{attrs:{\"label\":\"选择流程\",\"prop\":\"relName\",\"label-width\":\"120px\"}},[(_vm.data.id == '')?_c('ht-input',{staticStyle:{\"width\":\"250px\"},attrs:{\"type\":\"text\",\"readonly\":\"readonly\",\"validate\":{ required: true }},on:{\"focus\":_vm.selectFlow},model:{value:(_vm.data.relName),callback:function ($$v) {_vm.$set(_vm.data, \"relName\", $$v)},expression:\"data.relName\"}},[_c('el-button',{attrs:{\"slot\":\"append\",\"icon\":\"el-icon-search\"},on:{\"click\":_vm.selectFlow},slot:\"append\"})],1):_c('ht-input',{staticStyle:{\"width\":\"250px\"},attrs:{\"disabled\":\"disabled\"},model:{value:(_vm.data.relName),callback:function ($$v) {_vm.$set(_vm.data, \"relName\", $$v)},expression:\"data.relName\"}})],1):_vm._e()],1)],1),_c('ht-form-item',{staticClass:\"identity-input-width\",attrs:{\"label\":\"模块描述\",\"prop\":\"desc\",\"label-width\":\"120px\"}},[_c('ht-input',{staticStyle:{\"width\":\"680px\"},attrs:{\"type\":\"textarea\",\"rows\":3},model:{value:(_vm.data.desc),callback:function ($$v) {_vm.$set(_vm.data, \"desc\", $$v)},expression:\"data.desc\"}})],1)],1)],1):_vm._e()]),(_vm.active === 3)?_c('div',{staticStyle:{\"width\":\"860px\",\"margin\":\"0 auto\"}},[_c('el-form',{attrs:{\"data-vv-scope\":\"modelForm\",\"model\":_vm.data}},[_c('el-card',{staticClass:\"box-card\"},[_c('div',{attrs:{\"slot\":\"header\"},slot:\"header\"},[_c('span',{staticStyle:{\"font-weight\":\"bold\"}},[_vm._v(\"菜单配置\")])]),_c('ht-checkbox',{attrs:{\"options\":_vm.menuList,\"border\":true},model:{value:(_vm.data.menu),callback:function ($$v) {_vm.$set(_vm.data, \"menu\", $$v)},expression:\"data.menu\"}})],1),(_vm.data.menu.indexOf('workspace') != -1)?_c('el-card',{staticClass:\"box-card\"},[_c('div',{attrs:{\"slot\":\"header\"},slot:\"header\"},[_c('span',{staticStyle:{\"margin\":\"10px\"}},[_vm._v(\"工作空间配置\")]),_c('el-button',{attrs:{\"type\":\"primary\",\"icon\":\"el-icon-plus\"},on:{\"click\":_vm.addWorkspace}},[_vm._v(\"添加\")])],1),_c('el-row',[_c('ht-input',{attrs:{\"type\":\"text\",\"placeholder\":\"请选择报表\"},on:{\"focus\":function($event){return _vm.showDataTemplateDialog('flow')}},model:{value:(_vm.data.reportName),callback:function ($$v) {_vm.$set(_vm.data, \"reportName\", $$v)},expression:\"data.reportName\"}},[_c('el-button',{attrs:{\"slot\":\"append\",\"type\":\"primary\",\"icon\":\"el-icon-search\"},on:{\"click\":function($event){return _vm.showDataTemplateDialog('flow')}},slot:\"append\"},[_vm._v(\"选择\")]),_vm._v(\">\\n \")],1),_c('el-table',{staticClass:\"form-table\",staticStyle:{\"width\":\"100%\"},attrs:{\"data\":_vm.workspaceList,\"border\":\"\"}},[_c('el-table-column',{attrs:{\"label\":\"菜单类型\",\"width\":\"140\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('ht-select',{attrs:{\"options\":_vm.workspaceSelectList,\"placeholder\":\"请选择模块名称\",\"validate\":{ required: true }},on:{\"change\":function($event){return _vm.workspaceChangeType($event, scope.$index)}},model:{value:(scope.row.code),callback:function ($$v) {_vm.$set(scope.row, \"code\", $$v)},expression:\"scope.row.code\"}})]}}],null,false,472812906)}),_c('el-table-column',{attrs:{\"label\":\"菜单名称\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('ht-input',{attrs:{\"autocomplete\":\"off\",\"validate\":{ required: true },\"placeholder\":\"请输入菜单名称\"},model:{value:(scope.row.name),callback:function ($$v) {_vm.$set(scope.row, \"name\", $$v)},expression:\"scope.row.name\"}})]}}],null,false,290471019)}),_c('el-table-column',{attrs:{\"label\":\"显示方式\",\"width\":\"300\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return (scope.row.code)?[_c('el-radio',{attrs:{\"label\":\"flow\",\"border\":\"\"},on:{\"change\":function($event){return _vm.changeshowType($event, scope.$index)}},model:{value:(scope.row.showType),callback:function ($$v) {_vm.$set(scope.row, \"showType\", $$v)},expression:\"scope.row.showType\"}},[_vm._v(\"流程中心\")]),_c('el-radio',{directives:[{name:\"show\",rawName:\"v-show\",value:(\n scope.row.code != 'newProcess' && _vm.data.reportName != ''\n ),expression:\"\\n scope.row.code != 'newProcess' && data.reportName != ''\\n \"}],attrs:{\"label\":\"reportForm\",\"border\":\"\"},on:{\"change\":function($event){return _vm.changeshowType($event, scope.$index)}},model:{value:(scope.row.showType),callback:function ($$v) {_vm.$set(scope.row, \"showType\", $$v)},expression:\"scope.row.showType\"}},[_vm._v(\"报表\")])]:undefined}}],null,true)}),_c('el-table-column',{attrs:{\"fixed\":\"right\",\"label\":\"操作\",\"width\":\"200\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('el-button',{attrs:{\"size\":\"small\",\"type\":\"text\",\"icon\":\"el-icon-delete\"},on:{\"click\":function($event){return _vm.workspaceList.remove(scope.row)}}},[_vm._v(\"删除\")]),_c('el-button',{attrs:{\"size\":\"small\",\"type\":\"text\",\"icon\":\"el-icon-arrow-up\"},on:{\"click\":function($event){return _vm.move('workspaceList', _vm.workspaceList, scope.row, 'up')}}},[_vm._v(\"上移\")]),_c('el-button',{attrs:{\"size\":\"small\",\"type\":\"text\",\"icon\":\"el-icon-arrow-down\"},on:{\"click\":function($event){return _vm.move('workspaceList', _vm.workspaceList, scope.row, 'down')}}},[_vm._v(\"下移\")])]}}],null,false,2868736561)})],1)],1)],1):_vm._e(),(_vm.data.menu.indexOf('datalist') != -1)?_c('el-card',{staticClass:\"box-card\"},[_c('div',{attrs:{\"slot\":\"header\"},slot:\"header\"},[_c('span',{staticStyle:{\"margin-right\":\"10px\",\"font-weight\":\"bold\"}},[_vm._v(\"数据列表配置\")]),_c('el-button',{attrs:{\"type\":\"primary\",\"icon\":\"el-icon-search\"},on:{\"click\":function($event){return _vm.showDataTemplateDialog('dataReport')}}},[_vm._v(\"选择\")])],1),_c('el-table',{staticClass:\"form-table\",staticStyle:{\"width\":\"100%\"},attrs:{\"data\":_vm.datalistList,\"border\":\"\"}},[_c('el-table-column',{attrs:{\"label\":\"报表名称\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('ht-input',{attrs:{\"autocomplete\":\"off\",\"validate\":{ required: true },\"placeholder\":\"请输入报表名称\"},model:{value:(scope.row.name),callback:function ($$v) {_vm.$set(scope.row, \"name\", $$v)},expression:\"scope.row.name\"}})]}}],null,false,1711245839)}),_c('el-table-column',{attrs:{\"label\":\"报表别名\",\"prop\":\"code\"}}),_c('el-table-column',{attrs:{\"label\":\"BO定义别名\",\"prop\":\"viewCode\"}}),_c('el-table-column',{attrs:{\"fixed\":\"right\",\"label\":\"操作\",\"width\":\"200\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('el-button',{attrs:{\"size\":\"small\",\"type\":\"text\",\"icon\":\"el-icon-delete\"},on:{\"click\":function($event){return _vm.datalistList.remove(scope.row)}}},[_vm._v(\"删除\")]),_c('el-button',{attrs:{\"size\":\"small\",\"type\":\"text\",\"icon\":\"el-icon-arrow-up\"},on:{\"click\":function($event){return _vm.move('datalistList', _vm.datalistList, scope.row, 'up')}}},[_vm._v(\"上移\")]),_c('el-button',{attrs:{\"size\":\"small\",\"type\":\"text\",\"icon\":\"el-icon-arrow-down\"},on:{\"click\":function($event){return _vm.move('datalistList', _vm.datalistList, scope.row, 'down')}}},[_vm._v(\"下移\")])]}}],null,false,158833638)})],1)],1):_vm._e(),(_vm.data.menu.indexOf('viewlist') != -1)?_c('el-card',{staticClass:\"box-card\"},[_c('div',{attrs:{\"slot\":\"header\"},slot:\"header\"},[_c('span',[_vm._v(\"视图列表\")])])]):_vm._e(),(_vm.data.menu.indexOf('chart') != -1)?_c('el-card',{staticClass:\"box-card\"},[_c('div',{attrs:{\"slot\":\"header\"},slot:\"header\"},[_c('span',{staticStyle:{\"margin-right\":\"10px\",\"font-weight\":\"bold\"}},[_vm._v(\"图表配置\")]),_c('el-button',{attrs:{\"type\":\"primary\",\"icon\":\"el-icon-search\"},on:{\"click\":_vm.showChartDialog}},[_vm._v(\"选择\")])],1),_c('el-row',[_c('el-table',{staticClass:\"form-table\",staticStyle:{\"width\":\"100%\"},attrs:{\"data\":_vm.chartList,\"border\":\"\"}},[_c('el-table-column',{attrs:{\"label\":\"图表名称\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('ht-input',{attrs:{\"autocomplete\":\"off\",\"validate\":{ required: true },\"placeholder\":\"请输入图表名称\"},model:{value:(scope.row.name),callback:function ($$v) {_vm.$set(scope.row, \"name\", $$v)},expression:\"scope.row.name\"}})]}}],null,false,3693064500)}),_c('el-table-column',{attrs:{\"label\":\"图表别名\",\"prop\":\"code\"}}),_c('el-table-column',{attrs:{\"label\":\"图表类型\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(\n scope.row.chartType === '1' || scope.row.chartType === '2'\n )?_c('el-tag',[_vm._v(\"折线图/柱状图\")]):(scope.row.chartType === '3')?_c('el-tag',{attrs:{\"type\":\"warning\"}},[_vm._v(\"饼图\")]):(scope.row.chartType === '4')?_c('el-tag',{attrs:{\"type\":\"danger\"}},[_vm._v(\"雷达图\")]):(scope.row.chartType === '5')?_c('el-tag',{attrs:{\"type\":\"info\"}},[_vm._v(\"漏斗图\")]):(scope.row.chartType === '6')?_c('el-tag',{attrs:{\"type\":\"success\"}},[_vm._v(\"散点图\")]):(scope.row.chartType === '7')?_c('el-tag',{attrs:{\"type\":\"warning\"}},[_vm._v(\"热力图\")]):_c('el-tag',{attrs:{\"type\":\"warning\"}},[_vm._v(_vm._s(scope.row.chartType === \"1\"))])]}}],null,false,3653946929)}),_c('el-table-column',{attrs:{\"fixed\":\"right\",\"label\":\"操作\",\"width\":\"200\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('el-button',{attrs:{\"size\":\"small\",\"type\":\"text\",\"icon\":\"el-icon-delete\"},on:{\"click\":function($event){return _vm.chartList.remove(scope.row)}}},[_vm._v(\"删除\")]),_c('el-button',{attrs:{\"size\":\"small\",\"type\":\"text\",\"icon\":\"el-icon-arrow-up\"},on:{\"click\":function($event){return _vm.move('chartList', _vm.chartList, scope.row, 'up')}}},[_vm._v(\"上移\")]),_c('el-button',{attrs:{\"size\":\"small\",\"type\":\"text\",\"icon\":\"el-icon-arrow-down\"},on:{\"click\":function($event){return _vm.move('chartList', _vm.chartList, scope.row, 'down')}}},[_vm._v(\"下移\")])]}}],null,false,2573162104)})],1)],1)],1):_vm._e(),(_vm.data.menu.indexOf('other') != -1)?_c('el-card',{staticClass:\"box-card\"},[_c('div',{attrs:{\"slot\":\"header\"},slot:\"header\"},[_c('span',{staticStyle:{\"margin-right\":\"10px\",\"font-weight\":\"bold\"}},[_vm._v(\"栏目配置\")]),_c('el-button',{attrs:{\"type\":\"primary\",\"icon\":\"el-icon-plus\"},on:{\"click\":_vm.addOtherType}},[_vm._v(\"添加栏目组\")])],1),_c('el-row',_vm._l((_vm.otherTypeArr),function(otherType,index){return _c('el-table',{key:index,staticClass:\"form-table\",staticStyle:{\"width\":\"100%\"},attrs:{\"border\":\"\",\"data\":otherType.otherList}},[_c('el-table-column',{attrs:{\"label\":\"栏目组名称\",\"width\":\"30%\"}},[_c('el-table-column',{attrs:{\"label\":\"名称\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('ht-input',{attrs:{\"autocomplete\":\"off\",\"validate\":{ required: true },\"placeholder\":\"请输入名称\"},model:{value:(scope.row.name),callback:function ($$v) {_vm.$set(scope.row, \"name\", $$v)},expression:\"scope.row.name\"}})]}}],null,true)})],1),_c('el-table-column',{scopedSlots:_vm._u([{key:\"header\",fn:function(){return [_c('ht-input',{attrs:{\"autocomplete\":\"off\",\"validate\":{ required: true },\"placeholder\":\"请输入菜单名称\"},model:{value:(otherType.name),callback:function ($$v) {_vm.$set(otherType, \"name\", $$v)},expression:\"otherType.name\"}})]},proxy:true}],null,true)},[_c('el-table-column',{attrs:{\"prop\":\"url\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('ht-input',{attrs:{\"autocomplete\":\"off\",\"validate\":{ required: true },\"placeholder\":\"请输入url\"},model:{value:(scope.row.url),callback:function ($$v) {_vm.$set(scope.row, \"url\", $$v)},expression:\"scope.row.url\"}})]}}],null,true)})],1),_c('el-table-column',{attrs:{\"width\":\"20%\"},scopedSlots:_vm._u([{key:\"header\",fn:function(){return [_c('el-button',{attrs:{\"type\":\"primary\",\"icon\":\"el-icon-plus\"},on:{\"click\":function($event){return otherType.otherList.push({ type: 'other' })}}},[_vm._v(\"添加子栏目\")]),_c('el-button',{attrs:{\"type\":\"primary\",\"icon\":\"el-icon-delete\"},on:{\"click\":function($event){return _vm.otherTypeArr.remove(otherType)}}},[_vm._v(\"删除栏目组\")])]},proxy:true}],null,true)},[_c('el-table-column',{attrs:{\"prop\":\"province\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('el-button',{attrs:{\"size\":\"small\",\"type\":\"text\",\"icon\":\"el-icon-delete\"},on:{\"click\":function($event){return otherType.otherList.remove(scope.row)}}},[_vm._v(\"删除\")]),_c('el-button',{attrs:{\"size\":\"small\",\"type\":\"text\",\"icon\":\"el-icon-arrow-up\"},on:{\"click\":function($event){return _vm.moveTo(index, otherType.otherList, scope.row, 'up')}}},[_vm._v(\"上移\")]),_c('el-button',{attrs:{\"size\":\"small\",\"type\":\"text\",\"icon\":\"el-icon-arrow-down\"},on:{\"click\":function($event){return _vm.moveTo(index, otherType.otherList, scope.row, 'down')}}},[_vm._v(\"下移\")])]}}],null,true)})],1)],1)}),1)],1):_vm._e()],1)],1):_vm._e(),_c('el-row',{staticStyle:{\"margin\":\"30px 0\",\"text-align\":\"center\"}},[_c('el-button',{staticStyle:{\"margin-right\":\"30px\"},attrs:{\"type\":\"danger\"},on:{\"click\":function($event){return _vm.$emit('close-dialog')}}},[_vm._v(\"关闭\")]),((_vm.active > 1 && !_vm.id) || (_vm.active > 2 && _vm.id))?_c('el-button',{staticStyle:{\"margin-top\":\"12px\"},on:{\"click\":_vm.step}},[_vm._v(\"上一步\")]):_vm._e(),(_vm.active == 2)?_c('el-button',{staticStyle:{\"margin-top\":\"12px\"},on:{\"click\":_vm.next}},[_vm._v(\"下一步\")]):_vm._e(),(_vm.active == 3)?_c('el-button',{staticStyle:{\"margin-top\":\"12px\"},attrs:{\"loading\":_vm.isSubmit},on:{\"click\":_vm.stepToSave}},[_vm._v(\"保存\")]):_vm._e(),(_vm.active == 3)?_c('el-button',{staticStyle:{\"margin-top\":\"12px\"},attrs:{\"loading\":_vm.isSubmit},on:{\"click\":_vm.modulePush}},[_vm._v(\"发布\")]):_vm._e()],1),_c('business-obj-dialog',{ref:\"objDialog\",attrs:{\"dataView\":{},\"clickTree\":{}},on:{\"loadTableData\":_vm.closeBusinessObjDialog}}),_c('EipFormDialog',{ref:\"eipFormDialog\",attrs:{\"single\":true,\"formType\":\"pc\",\"appendToBody\":\"\"},on:{\"onConfirm\":_vm.dialogFormConfirm}}),_c('eip-flow-dialog',{ref:\"eipFlowDialog\",attrs:{\"single\":true,\"append-to-body\":\"\"},on:{\"onConfirm\":_vm.dialogFlowConfirm}}),_c('eip-chart-dialog',{ref:\"chartDialog\",attrs:{\"appendToBody\":true,\"single\":false,\"chartType\":2},on:{\"onConfirm\":_vm.onChartConfirm}}),_c('eip-data-template-dialog',{ref:\"dataTemplateDialog\",attrs:{\"appendToBody\":true,\"single\":_vm.data.type == 'flow',\"type\":_vm.data.type,\"defKey\":_vm.data.relCode},on:{\"onConfirm\":_vm.onDataTemplateConfirm}}),_c('eip-data-template-dialog',{ref:\"dataReportDialog\",attrs:{\"appendToBody\":true,\"single\":false,\"defKey\":_vm.data.type == 'form' ? _vm.data.relCode : ''},on:{\"onConfirm\":_vm.onDataReportConfirm}}),_c('sysModuleAddMenus',{ref:\"sysModuleAddMenus\",attrs:{\"appendToBody\":true,\"moduleName\":_vm.moduleName,\"isSubmit\":_vm.isSubmit},on:{\"update:isSubmit\":function($event){_vm.isSubmit=$event},\"update:is-submit\":function($event){_vm.isSubmit=$event},\"close-dialog\":_vm.addMenusClose}})],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}