{"remainingRequest":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\sfz-lh-fvue\\src\\views\\Normal\\DataManagement\\videoData.vue?vue&type=template&id=6cca7e29&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\src\\views\\Normal\\DataManagement\\videoData.vue","mtime":1702371692272},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\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',{ref:\"drag-box\",staticClass:\"drag-box\"},[_c('div',{staticClass:\"drag-left\"},[_c('div',{staticClass:\"common-tree-container\"},[_vm._m(0),_c('div',{staticClass:\"tree-search-wrapper flex\"},[_c('el-select',{staticClass:\"tree-select\",attrs:{\"filterable\":\"\",\"placeholder\":\"收费站\"},on:{\"change\":_vm.changeTollStation},model:{value:(_vm.treeTollStationId),callback:function ($$v) {_vm.treeTollStationId=$$v},expression:\"treeTollStationId\"}},_vm._l((_vm.tollStationOptions),function(item){return _c('el-option',{key:item.id + 'tree',attrs:{\"label\":item.name,\"value\":item.id}})}),1),_c('el-input',{staticClass:\"tree-input\",attrs:{\"clearable\":\"\",\"placeholder\":\"输入关键字\"},model:{value:(_vm.sreachTree),callback:function ($$v) {_vm.sreachTree=$$v},expression:\"sreachTree\"}},[_c('i',{staticClass:\"el-input__icon el-icon-search\",attrs:{\"slot\":\"prefix\"},slot:\"prefix\"})])],1),_c('div',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.treeLoading),expression:\"treeLoading\"}],staticClass:\"common-tree-content\"},[(_vm.treeData.length)?_c('el-tree',{ref:\"tree\",attrs:{\"highlight-current\":\"\",\"data\":_vm.treeData,\"props\":_vm.defaultProps,\"default-expand-all\":\"\",\"node-key\":\"id\",\"filter-node-method\":_vm.filterNode},on:{\"node-click\":_vm.handleNodeClick},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar node = ref.node;\nvar data = ref.data;\nreturn _c('span',{staticClass:\"custom-tree-node\"},[_c('span',[_c('i',{staticClass:\"el-icon-s-management\"}),_c('span',[_vm._v(\" \"+_vm._s(node.label))])]),_c('el-popover',{attrs:{\"width\":\"100\",\"trigger\":\"hover\",\"placement\":\"bottom\",\"popper-class\":\"tree-popover\"}},[_c('div',{staticClass:\"popover-btn-wrapper\"},[_c('div',{staticClass:\"popover-btn\",on:{\"click\":function($event){return _vm.handleAddNode(node, data)}}},[_c('i',{staticClass:\"el-icon-circle-plus-outline\"}),_vm._v(\"新增子节点\\n \")]),_c('div',{staticClass:\"popover-btn\",on:{\"click\":function($event){return _vm.handleEditNode(node, data)}}},[_c('i',{staticClass:\"el-icon-edit-outline\"}),_vm._v(\"编辑节点\\n \")]),_c('div',{staticClass:\"popover-btn\",on:{\"click\":function($event){return _vm.handleDelNode(node, data)}}},[_c('i',{staticClass:\"el-icon-delete\"}),_vm._v(\"删除\\n \")])]),_c('span',{attrs:{\"slot\":\"reference\"},slot:\"reference\"},[_c('i',{staticClass:\"el-icon-more\"})])])],1)}}],null,false,686847502)}):_c('el-empty')],1),_c('el-button',{staticClass:\"add-tree-type\",attrs:{\"plain\":\"\",\"type\":\"primary\",\"icon\":\"el-icon-plus\",\"disabled\":!_vm.treeTollStationId ? true : false},on:{\"click\":_vm.handleAddType}},[_vm._v(\"\\n 新增分类\\n \")])],1)]),_c('div',{staticClass:\"drag-resize\",attrs:{\"title\":\"收缩侧边栏\"}},[_vm._v(\"⋮\")]),_c('div',{staticClass:\"drag-right\"},[_c('player',{staticClass:\"player-outer\"})],1),_c('el-dialog',{attrs:{\"title\":_vm.dialog.title,\"visible\":_vm.dialog.visible,\"width\":\"600px\",\"top\":\"8vh\",\"before-close\":_vm.handleDialogClose,\"close-on-click-modal\":false},on:{\"update:visible\":function($event){return _vm.$set(_vm.dialog, \"visible\", $event)}}},[_c('el-form',{ref:\"form\",attrs:{\"model\":_vm.dialogForm,\"rules\":_vm.rules,\"label-width\":\"90px\",\"label-position\":\"right\",\"border\":\"\"}},[_c('el-row',{staticClass:\"flex-wrap\",staticStyle:{\"margin-bottom\":\"10px !important\"},attrs:{\"gutter\":20,\"type\":\"flex\"}},[_c('el-col',{attrs:{\"span\":23}},[_c('el-form-item',{attrs:{\"label\":\"上级位置\",\"prop\":\"parentId\"}},[_c('el-cascader',{ref:\"cascader\",staticStyle:{\"width\":\"100%\"},attrs:{\"options\":_vm.treeData,\"show-all-levels\":false,\"props\":{\n emitPath: false,\n value: 'id',\n label: 'positionName',\n checkStrictly: true,\n expandTrigger: 'click',\n },\"placeholder\":_vm.dialog.isRoot\n ? _vm.treeTollStationName\n : '请选择上级位置',\"disabled\":_vm.dialog.isRoot},on:{\"change\":_vm.handleCascaderChange},model:{value:(_vm.dialogForm.parentId),callback:function ($$v) {_vm.$set(_vm.dialogForm, \"parentId\", $$v)},expression:\"dialogForm.parentId\"}})],1)],1),_c('el-col',{attrs:{\"span\":23}},[_c('el-form-item',{attrs:{\"label\":\"位置名称\",\"prop\":\"positionName\"}},[_c('el-input',{attrs:{\"placeholder\":\"请输入设备名称\"},model:{value:(_vm.dialogForm.positionName),callback:function ($$v) {_vm.$set(_vm.dialogForm, \"positionName\", $$v)},expression:\"dialogForm.positionName\"}})],1)],1),_c('el-col',{attrs:{\"span\":23}},[_c('el-form-item',{attrs:{\"label\":\"位置编码\",\"prop\":\"positionCode\"}},[_c('el-input',{attrs:{\"placeholder\":\"请输入位置编码\"},model:{value:(_vm.dialogForm.positionCode),callback:function ($$v) {_vm.$set(_vm.dialogForm, \"positionCode\", $$v)},expression:\"dialogForm.positionCode\"}})],1)],1),_c('el-col',{attrs:{\"span\":23}},[_c('el-form-item',{attrs:{\"label\":\"位置描述\",\"prop\":\"describe\"}},[_c('el-input',{attrs:{\"type\":\"textarea\",\"placeholder\":\"请输入位置描述\"},model:{value:(_vm.dialogForm.describe),callback:function ($$v) {_vm.$set(_vm.dialogForm, \"describe\", $$v)},expression:\"dialogForm.describe\"}})],1)],1)],1)],1),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{attrs:{\"size\":\"small\"},on:{\"click\":_vm.handleDialogClose}},[_vm._v(\"\\n 取消\\n \")]),[_c('el-button',{attrs:{\"type\":\"primary\",\"size\":\"small\"},on:{\"click\":_vm.handleSaveType}},[_vm._v(\"\\n 提交\\n \")])]],2)],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"common-tree-title\"},[_c('i',{staticClass:\"el-icon-menu\"}),_vm._v(\" 设备位置分类\\n \")])}]\n\nexport { render, staticRenderFns }"]}