1 |
- {"remainingRequest":"C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\style-vw-loader\\index.js??ref--0-2!C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\src\\views\\messages\\index.vue?vue&type=template&id=5137c92e&scoped=true&","dependencies":[{"path":"C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\src\\views\\messages\\index.vue","mtime":1663828782939},{"path":"C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":499162500000},{"path":"C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000},{"path":"C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\style-vw-loader\\index.js","mtime":1540864632000}],"contextDependencies":[],"result":["var render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"msg_wrap\" }, [\n _c(\n \"div\",\n { staticClass: \"msg_type\" },\n _vm._l(_vm.messageList, function (item, index) {\n return _c(\n \"div\",\n {\n key: index,\n staticClass: \"title\",\n class: { active: _vm.messageStatus == item.id },\n on: {\n click: function ($event) {\n return _vm.setType(item.id)\n },\n },\n },\n [\n _vm._v(\"\\n \" + _vm._s(item.name) + \"\\n \"),\n item.id === 0\n ? _c(\"span\", [_vm._v(\"(\" + _vm._s(_vm.unreadNum) + \")\")])\n : _vm._e(),\n ]\n )\n }),\n 0\n ),\n _c(\n \"div\",\n { staticClass: \"content_type\" },\n [\n _c(\n \"div\",\n { staticClass: \"msg_title\" },\n _vm._l(_vm.typeList, function (item, index) {\n return _c(\n \"div\",\n {\n key: index,\n staticClass: \"title\",\n class: { active: _vm.typeId == item.typeId },\n on: {\n click: function ($event) {\n return _vm.setValue(item.typeId)\n },\n },\n },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(item.type) +\n \"\\n \"\n ),\n _vm.messageStatus == 0\n ? _c(\"span\", [_vm._v(\"(\" + _vm._s(item.cn) + \")\")])\n : _vm._e(),\n ]\n )\n }),\n 0\n ),\n _c(\"zz-table\", {\n ref: \"table\",\n attrs: {\n cols: _vm.cols,\n settings: { showCheckbox: true, stripe: true },\n data: _vm.mixins_list,\n pageset: _vm.mixins_pageset,\n loading: _vm.mixins_onQuery,\n },\n on: {\n \"page-change\": _vm.pageChange,\n \"selection-change\": _vm.selectionChange,\n },\n scopedSlots: _vm._u([\n {\n key: \"messageContent\",\n fn: function (scope) {\n return [\n _c(\n \"p\",\n {\n class: { active: scope.row.url !== null },\n staticStyle: { cursor: \"pointer\" },\n on: {\n click: function ($event) {\n return _vm.toUrl(\n scope.row.id,\n scope.row.typeId,\n scope.row.sceneType,\n scope.row.url\n )\n },\n },\n },\n [\n !scope.row.messageStatus\n ? _c(\"span\", { staticClass: \"point\" })\n : _c(\"span\", { staticClass: \"unpoint\" }),\n _vm._v(\n \"\\n \" +\n _vm._s(scope.row.messageContent) +\n \"\\n \"\n ),\n ]\n ),\n ]\n },\n },\n {\n key: \"batchtodo\",\n fn: function (scope) {\n return [\n _c(\n \"div\",\n { staticClass: \"operate\" },\n [\n _c(\n \"el-button\",\n {\n class: { disabled: _vm.selectRow.length == 0 },\n attrs: {\n type: \"primary\",\n disabled: _vm.selectRow.length == 0,\n },\n on: { click: _vm.deleteOne },\n },\n [_vm._v(\"删除\")]\n ),\n _c(\n \"el-button\",\n {\n class: { disabled: _vm.selectRow.length == 0 },\n attrs: {\n type: \"primary\",\n disabled: _vm.selectRow.length == 0,\n },\n on: { click: _vm.mark },\n },\n [_vm._v(\"标为已读\")]\n ),\n _c(\n \"el-button\",\n {\n staticClass: \"btn\",\n attrs: { type: \"primary\" },\n on: { click: _vm.markAll },\n },\n [_vm._v(\"全部已读\")]\n ),\n _c(\n \"el-button\",\n {\n staticClass: \"btn\",\n attrs: { type: \"primary\" },\n on: { click: _vm.deleteAll },\n },\n [_vm._v(\"全部删除\")]\n ),\n ],\n 1\n ),\n ]\n },\n },\n ]),\n }),\n ],\n 1\n ),\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}
|