1 line
11 KiB
JSON
1 line
11 KiB
JSON
{"remainingRequest":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\src\\views\\modules\\equipmentManage\\five-access.vue?vue&type=template&id=1291e331&scoped=true&","dependencies":[{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\src\\views\\modules\\equipmentManage\\five-access.vue","mtime":1614735254000},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":499162500000},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"el-card\",\n { staticClass: \"aui-card--fill\", attrs: { shadow: \"never\" } },\n [\n _c(\n \"el-form\",\n {\n ref: \"ruleForm\",\n attrs: { model: _vm.dataForm, \"label-width\": \"80px\", inline: \"\" },\n nativeOn: {\n keyup: function($event) {\n if (\n !$event.type.indexOf(\"key\") &&\n _vm._k($event.keyCode, \"enter\", 13, $event.key, \"Enter\")\n ) {\n return null\n }\n return _vm.getDataList($event)\n }\n }\n },\n [\n _c(\n \"el-form-item\",\n { attrs: { label: \"房间号\", prop: \"fName\" } },\n [\n _c(\"el-input\", {\n attrs: { placeholder: \"请输入\", clearable: \"\" },\n model: {\n value: _vm.dataForm.fName,\n callback: function($$v) {\n _vm.$set(_vm.dataForm, \"fName\", $$v)\n },\n expression: \"dataForm.fName\"\n }\n })\n ],\n 1\n ),\n _c(\n \"el-form-item\",\n { attrs: { label: \"设备状态\", prop: \"fstate\" } },\n [\n _c(\n \"el-select\",\n {\n attrs: { placeholder: \"请选择\", clearable: \"\" },\n model: {\n value: _vm.dataForm.fstate,\n callback: function($$v) {\n _vm.$set(_vm.dataForm, \"fstate\", $$v)\n },\n expression: \"dataForm.fstate\"\n }\n },\n _vm._l(_vm.equipStatusList, function(item) {\n return _c(\"el-option\", {\n key: item.dictValue,\n attrs: { label: item.dictLabel, value: item.dictValue }\n })\n }),\n 1\n )\n ],\n 1\n ),\n _c(\n \"el-form-item\",\n [\n _c(\n \"el-button\",\n {\n on: {\n click: function($event) {\n return _vm.getDataList()\n }\n }\n },\n [_vm._v(\"查询\")]\n ),\n _c(\n \"el-button\",\n {\n attrs: { type: \"warning\" },\n on: {\n click: function($event) {\n return _vm.resetForm(\"ruleForm\")\n }\n }\n },\n [_vm._v(\"重置\")]\n ),\n _c(\n \"el-button\",\n {\n attrs: { type: \"success\" },\n on: {\n click: function($event) {\n return _vm.uploadHandle()\n }\n }\n },\n [_vm._v(\"下发屏保\")]\n )\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"el-table\",\n {\n directives: [\n {\n name: \"loading\",\n rawName: \"v-loading\",\n value: _vm.dataListLoading,\n expression: \"dataListLoading\"\n }\n ],\n attrs: { data: _vm.dataList },\n on: { \"selection-change\": _vm.handleSelectionChange }\n },\n [\n _c(\"el-table-column\", {\n attrs: { type: \"selection\", label: \"全选\", align: \"center\" }\n }),\n _c(\"el-table-column\", {\n attrs: { type: \"index\", label: \"序号\", align: \"center\" }\n }),\n _c(\"el-table-column\", {\n attrs: {\n prop: \"fname\",\n label: \"房间号\",\n align: \"center\",\n \"show-overflow-tooltip\": \"\"\n },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function(scope) {\n return [\n _c(\n \"el-button\",\n {\n attrs: { type: \"text\" },\n on: {\n click: function($event) {\n return _vm.gotoAccessRecord(scope.row.fserialNumber)\n }\n }\n },\n [_vm._v(_vm._s(scope.row.fname))]\n )\n ]\n }\n }\n ])\n }),\n _c(\"el-table-column\", {\n attrs: { label: \"设备状态\", align: \"center\" },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function(scope) {\n return [\n scope.row.fstate == -1\n ? _c(\"span\", { staticStyle: { color: \"#f56c6c\" } }, [\n _vm._v(\"离线\")\n ])\n : scope.row.fstate == 0\n ? _c(\"span\", { staticStyle: { color: \"#67C23A\" } }, [\n _vm._v(\"正常\")\n ])\n : _c(\"span\", { staticStyle: { color: \"#f56c6c\" } }, [\n _vm._v(\"停用\")\n ])\n ]\n }\n }\n ])\n }),\n _c(\"el-table-column\", {\n attrs: {\n prop: \"fserialNumber\",\n label: \"设备序列号\",\n align: \"center\",\n \"show-overflow-tooltip\": \"\"\n }\n }),\n _c(\"el-table-column\", {\n attrs: {\n prop: \"faddDate\",\n label: \"设备安装日期\",\n align: \"center\",\n \"show-overflow-tooltip\": \"\"\n }\n }),\n _c(\"el-table-column\", {\n attrs: { label: \"已下发人数\", align: \"center\", width: \"150\" },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function(scope) {\n return [\n _c(\n \"el-button\",\n {\n attrs: { type: \"text\" },\n on: {\n click: function($event) {\n return _vm.showPersonList(scope.row.fid)\n }\n }\n },\n [_vm._v(_vm._s(scope.row.ffaceTotal))]\n )\n ]\n }\n }\n ])\n }),\n _c(\"el-table-column\", {\n attrs: {\n label: _vm.$t(\"handle\"),\n fixed: \"right\",\n \"header-align\": \"center\",\n align: \"center\",\n width: \"300\"\n },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function(scope) {\n return [\n _c(\n \"el-button\",\n {\n attrs: { type: \"text\" },\n on: {\n click: function($event) {\n return _vm.openDoorHandle(scope.row)\n }\n }\n },\n [_vm._v(\"远程开门\")]\n ),\n _c(\n \"el-button\",\n {\n staticStyle: { color: \"#f56c6c\" },\n attrs: { type: \"text\" },\n on: {\n click: function($event) {\n return _vm.issueAgainHandle(scope.row)\n }\n }\n },\n [_vm._v(\"重新下发\")]\n ),\n _c(\n \"el-button\",\n {\n staticStyle: { color: \"#f56c6c\" },\n attrs: { type: \"text\" },\n on: {\n click: function($event) {\n return _vm.rebootDeviceHandle(scope.row)\n }\n }\n },\n [_vm._v(\"重启设备\")]\n )\n ]\n }\n }\n ])\n })\n ],\n 1\n ),\n _c(\"el-pagination\", {\n attrs: {\n \"current-page\": _vm.page,\n \"page-sizes\": [10, 20, 50, 100, 300],\n \"page-size\": _vm.limit,\n total: _vm.total,\n layout: \"total, sizes, prev, pager, next, jumper\"\n },\n on: {\n \"size-change\": _vm.pageSizeChangeHandle,\n \"current-change\": _vm.pageCurrentChangeHandle\n }\n }),\n _c(\"send-face\", {\n ref: \"sendFace\",\n attrs: { aeids: _vm.checkDataList, accessType: \"five\" }\n }),\n _c(\"person-list\", { ref: \"personList\" }),\n _vm.uploadVisible ? _c(\"five-access-upload\", { ref: \"upload\" }) : _vm._e()\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]} |