{"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\\system\\i18n\\I18nMessageManager.vue?vue&type=template&id=1195c52c&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\system\\i18n\\I18nMessageManager.vue","mtime":1675071993288},{"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('el-container',{staticClass:\"fullheight\"},[_c('ht-table',{ref:\"i18nMessageTable\",attrs:{\"data\":_vm.data,\"pageResult\":_vm.pageResult,\"selection\":true,\"quick-search-props\":[{prop: 'key', label: '资源KEY'}, {prop: 'val', label: '国际化内容'}],\"show-export\":false},on:{\"load\":_vm.loadData,\"row-click\":_vm.rowClick},scopedSlots:_vm._u([{key:\"toolbar\",fn:function(){return [_c('el-button-group',[_c('el-button',{attrs:{\"size\":\"small\",\"icon\":\"el-icon-plus\"},on:{\"click\":function($event){return _vm.showDialog('add')}}},[_vm._v(\"添加\")]),_c('el-button',{attrs:{\"size\":\"small\",\"icon\":\"el-icon-refresh\"},on:{\"click\":function($event){return _vm.showDialog('init')}}},[_vm._v(\"初始化\")]),_c('ht-delete-button',{staticStyle:{\"margin\":\"0\"},attrs:{\"size\":\"small\",\"url\":_vm.i18nMessageTypeDeleteUrl,\"htTable\":_vm.$refs.i18nMessageTable,\"pk\":\"key_\",\"parameter\":\"key\"}},[_vm._v(\"删除\")])],1)]},proxy:true}])},[[_c('ht-table-column',{attrs:{\"type\":\"index\",\"width\":\"50\",\"align\":\"center\",\"label\":\"序号\"}}),_c('ht-table-column',{attrs:{\"prop\":\"key_\",\"label\":\"资源KEY\",\"show-overflow-tooltip\":true},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar row = ref.row;\nreturn [_c('el-link',{attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.showDialog('edit', row)}}},[_vm._v(_vm._s(row.key_))])]}}])}),_vm._l((_vm.types),function(item){return _c('ht-table-column',{key:item.id,attrs:{\"prop\":item.type,\"label\":item.desc,\"show-overflow-tooltip\":true}})})]],2),_c('el-dialog',{attrs:{\"width\":\"40%\",\"title\":_vm.i18nMessageTitle,\"visible\":_vm.dialogVisible,\"before-close\":_vm.handleClose,\"close-on-click-modal\":false}},[_c('el-form',{attrs:{\"data-vv-scope\":\"editi18nMessageForm\"},model:{value:(_vm.i18nMessage),callback:function ($$v) {_vm.i18nMessage=$$v},expression:\"i18nMessage\"}},[_c('table',{staticClass:\"form-table\",attrs:{\"cellspacing\":\"0\",\"cellpadding\":\"0\",\"border\":\"0\"}},[_c('tbody',[_c('tr',[_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"120px\"}},[_vm._v(\"资源KEY:\")]),_c('td',{staticClass:\"i18nMessage-input-width\"},[_c('ht-input',{attrs:{\"autocomplete\":\"off\",\"maxlength\":200,\"validate\":{\n required: true,\n regex: {exp: '^[a-zA-Z][a-zA-Z0-9._-]*$', message: '只能输入字母、数字、下划线和点,且以字母开头'}\n },\"disabled\":_vm.oldKey ? true : false},on:{\"blur\":function($event){return _vm.isKey()}},model:{value:(_vm.i18nMessage.key_),callback:function ($$v) {_vm.$set(_vm.i18nMessage, \"key_\", $$v)},expression:\"i18nMessage.key_\"}})],1)]),_c('tr',[_c('th',{attrs:{\"width\":\"120px\"}},[_c('el-tooltip',{staticClass:\"item\",attrs:{\"effect\":\"dark\",\"content\":\"资源值至少填写一个\",\"placement\":\"right-start\"}},[_c('span',{staticClass:\"el-icon-question\",staticStyle:{\"margin-left\":\"10px\"}},[_vm._v(\"资源:\")])])],1),_c('td',[_c('table',{staticClass:\"form-table I18nTable\",attrs:{\"cellspacing\":\"0\",\"cellpadding\":\"0\",\"border\":\"0\"}},[_c('tbody',[_c('tr',[_c('th',{attrs:{\"width\":\"30%\"}},[_vm._v(\"类型\")]),_c('th',{attrs:{\"width\":\"30%\"}},[_vm._v(\"描述\")]),_c('th',{attrs:{\"width\":\"30%\"}},[_vm._v(\"资源值\")])]),_vm._l((_vm.types),function(item){return _c('tr',{key:item.id},[_c('td',[_vm._v(_vm._s(item.type))]),_c('td',[_vm._v(_vm._s(item.desc))]),_c('td',[_c('ht-input',{model:{value:(item.val),callback:function ($$v) {_vm.$set(item, \"val\", $$v)},expression:\"item.val\"}})],1)])})],2)])])])])])]),_c('div',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('ht-submit-button',{attrs:{\"url\":_vm.savei18nMessageUrl(),\"model\":_vm.i18nMessage,\"is-submit\":_vm.isSubmit,\"request-method\":\"POST\",\"scope-name\":\"editi18nMessageForm\"},on:{\"before-save-data\":_vm.beforeSaveData,\"after-save-data\":_vm.afterSaveData}},[_vm._v(_vm._s(_vm.$t('eip.common.save')))]),_c('el-button',{on:{\"click\":function($event){return _vm.dialogCancle('dialogVisible')}}},[_vm._v(_vm._s(_vm.$t('eip.common.cancel')))])],1)],1),_c('ht-load-data',{attrs:{\"url\":_vm.loadDataUrl,\"requestMethod\":\"post\",\"context\":\"portal\"},on:{\"after-load-data\":_vm.afterLoadData}}),_c('eip-i18n-dialog',{ref:\"eipI18nDialog\",attrs:{\"append-to-body\":\"\"},on:{\"onConfirm\":_vm.dialogOnConfirm}})],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}