{"remainingRequest":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\@vue\\cli-plugin-babel\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\ljzc-fvue\\src\\views\\MessageReminder\\index.vue?vue&type=template&id=92c2d08a&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\src\\views\\MessageReminder\\index.vue","mtime":1705040076977},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\@vue\\cli-plugin-babel\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-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',{staticClass:\"corporate-customers\"},[_c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.componentName === 'table'),expression:\"componentName === 'table'\"}],staticClass:\"full-page bg\"},[_c('div',{staticClass:\"search-box\"},[_c('SuperSearch',{attrs:{\"searchForm\":_vm.queryParams,\"basisOption\":_vm.basisOption},on:{\"is-show-advance\":function($event){return _vm.advanced()},\"search\":_vm.handleSearch,\"reset\":_vm.loadData}})],1),_c('div',{staticClass:\"main-table-container\"},[_c('div',{staticClass:\"table-container\",staticStyle:{\"padding\":\"20px\"}},[_c('div',{ref:\"btnPanel\",staticStyle:{\"margin-bottom\":\"10px\"}},[_c('el-button',{staticClass:\"btn\",attrs:{\"icon\":\"el-icon-s-claim\",\"type\":\"warning\",\"plain\":\"\",\"disabled\":!this.currentDataDel.length},on:{\"click\":function($event){return _vm.markAsRead()}}},[_vm._v(\"\\n 标为已读\\n \")]),_c('el-button',{staticClass:\"btn btn-delete\",attrs:{\"icon\":\"el-icon-delete\",\"type\":\"danger\",\"plain\":\"\",\"disabled\":!this.currentDataDel.length},on:{\"click\":function($event){return _vm.handleDelete()}}},[_vm._v(\"\\n 删除\\n \")])],1),_c('div',{ref:\"tabelRef\",staticClass:\"table-content\"},[_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.tableLoading),expression:\"tableLoading\"}],staticClass:\"table-list\",attrs:{\"stripe\":\"\",\"data\":_vm.tableData,\"row-key\":function (ref) {\n\tvar id = ref.id;\n\n\treturn id;\n},\"max-height\":_vm.tableMaxHeight,\"border\":\"\"},on:{\"selection-change\":_vm.handleSelectionChange,\"sort-change\":_vm.sortChange}},[_c('el-table-column',{attrs:{\"type\":\"selection\",\"width\":\"55\",\"align\":\"center\"}}),_c('el-table-column',{attrs:{\"type\":\"index\",\"width\":\"70\",\"label\":\"序号\",\"align\":\"center\"}}),_c('el-table-column',{attrs:{\"prop\":\"subject\",\"sortable\":\"\",\"show-overflow-tooltip\":\"\",\"min-width\":\"180\",\"align\":\"center\",\"label\":\"标题\"}}),_c('el-table-column',{attrs:{\"prop\":\"receiveTime\",\"show-overflow-tooltip\":\"\",\"min-width\":\"120\",\"align\":\"center\",\"label\":\"消息状态\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar receiveTime = ref.row.receiveTime;\nreturn [(receiveTime)?_c('el-tag',{attrs:{\"type\":\"warning\",\"size\":\"medium\"}},[_vm._v(\"已读\")]):_c('el-tag',{attrs:{\"type\":\"danger\"}},[_vm._v(\"未读\")])]}}])}),_c('el-table-column',{attrs:{\"prop\":\"owner\",\"show-overflow-tooltip\":\"\",\"sortable\":\"\",\"min-width\":\"120\",\"align\":\"center\",\"label\":\"发件人\"}}),(_vm.tableData.some( function (i) { return i.receiveTime; }))?_c('el-table-column',{attrs:{\"prop\":\"receiveTime\",\"show-overflow-tooltip\":\"\",\"align\":\"center\",\"label\":\"已读时间\",\"min-width\":\"90\"}}):_vm._e(),_c('el-table-column',{attrs:{\"prop\":\"createTime\",\"show-overflow-tooltip\":\"\",\"align\":\"center\",\"label\":\"发信时间\",\"min-width\":_vm.tableData.some( function (i) { return i.receiveTime; }) ? '90' : '180'}}),_c('el-table-column',{attrs:{\"show-overflow-tooltip\":\"\",\"min-width\":\"120\",\"align\":\"center\",\"fixed\":\"right\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar row = ref.row;\nreturn [(!row.receiveTime)?_c('el-link',{staticStyle:{\"margin-right\":\"15px\"},attrs:{\"type\":\"warning\",\"underline\":false},on:{\"click\":function($event){return _vm.markAsRead(row)}}},[_vm._v(\"\\n 标为已读\\n \")]):_vm._e(),_c('el-link',{staticStyle:{\"margin-right\":\"15px\"},attrs:{\"type\":\"primary\",\"underline\":false},on:{\"click\":function($event){return _vm.showDialog('isShowDetail',row)}}},[_vm._v(\"\\n 详情\\n \")]),_c('el-link',{staticStyle:{\"margin-right\":\"15px\"},attrs:{\"type\":\"danger\",\"underline\":false},on:{\"click\":function($event){return _vm.handleDelete(row)}}},[_vm._v(\"\\n 删除\\n \")])]}}])})],1),_c('pagination',{ref:\"paginationPanel\",staticStyle:{\"margin-top\":\"10px\"},attrs:{\"pageResult\":_vm.queryParams},on:{\"size-change\":_vm.handleSizeChange,\"current-change\":_vm.handleCurrentChange}})],1)])])]),_c('detail-dialog',{attrs:{\"isShowDetail\":_vm.isShowDetail,\"width\":\"40%\",\"title\":\"消息通知\",\"rowInfo\":_vm.rowInfo},on:{\"update:isShowDetail\":function($event){_vm.isShowDetail=$event},\"update:is-show-detail\":function($event){_vm.isShowDetail=$event},\"close-dialog\":_vm.closeDetail}})],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}