{"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\\log\\LogConfiguration.vue?vue&type=template&id=7f889ace&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\log\\LogConfiguration.vue","mtime":1675071992975},{"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('div',{staticClass:\"fullheight\"},[_c('ht-table',{ref:\"htTable\",attrs:{\"data\":_vm.data,\"pageResult\":_vm.pageResult,\"show-export\":false,\"show-custom-column\":false},on:{\"load\":_vm.loadData},scopedSlots:_vm._u([{key:\"toolbar\",fn:function(){return [_c('el-button',{attrs:{\"size\":\"small\",\"type\":\"primary\",\"icon\":\"el-icon-plus\"},on:{\"click\":function($event){_vm.dialogAdd = true}}},[_vm._v(\"添加\")]),_c('ht-delete-button',{attrs:{\"url\":\"${uc}/logs/sysLogsSettings/v1/\",\"htTable\":_vm.$refs.htTable}},[_vm._v(\"删除\")])]},proxy:true}])},[[_c('ht-table-column',{attrs:{\"type\":\"index\",\"width\":\"50\",\"align\":\"center\",\"label\":\"序号\"}}),_c('ht-table-column',{attrs:{\"prop\":\"logType\",\"label\":\"日志类型\",\"show-overflow-tooltip\":true},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar row = ref.row;\nreturn [_c('el-link',{attrs:{\"type\":\"primary\",\"title\":\"查看明细\"},on:{\"click\":function($event){return _vm.openDetail(row)}}},[_vm._v(_vm._s(row.logType == '1'\n ? '登录日志'\n : row.logType == '2'\n ? '异常日志'\n : '操作日志'))])]}}])}),_c('ht-table-column',{attrs:{\"prop\":\"moduleType\",\"label\":\"模块名\",\"width\":\"150\",\"show-overflow-tooltip\":true},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\n var row = ref.row;\nreturn [_vm._v(\"\\n \"+_vm._s(row.moduleType == '' ? '-' : row.moduleType)+\"\\n \")]}}])}),_c('ht-table-column',{attrs:{\"prop\":\"type\",\"label\":\"保存时间\",\"width\":\"150\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\n var row = ref.row;\nreturn _vm._l((_vm.typeArray),function(s){return _c('el-tag',{directives:[{name:\"show\",rawName:\"v-show\",value:(row.saveDays == s.value),expression:\"row.saveDays == s.value\"}],key:s.value,attrs:{\"type\":\"info\"}},[_vm._v(_vm._s(s.text))])})}}])}),_c('ht-table-column',{attrs:{\"prop\":\"isSuccess\",\"label\":\"状态\",\"width\":\"120\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\n var row = ref.row;\nreturn _vm._l((_vm.statusArray),function(s){return _c('el-tag',{directives:[{name:\"show\",rawName:\"v-show\",value:(row.status == s.value),expression:\"row.status == s.value\"}],key:s.value,attrs:{\"type\":s.type}},[_vm._v(_vm._s(s.text))])})}}])}),_c('ht-table-column',{attrs:{\"prop\":\"remark\",\"label\":\"备注\",\"width\":\"500\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\n var row = ref.row;\nreturn [_vm._v(\"\\n \"+_vm._s(row.remark == '' ? '-' : row.remark)+\"\\n \")]}}])})]],2),_c('el-dialog',{attrs:{\"title\":\"添加日志类型\",\"visible\":_vm.dialogAdd,\"width\":\"30%\",\"before-close\":_vm.handleCloseAdd},on:{\"update:visible\":function($event){_vm.dialogAdd=$event}}},[_c('div',[_c('el-form',{ref:\"form\",attrs:{\"model\":_vm.form,\"label-width\":\"80px\",\"rules\":_vm.rules}},[_c('el-form-item',{attrs:{\"label\":\"日志类型\"}},[_c('ht-select',{attrs:{\"options\":[\n {key: 1, value: '登录日志'},\n {key: 2, value: '异常日志'},\n {key: 3, value: '操作日志'}\n ]},model:{value:(_vm.form.log),callback:function ($$v) {_vm.$set(_vm.form, \"log\", $$v)},expression:\"form.log\"}})],1),(_vm.form.log == 3)?_c('el-form-item',{attrs:{\"label\":\"模块名\",\"prop\":\"moduleType\"}},[_c('el-input',{model:{value:(_vm.form.moduleType),callback:function ($$v) {_vm.$set(_vm.form, \"moduleType\", $$v)},expression:\"form.moduleType\"}})],1):_vm._e(),_c('el-form-item',{attrs:{\"label\":\"保存时间\"}},[_c('ht-radio',{attrs:{\"options\":[\n {key: 3, value: '三天(3天)'},\n {key: 7, value: '一周(7天)'},\n {key: 30, value: '一个月(30天)'},\n {key: 90, value: '三个月(90天)'},\n {key: 180, value: '半年(180天)'},\n {key: 365, value: '一年(365天)'}\n ]},model:{value:(_vm.form.saveDays),callback:function ($$v) {_vm.$set(_vm.form, \"saveDays\", $$v)},expression:\"form.saveDays\"}})],1),_c('el-form-item',{attrs:{\"label\":\"状态\"}},[_c('el-radio-group',{model:{value:(_vm.form.status),callback:function ($$v) {_vm.$set(_vm.form, \"status\", $$v)},expression:\"form.status\"}},[_c('el-radio',{attrs:{\"label\":0}},[_vm._v(\"关闭\")]),_c('el-radio',{attrs:{\"label\":1}},[_vm._v(\"开启\")])],1)],1),_c('el-form-item',{attrs:{\"label\":\"备注\",\"prop\":\"remark\"}},[_c('el-input',{attrs:{\"type\":\"textarea\",\"rows\":2,\"clos\":\"55\",\"maxlength\":200,\"showWordLimit\":true},model:{value:(_vm.form.remark),callback:function ($$v) {_vm.$set(_vm.form, \"remark\", $$v)},expression:\"form.remark\"}})],1)],1)],1),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{on:{\"click\":_vm.cancelAdd}},[_vm._v(\"取 消\")]),_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":_vm.addSave}},[_vm._v(\"确 定\")])],1)]),_c('ht-sidebar-dialog',{attrs:{\"width\":\"28%\",\"title\":\"编辑日志配置\",\"visible\":_vm.dialogVisible,\"before-close\":_vm.handleClose}},[_c('el-form',{attrs:{\"data-vv-scope\":\"editForm\"},model:{value:(_vm.curRow),callback:function ($$v) {_vm.curRow=$$v},expression:\"curRow\"}},[_c('ht-form-item',{attrs:{\"label\":\"日志类型\",\"prop\":\"name\",\"label-width\":\"80px\"}},[_c('ht-select',{attrs:{\"options\":[\n {key: 1, value: '登录日志'},\n {key: 2, value: '异常日志'},\n {key: 3, value: '操作日志'}\n ]},model:{value:(_vm.curRow.logType),callback:function ($$v) {_vm.$set(_vm.curRow, \"logType\", $$v)},expression:\"curRow.logType\"}})],1),(_vm.curRow.logType == 3)?_c('ht-form-item',{attrs:{\"label\":\"模块名\",\"prop\":\"moduleType\",\"label-width\":\"80px\"}},[_c('ht-input',{attrs:{\"validate\":{required: true},\"showWordLimit\":true},model:{value:(_vm.curRow.moduleType),callback:function ($$v) {_vm.$set(_vm.curRow, \"moduleType\", $$v)},expression:\"curRow.moduleType\"}})],1):_vm._e(),_c('ht-form-item',{attrs:{\"label\":\"保存时间\",\"prop\":\"receivers\",\"label-width\":\"80px\"}},[_c('ht-radio',{attrs:{\"options\":[\n {key: 3, value: '三天(3天)'},\n {key: 7, value: '一周(7天)'},\n {key: 30, value: '一个月(30天)'},\n {key: 90, value: '三个月(90天)'},\n {key: 180, value: '半年(180天)'},\n {key: 365, value: '一年(365天)'}\n ]},model:{value:(_vm.curRow.saveDays),callback:function ($$v) {_vm.$set(_vm.curRow, \"saveDays\", $$v)},expression:\"curRow.saveDays\"}})],1),_c('ht-form-item',{attrs:{\"label\":\"状态\",\"prop\":\"subject\",\"label-width\":\"80px\"}},[_c('ht-radio',{attrs:{\"options\":[\n {key: '0', value: '关闭'},\n {key: '1', value: '开启'}\n ]},model:{value:(_vm.curRow.status),callback:function ($$v) {_vm.$set(_vm.curRow, \"status\", $$v)},expression:\"curRow.status\"}})],1),_c('ht-form-item',{attrs:{\"label\":\"备注\",\"prop\":\"content\",\"label-width\":\"80px\"}},[_c('ht-input',{attrs:{\"type\":\"textarea\",\"rows\":2,\"maxlength\":200,\"showWordLimit\":true},model:{value:(_vm.curRow.remark),callback:function ($$v) {_vm.$set(_vm.curRow, \"remark\", $$v)},expression:\"curRow.remark\"}})],1)],1),_c('div',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('ht-submit-button',{attrs:{\"url\":_vm.saveUrl,\"model\":_vm.curRow,\"request-method\":\"POST\",\"scope-name\":\"editForm\"},on:{\"before-save-data\":_vm.beforeSaveData,\"after-save-data\":function($event){_vm.dialogVisible = false\n _vm.$refs.htTable.load()}}},[_vm._v(\"保存\")]),_c('el-button',{on:{\"click\":function($event){_vm.dialogVisible = false}}},[_vm._v(\"取消\")])],1)],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}