{"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\\components\\flow\\FlowVersionList.vue?vue&type=template&id=8c265d0c&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\flow\\FlowVersionList.vue","mtime":1675071991850},{"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',{staticStyle:{\"height\":\"calc(100% - 20px)\",\"margin\":\"10px\"}},[_c('ht-table',{ref:\"htTable\",attrs:{\"data\":_vm.versionList,\"selectable\":false,\"pageResult\":_vm.pageResult,\"nopagination\":false,\"show-export\":false,\"show-custom-column\":false},on:{\"load\":_vm.loadData}},[_c('ht-table-column',{attrs:{\"type\":\"index\",\"width\":\"50\",\"align\":\"center\",\"label\":\"序号\"}}),_c('ht-table-column',{attrs:{\"prop\":\"name\",\"align\":\"center\",\"show-overflow-tooltip\":true,\"label\":\"流程名称\"}}),_c('ht-table-column',{attrs:{\"prop\":\"defKey\",\"width\":\"200\",\"align\":\"center\",\"label\":\"流程key\"}}),_c('ht-table-column',{attrs:{\"prop\":\"status\",\"label\":\"流程状态\",\"width\":\"120\",\"filters\":[{text:'已发布', value:'deploy'},{text:'未发布', value:'draft'},{text:'禁用', value:'forbidden'},{text:'禁止实例', value:'forbidden_instance'}]},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar row = ref.row;\nreturn [(row.status=='deploy')?_c('el-tag',{attrs:{\"type\":\"success\"}},[_vm._v(\"已发布\")]):_vm._e(),(row.status=='draft')?_c('el-tag',{attrs:{\"type\":\"info\"}},[_vm._v(\"未发布\")]):_vm._e(),(row.status=='forbidden')?_c('el-tag',{attrs:{\"type\":\"danger\"}},[_vm._v(\"禁用\")]):_vm._e(),(row.status=='forbidden_instance')?_c('el-tag',{attrs:{\"type\":\"warning\"}},[_vm._v(\"禁止实例\")]):_vm._e()]}}])}),_c('ht-table-column',{attrs:{\"prop\":\"version\",\"width\":\"80\",\"align\":\"center\",\"label\":\"版本号\"}}),_c('ht-table-column',{attrs:{\"prop\":\"isMain\",\"label\":\"是否主版本\",\"width\":\"150\",\"filters\":[{text:'主版本', value:'Y'},{text:'非主版本', value:'N'}]},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar row = ref.row;\nreturn [(row.isMain=='Y')?_c('el-tag',{attrs:{\"type\":\"success\"}},[_vm._v(\"主版本\")]):_vm._e(),(row.isMain=='N')?_c('el-tag',{attrs:{\"type\":\"info\"}},[_vm._v(\"非主版本\")]):_vm._e()]}}])}),_c('ht-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\",\"align\":\"left\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar row = ref.row;\nreturn [_c('el-button',{attrs:{\"size\":\"mini\",\"icon\":\"el-icon-edit\"},on:{\"click\":function($event){return _vm.hisVersionDefDetail(row.id)}}},[_vm._v(\"明细\")]),(row.isMain=='N')?_c('el-button',{attrs:{\"size\":\"mini\",\"icon\":\"el-icon-setting\"},on:{\"click\":function($event){return _vm.switchMainVersion(row.id)}}},[_vm._v(\"设为主版本\")]):_vm._e(),(row.isMain=='N')?_c('el-button',{attrs:{\"size\":\"mini\",\"type\":\"danger\",\"icon\":\"el-icon-delete\"},on:{\"click\":function($event){return _vm.remove(row.id)}}},[_vm._v(\"删除\")]):_vm._e()]}}])})],1),_c('el-dialog',{staticClass:\"urgent-text\",attrs:{\"title\":\"版本明细\",\"visible\":_vm.dialogDetailVisible,\"append-to-body\":\"\",\"before-close\":_vm.close,\"close-on-click-modal\":false},on:{\"update:visible\":function($event){_vm.dialogDetailVisible=$event}}},[_c('el-form',{attrs:{\"model\":_vm.data,\"data-vv-scope\":\"settingSave\"}},[_c('table',{staticClass:\"form-table\",attrs:{\"cellspacing\":\"0\",\"cellpadding\":\"0\",\"border\":\"0\"}},[_c('tbody',[_c('tr',[_c('th',{attrs:{\"width\":\"160px\"}},[_vm._v(\"流程名称:\")]),_c('td',[_vm._v(_vm._s(_vm.data.name))]),_c('th',{attrs:{\"width\":\"160px\"}},[_vm._v(\"流程业务主键:\")]),_c('td',[_vm._v(_vm._s(_vm.data.defKey))])]),_c('tr',[_c('th',{attrs:{\"width\":\"160px\"}},[_vm._v(\"流程描述:\")]),_c('td',[_vm._v(_vm._s(_vm.data.desc))]),_c('th',{attrs:{\"width\":\"160px\"}},[_vm._v(\"创建时间:\")]),_c('td',[_vm._v(_vm._s(_vm.data.createTime))])]),_c('tr',[_c('th',{attrs:{\"width\":\"160px\"}},[_vm._v(\"流程状态:\")]),_c('td',[(_vm.data.status=='draft')?_c('span',[_vm._v(\"草稿\")]):_vm._e(),(_vm.data.status=='deploy')?_c('span',[_vm._v(\"发布\")]):_vm._e(),(_vm.data.status=='forbidden')?_c('span',[_vm._v(\"禁用\")]):_vm._e(),(_vm.data.status=='forbidden_instance')?_c('span',[_vm._v(\"禁止实例\")]):_vm._e()]),_c('th',{attrs:{\"width\":\"160px\"}},[_vm._v(\"更新时间:\")]),_c('td',[_vm._v(_vm._s(_vm.data.updateTime))])]),_c('tr',[_c('th',{attrs:{\"width\":\"160px\"}},[_vm._v(\"版本 - 是否主版本:\")]),_c('td',[(_vm.data.isMain=='Y')?_c('span',[_vm._v(\"是\")]):_vm._e(),(_vm.data.isMain=='N')?_c('span',[_vm._v(\"否\")]):_vm._e()]),_c('th',{attrs:{\"width\":\"160px\"}},[_vm._v(\"测试状态:\")]),_c('td',[(_vm.data.testStatus=='run')?_c('span',[_vm._v(\"正式\")]):_vm._e(),(_vm.data.testStatus=='test')?_c('span',[_vm._v(\"测试\")]):_vm._e()])]),_c('tr',[_c('th',{attrs:{\"width\":\"160px\"}},[_vm._v(\"版本 - 当前版本号:\")]),_c('td',[_vm._v(_vm._s(_vm.data.version))]),_c('th',{attrs:{\"width\":\"160px\"}},[_vm._v(\"版本 - 主版本流程ID:\")]),_c('td',[_vm._v(_vm._s(_vm.data.mainDefId))])]),_c('tr',[_c('th',{attrs:{\"width\":\"160px\"}},[_vm._v(\"版本 - 变更理由:\")]),_c('td',[_vm._v(_vm._s(_vm.data.reason))]),_c('th',{attrs:{\"width\":\"160px\"}},[_vm._v(\"流程定义ID:\")]),_c('td',[_vm._v(_vm._s(_vm.data.defId))])])])])])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}