{"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\\reportManagement\\BigScreen\\BigScreenManagement.vue?vue&type=template&id=13cf64f7&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\reportManagement\\BigScreen\\BigScreenManagement.vue","mtime":1675071993053},{"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:\"list\"},[_c('el-main',[_c('el-tabs',{staticStyle:{\"width\":\"110px\",\"display\":\"inline\"},attrs:{\"tab-position\":_vm.tabPosition},on:{\"tab-click\":_vm.handleClick},model:{value:(_vm.activeCategoryName),callback:function ($$v) {_vm.activeCategoryName=$$v},expression:\"activeCategoryName\"}},_vm._l((_vm.category),function(item){return _c('el-tab-pane',{key:item.categoryValue,attrs:{\"label\":item.categoryKey,\"name\":item.categoryValue}})}),1),_c('div',{staticClass:\"page\"},[_c('el-pagination',{attrs:{\"layout\":\"total, sizes, prev, pager, next, jumper\",\"background\":\"\",\"size\":\"mini\",\"current-page\":_vm.page.page,\"pageSize\":_vm.page.size,\"page\":_vm.page.page,\"total\":_vm.page.total},on:{\"size-change\":_vm.handleSizeChange,\"current-change\":_vm.handleCurrentChange}})],1),_c('div',{staticClass:\"content\"},[_c('div',{staticClass:\"content__item content__item--add\",on:{\"click\":_vm.handleAdd}},[_c('div',[_c('i',{staticClass:\"el-icon-plus\"}),_c('p',[_vm._v(\"新建大屏\")])])]),_vm._l((_vm.list),function(item,index){return _c('div',{key:index,staticClass:\"content__item\",on:{\"mouseover\":function($event){item._menu=true},\"mouseout\":function($event){item._menu=false}}},[_c('div',{staticClass:\"content__info\"},[(item.backgroundUrl)?_c('img',{attrs:{\"src\":item.backgroundUrl,\"alt\":\"\"}}):_vm._e(),_c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(item._menu),expression:\"item._menu\"}],staticClass:\"content__menu\"},[_c('div',{staticClass:\"content__btn\",on:{\"click\":function($event){return _vm.handleEdit(item)}}},[_vm._v(\"\\n 编辑\\n \")]),_c('div',{staticClass:\"content__btn\",on:{\"click\":function($event){return _vm.handleExport(item)}}},[_vm._v(\"\\n 导出\\n \")]),(item.status !== 1)?_c('div',{staticClass:\"content__btn\",on:{\"click\":function($event){return _vm.handleRelease(item)}}},[_vm._v(\"\\n 发布\\n \")]):_vm._e()])]),_c('div',{staticClass:\"content__main\"},[_c('span',{staticClass:\"content__name\"},[_vm._v(_vm._s(item.title))]),_c('div',{staticClass:\"content__menulist\"},[_c('div',{staticClass:\"content__view\"},[_c('el-tooltip',{attrs:{\"content\":\"删除\"}},[_c('i',{staticClass:\"el-icon-delete\",on:{\"click\":function($event){return _vm.handleDel(item,index)}}})]),_c('el-tooltip',{attrs:{\"content\":\"编辑\"}},[_c('i',{staticClass:\"el-icon-edit\",on:{\"click\":function($event){return _vm.handleUpdate(item,index)}}})]),_c('el-tooltip',{attrs:{\"content\":\"预览\"}},[_c('i',{staticClass:\"el-icon-view\",on:{\"click\":function($event){return _vm.handleViews(item,index)}}})]),_c('el-tooltip',{attrs:{\"content\":\"复制\"}},[_c('i',{staticClass:\"el-icon-copy-document\",on:{\"click\":function($event){return _vm.handleCopy(item,index)}}})])],1),_c('span',{staticClass:\"content__status\",class:{'content__status--active':item.status}},[_vm._v(\"\\n \"+_vm._s(item.status?'已发布':'未发布')+\"\\n \")])])])])})],2)],1),_c('el-dialog',{attrs:{\"title\":_vm.type==='add'?'新建大屏':'编辑大屏',\"width\":\"35%\",\"visible\":_vm.box},on:{\"update:visible\":function($event){_vm.box=$event}}},[(_vm.box)?_c('el-form',{ref:\"form\",attrs:{\"model\":_vm.form,\"rules\":_vm.rules,\"label-width\":\"80px\"}},[_c('el-form-item',{attrs:{\"label\":\"分组\",\"prop\":\"category\"}},[_c('el-select',{staticStyle:{\"width\":\"100%\"},attrs:{\"placeholder\":\"请选择分组\"},model:{value:(_vm.form.category),callback:function ($$v) {_vm.$set(_vm.form, \"category\", $$v)},expression:\"form.category\"}},_vm._l((_vm.category),function(item){return _c('el-option',{attrs:{\"label\":item.categoryKey,\"value\":item.categoryValue}})}),1)],1),_c('el-form-item',{attrs:{\"label\":\"大屏名称\",\"prop\":\"title\"}},[_c('el-input',{staticStyle:{\"width\":\"100%\"},attrs:{\"placeholder\":\"请输入大屏名称\"},model:{value:(_vm.form.title),callback:function ($$v) {_vm.$set(_vm.form, \"title\", $$v)},expression:\"form.title\"}})],1),_c('el-form-item',{attrs:{\"label\":\"宽度\",\"prop\":\"width\"}},[_c('el-input',{attrs:{\"placeholder\":\"请输入屏幕宽度\"},model:{value:(_vm.form.width),callback:function ($$v) {_vm.$set(_vm.form, \"width\", $$v)},expression:\"form.width\"}})],1),_c('el-form-item',{attrs:{\"label\":\"高度\",\"prop\":\"height\"}},[_c('el-input',{attrs:{\"placeholder\":\"请输入屏幕高度\"},model:{value:(_vm.form.height),callback:function ($$v) {_vm.$set(_vm.form, \"height\", $$v)},expression:\"form.height\"}})],1)],1):_vm._e(),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{on:{\"click\":function($event){_vm.box = false}}},[_vm._v(\"取 消\")]),_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":_vm.handleBuild}},[_vm._v(\"确 定\")])],1)],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}