cnhis-design-vue 0.2.18-beta → 0.2.19-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/es/affix/index.js +8 -8
  2. package/es/age/index.js +10 -10
  3. package/es/alert/index.js +8 -8
  4. package/es/anchor/index.js +8 -8
  5. package/es/auto-complete/index.js +8 -8
  6. package/es/avatar/index.js +8 -8
  7. package/es/back-top/index.js +8 -8
  8. package/es/badge/index.js +8 -8
  9. package/es/base/index.js +8 -8
  10. package/es/big-table/index.js +434 -211
  11. package/es/big-table/style.css +1 -1
  12. package/es/breadcrumb/index.js +8 -8
  13. package/es/button/index.js +102 -65
  14. package/es/button/style.css +1 -1
  15. package/es/calendar/index.js +8 -8
  16. package/es/captcha/index.js +3 -3
  17. package/es/card/index.js +8 -8
  18. package/es/carousel/index.js +8 -8
  19. package/es/cascader/index.js +8 -8
  20. package/es/checkbox/index.js +9 -9
  21. package/es/col/index.js +8 -8
  22. package/es/collapse/index.js +8 -8
  23. package/es/color-picker/index.js +1 -1
  24. package/es/comment/index.js +8 -8
  25. package/es/config-provider/index.js +8 -8
  26. package/es/date-picker/index.js +8 -8
  27. package/es/descriptions/index.js +8 -8
  28. package/es/divider/index.js +8 -8
  29. package/es/drag-layout/index.js +3 -3
  30. package/es/drawer/index.js +8 -8
  31. package/es/dropdown/index.js +8 -8
  32. package/es/editor/index.js +1 -1
  33. package/es/empty/index.js +8 -8
  34. package/es/fabric-chart/index.js +9 -9
  35. package/es/form/index.js +8 -8
  36. package/es/form-model/index.js +8 -8
  37. package/es/index/index.js +1505 -872
  38. package/es/index/style.css +1 -1
  39. package/es/input/index.js +9 -9
  40. package/es/input-number/index.js +8 -8
  41. package/es/layout/index.js +8 -8
  42. package/es/list/index.js +8 -8
  43. package/es/locale-provider/index.js +8 -8
  44. package/es/map/index.js +9 -9
  45. package/es/mentions/index.js +8 -8
  46. package/es/menu/index.js +8 -8
  47. package/es/message/index.js +8 -8
  48. package/es/multi-chat/index.js +650 -247
  49. package/es/multi-chat/style.css +1 -1
  50. package/es/multi-chat-client/index.js +570 -195
  51. package/es/multi-chat-client/style.css +1 -1
  52. package/es/multi-chat-history/index.js +4 -4
  53. package/es/multi-chat-record/index.js +14 -14
  54. package/es/multi-chat-setting/index.js +330 -79
  55. package/es/multi-chat-setting/style.css +1 -1
  56. package/es/multi-chat-sip/index.js +1 -1
  57. package/es/notification/index.js +8 -8
  58. package/es/page-header/index.js +8 -8
  59. package/es/pagination/index.js +8 -8
  60. package/es/popconfirm/index.js +8 -8
  61. package/es/popover/index.js +8 -8
  62. package/es/progress/index.js +8 -8
  63. package/es/radio/index.js +9 -9
  64. package/es/rate/index.js +8 -8
  65. package/es/result/index.js +8 -8
  66. package/es/row/index.js +8 -8
  67. package/es/scale-view/index.js +92 -77
  68. package/es/scale-view/style.css +1 -1
  69. package/es/select/index.js +11 -11
  70. package/es/select-label/index.js +10 -10
  71. package/es/select-person/index.js +2 -2
  72. package/es/skeleton/index.js +8 -8
  73. package/es/slider/index.js +8 -8
  74. package/es/space/index.js +8 -8
  75. package/es/spin/index.js +8 -8
  76. package/es/statistic/index.js +8 -8
  77. package/es/steps/index.js +8 -8
  78. package/es/switch/index.js +8 -8
  79. package/es/table-filter/index.js +241 -143
  80. package/es/table-filter/style.css +1 -1
  81. package/es/tabs/index.js +8 -8
  82. package/es/tag/index.js +9 -9
  83. package/es/time-picker/index.js +8 -8
  84. package/es/timeline/index.js +8 -8
  85. package/es/tooltip/index.js +8 -8
  86. package/es/transfer/index.js +8 -8
  87. package/es/tree/index.js +8 -8
  88. package/es/tree-select/index.js +8 -8
  89. package/es/upload/index.js +8 -8
  90. package/es/utils/UniRTCv2.js +586 -0
  91. package/es/verification-code/index.js +2 -2
  92. package/lib/cui.common.js +2412 -1225
  93. package/lib/cui.umd.js +2412 -1225
  94. package/lib/cui.umd.min.js +61 -61
  95. package/package.json +3 -3
  96. package/packages/big-table/src/BigTable.vue +71 -16
  97. package/packages/big-table/src/assets/style/table-base.less +5 -0
  98. package/packages/big-table/src/components/TextOverTooltip.vue +23 -10
  99. package/packages/big-table/src/utils/batchEditing.js +1 -1
  100. package/packages/big-table/src/utils/bigTableProps.js +2 -1
  101. package/packages/button/src/ButtonPrint/index.vue +49 -14
  102. package/packages/multi-chat/chat/audio.vue +22 -0
  103. package/packages/multi-chat/chat/calling.vue +6 -0
  104. package/packages/multi-chat/chat/chatFooter.vue +43 -3
  105. package/packages/multi-chat/chat/client/clientChat.vue +13 -1
  106. package/packages/multi-chat/chat/index.vue +16 -3
  107. package/packages/multi-chat/chat/mixins/uniRTCAPI.js +77 -0
  108. package/packages/multi-chat/chat/multiVideo.vue +14 -0
  109. package/packages/multi-chat/chat/scrollList.vue +7 -1
  110. package/packages/multi-chat/chat/video.vue +4 -0
  111. package/packages/multi-chat/components/user-status.vue +50 -45
  112. package/packages/multi-chat/setting/baseInfo/index.vue +3 -3
  113. package/packages/multi-chat/setting/configuration/index.vue +38 -1
  114. package/packages/multi-chat/store/actions.js +76 -0
  115. package/packages/multi-chat/store/getters.js +9 -0
  116. package/packages/multi-chat/store/mutation.js +9 -0
  117. package/packages/multi-chat/store/state.js +4 -1
  118. package/packages/scale-view/answerParse.vue +27 -14
  119. package/packages/scale-view/scaleView.vue +18 -8
  120. package/packages/table-filter/src/base-search-com/BaseSearch.vue +74 -7
  121. package/packages/table-filter/src/quick-search/QuickSearch.vue +31 -18
  122. package/src/utils/UniRTCv2.js +561 -0
@@ -291,7 +291,7 @@ module.exports = require("core-js/modules/es.array.find.js");
291
291
 
292
292
  "use strict";
293
293
 
294
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/msg-describe.vue?vue&type=template&id=4b76a796&scoped=true&
294
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/msg-describe.vue?vue&type=template&id=4b76a796&scoped=true&
295
295
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"msg-describe"},[_c('div',{staticClass:"msg-describe__header"},[_vm._v(_vm._s(_vm.content.title || ''))]),_c('div',{staticClass:"msg-describe__content"},[_c('div',{ref:"wrapper",class:_vm.isOpen ? '' : 'wrapper'},_vm._l((_vm.contentParams),function(item,i){return _c('div',{key:i,staticClass:"desc-item"},[_c('div',{staticClass:"desc-title"},[_vm._v(" "+_vm._s(item.p_name)+" ")]),_c('div',{staticClass:"desc-txt"},[_vm._v(" "+_vm._s(item.p_value)+" ")])])}),0),(_vm.foldVisible)?_c('div',{staticClass:"fold-btn",on:{"click":_vm.toggleOpen}},[_vm._v(" "+_vm._s(_vm.isOpen ? _vm.i18nText('1.4.9.33') : _vm.i18nText('1.10.233') + _vm.i18nText('1.10.149'))+" "),_c('a-icon',{attrs:{"type":_vm.isOpen ? 'up' : 'down'}})],1):_vm._e()])])}
296
296
  var staticRenderFns = []
297
297
 
@@ -587,7 +587,7 @@ var es_promise_finally = __webpack_require__("a79d");
587
587
  // EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
588
588
  var es_function_name_js_ = __webpack_require__("db0a");
589
589
 
590
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/page.vue?vue&type=template&id=88a8e8fc&
590
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/page.vue?vue&type=template&id=88a8e8fc&
591
591
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('ChatSetting',_vm._g(_vm._b({},'ChatSetting',_vm.$attrs,false),_vm.$listeners))}
592
592
  var staticRenderFns = []
593
593
 
@@ -597,7 +597,7 @@ var staticRenderFns = []
597
597
  // EXTERNAL MODULE: ./packages/multi-chat/chat/mixins/base.js + 5 modules
598
598
  var base = __webpack_require__("8ec7");
599
599
 
600
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/index.vue?vue&type=template&id=75c81df8&scoped=true&
600
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/index.vue?vue&type=template&id=75c81df8&scoped=true&
601
601
  var settingvue_type_template_id_75c81df8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-row',{staticClass:"chat-setting"},[_c('a-col',{staticClass:"left-menu",attrs:{"span":5}},[(_vm.isShowGoback)?_c('div',{staticClass:"goback",on:{"click":_vm.handleGoBack}},[_c('a-icon',{staticStyle:{"margin-right":"10px"},attrs:{"type":"left"}}),_vm._v(" "+_vm._s(_vm.i18nText("3.20.50"))+" ")],1):_vm._e(),_c('div',{staticClass:"setting-menu"},[_c('ul',_vm._l((_vm.useMenuList),function(item){return _c('li',{key:item.type,staticClass:"menu-item",class:item.active && ['active'],on:{"click":function () { return _vm.handleMenuClick(item.type); }}},[_c('svg-icon',{attrs:{"icon-class":item.icon}}),_c('span',{staticClass:"menu-name"},[_vm._v(_vm._s(item.name))])],1)}),0)])]),_c('a-col',{staticClass:"right-page",attrs:{"span":19}},[_c(_vm.rightPage,_vm._b({tag:"component",attrs:{"assemblyId":_vm.assemblyId,"isStaff":_vm.isStaff,"userInfo":_vm.userInfo,"i18nText":_vm.i18nText}},'component',_vm.$attrs,false))],1)],1)}
602
602
  var settingvue_type_template_id_75c81df8_scoped_true_staticRenderFns = []
603
603
 
@@ -652,7 +652,7 @@ var es_string_includes_js_ = __webpack_require__("fd22");
652
652
  // EXTERNAL MODULE: external "core-js/modules/es.array.map.js"
653
653
  var es_array_map_js_ = __webpack_require__("4391");
654
654
 
655
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/event/index.vue?vue&type=template&id=dfb8c2fe&scoped=true&
655
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/event/index.vue?vue&type=template&id=dfb8c2fe&scoped=true&
656
656
  var eventvue_type_template_id_dfb8c2fe_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-event"},[_c('h3',{staticClass:"page-title"},[_vm._v(_vm._s(_vm.i18nText('1.9.437')))]),(!_vm.noDataTip)?[_c('a-input-search',{attrs:{"placeholder":_vm.i18nText('1.9.432'),"size":"default","allowClear":""},on:{"search":_vm.handleSearch},model:{value:(_vm.name),callback:function ($$v) {_vm.name=$$v},expression:"name"}},[_c('a-button',{attrs:{"slot":"enterButton","type":"primary"},slot:"enterButton"},[_c('a-icon',{attrs:{"type":"search"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.2.2.11'))+" ")],1)],1),_c('a-button',{on:{"click":_vm.handleEventAdd}},[_c('a-icon',{attrs:{"type":"plus-circle"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.1.1.1.8'))+" ")],1),_c('a-table',{staticClass:"table-wrapper",attrs:{"bordered":"","columns":_vm.columns,"dataSource":_vm.data,"pagination":_vm.pagination,"rowKey":_vm.getRowkey,"scroll":{ y: 650 }},on:{"change":_vm.handlePageChange},scopedSlots:_vm._u([{key:"status",fn:function(text, record){return [(text === '1')?_c('a-popconfirm',{attrs:{"okText":_vm.i18nText('1.10.138'),"cancelText":_vm.i18nText('1.1.1.1.4')},on:{"confirm":function () { return _vm.confirmStatusClose(record); }}},[_c('a-icon',{staticStyle:{"color":"red"},attrs:{"slot":"icon","type":"question-circle-o"},slot:"icon"}),_c('div',{attrs:{"slot":"title"},slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.i18nText('1.9.384')))]),_c('br'),_c('span',[_vm._v(_vm._s(_vm.i18nText('1.9.438'))+"?")])]),_c('a-switch',{attrs:{"checkedChildren":_vm.i18nText('1.9.422'),"unCheckedChildren":_vm.i18nText('1.1.1.1.7'),"checked":text === '1'}})],1):_c('a-switch',{attrs:{"checkedChildren":_vm.i18nText('1.9.422'),"unCheckedChildren":_vm.i18nText('1.1.1.1.7'),"checked":text === '1'},on:{"change":function () { return _vm.handleStatusChange(record); }}})]}},{key:"operation",fn:function(text, record){return [_c('a',{attrs:{"href":"javascript:;"},on:{"click":function () { return _vm.handleEventEdit(record); }}},[_c('a-icon',{staticStyle:{"margin-right":"8px"},attrs:{"type":"edit"}}),_vm._v(" "+_vm._s(_vm.i18nText('2.5.13'))+" ")],1)]}}],null,false,1962405778)})]:_c('NoData',{attrs:{"noDataImg":_vm.noDataImg,"noDataTip":_vm.noDataTip,"emptyRender":_vm.emptyRender}}),_c('a-drawer',{attrs:{"title":_vm.id ? _vm.i18nText('1.9.439') : _vm.i18nText('1.9.440'),"placement":"right","destroyOnClose":"","maskClosable":false,"visible":_vm.visible,"wrapClassName":"chat-event-drawer","width":"755"},on:{"close":_vm.handleEditClose}},[_c('event-edit',{attrs:{"id":_vm.id,"assemblyId":_vm.assemblyId,"configMap":_vm.configMap},on:{"handleEditClose":_vm.handleEditClose}})],1)],2)}
657
657
  var eventvue_type_template_id_dfb8c2fe_scoped_true_staticRenderFns = []
658
658
 
@@ -701,7 +701,7 @@ var input_style_ = __webpack_require__("c3aa");
701
701
  var input_ = __webpack_require__("ae3b");
702
702
  var input_default = /*#__PURE__*/__webpack_require__.n(input_);
703
703
 
704
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/event/edit/index.vue?vue&type=template&id=14352dc6&scoped=true&
704
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/event/edit/index.vue?vue&type=template&id=14352dc6&scoped=true&
705
705
  var editvue_type_template_id_14352dc6_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-event-edit"},[_c('div',{staticClass:"main-content"},[_c('a-form',{attrs:{"form":_vm.form}},[_c('a-form-item',{staticStyle:{"width":"210px"},attrs:{"label":_vm.i18nText('1.9.445')}},[_c('a-input',{directives:[{name:"decorator",rawName:"v-decorator",value:([
706
706
  'name',
707
707
  {
@@ -759,14 +759,14 @@ var es_array_splice_js_ = __webpack_require__("f3b8");
759
759
  // EXTERNAL MODULE: external "core-js/modules/web.dom-collections.for-each.js"
760
760
  var web_dom_collections_for_each_js_ = __webpack_require__("13e3");
761
761
 
762
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/event/edit/strategy.vue?vue&type=template&id=21643a93&scoped=true&
762
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/event/edit/strategy.vue?vue&type=template&id=21643a93&scoped=true&
763
763
  var strategyvue_type_template_id_21643a93_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-event-strategy"},[_c('div',{staticClass:"strategy-title"},[_vm._v(" "+_vm._s(_vm.i18nText("1.9.461"))+_vm._s(_vm.strategyIndex + 1)+" "),_c('a-icon',{staticClass:"close-icon",attrs:{"type":"close"},on:{"click":_vm.handleStrategyRemove}})],1),_c('div',{staticClass:"strategy-main"},[(_vm.typeList.length > 0)?_c('condition',{ref:"condition",attrs:{"baseSetting":_vm.baseSetting,"typeList":_vm.typeList}}):_vm._e(),_c('a-select',{staticStyle:{"width":"100%","margin-top":"15px"},attrs:{"placeholder":"选择事件"},model:{value:(_vm.triggerAction),callback:function ($$v) {_vm.triggerAction=$$v},expression:"triggerAction"}},[_c('a-select-option',{attrs:{"value":"CLOSE_SESSION"}},[_vm._v("关闭会话")])],1),_c('a-row',{attrs:{"gutter":50}},[_c('a-col',{attrs:{"span":12}},[_c('notice',_vm._b({ref:"service",attrs:{"userSide":"service"}},'notice',_vm.$attrs,false))],1),_c('a-col',{attrs:{"span":12}},[_c('notice',_vm._b({ref:"client",attrs:{"userSide":"client"}},'notice',_vm.$attrs,false))],1)],1)],1)])}
764
764
  var strategyvue_type_template_id_21643a93_scoped_true_staticRenderFns = []
765
765
 
766
766
 
767
767
  // CONCATENATED MODULE: ./packages/multi-chat/setting/event/edit/strategy.vue?vue&type=template&id=21643a93&scoped=true&
768
768
 
769
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/event/edit/condition.vue?vue&type=template&id=194d7d74&scoped=true&
769
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/event/edit/condition.vue?vue&type=template&id=194d7d74&scoped=true&
770
770
  var conditionvue_type_template_id_194d7d74_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-strategy-condition"},[_c('a-form',{attrs:{"form":_vm.form}},_vm._l((_vm.conditions),function(item){return _c('div',{key:item,staticClass:"condition-item"},[_c('a-form-item',{staticStyle:{"width":"210px"},attrs:{"has-feedback":""}},[_c('a-select',{directives:[{name:"decorator",rawName:"v-decorator",value:([("fieldKey-" + item)]),expression:"[`fieldKey-${item}`]"}],attrs:{"placeholder":_vm.i18nText('1.9.442'),"showSearch":"","filterOption":_vm.filterOption},on:{"change":function () { return _vm.handleFieldKeyChange(item, 'onChange'); }}},_vm._l((_vm.typeList),function(type){return _c('a-select-option',{key:type.specific,attrs:{"value":type.specific}},[_vm._v(_vm._s(type.desc))])}),1)],1),_c('a-form-item',{staticStyle:{"width":"140px"},attrs:{"has-feedback":""}},[_c('a-select',{directives:[{name:"decorator",rawName:"v-decorator",value:([("con-" + item)]),expression:"[`con-${item}`]"}],attrs:{"placeholder":_vm.i18nText('1.9.443'),"showSearch":"","filterOption":_vm.filterOption}},_vm._l((_vm.conList[item]),function(con){return _c('a-select-option',{key:con.con,attrs:{"value":con.con}},[_vm._v(_vm._s(con.desc))])}),1)],1),_c('a-form-item',{staticStyle:{"width":"100px"}},[(_vm.checkedTypeList[item] && _vm.checkedTypeList[item] === 'SERVICE_STAFF_STATUS')?_vm._t("default",function(){return [_c('a-select',{directives:[{name:"decorator",rawName:"v-decorator",value:([("value-" + item)]),expression:"[`value-${item}`]"}]},_vm._l((_vm.statusList),function(item){return _c('a-select-option',{key:item.status,attrs:{"value":item.status}},[_vm._v(" "+_vm._s(item.title)+" ")])}),1)]}):_c('a-input',{directives:[{name:"decorator",rawName:"v-decorator",value:([("value-" + item)]),expression:"[`value-${item}`]"}]})],2),(item !== 1)?_c('a-icon',{attrs:{"type":"close"},on:{"click":function () { return _vm.handleConditionRemove(item); }}}):_vm._e()],1)}),0),_c('a-button',{attrs:{"type":"primary","ghost":""},on:{"click":_vm.handleConditionAdd}},[_c('a-icon',{attrs:{"type":"plus"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.9.444'))+" ")],1)],1)}
771
771
  var conditionvue_type_template_id_194d7d74_scoped_true_staticRenderFns = []
772
772
 
@@ -967,7 +967,7 @@ var condition_component = Object(componentNormalizer["a" /* default */])(
967
967
  )
968
968
 
969
969
  /* harmony default export */ var edit_condition = (condition_component.exports);
970
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/event/edit/notice.vue?vue&type=template&id=51c4b57e&scoped=true&
970
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/event/edit/notice.vue?vue&type=template&id=51c4b57e&scoped=true&
971
971
  var noticevue_type_template_id_51c4b57e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-event-notice"},[_c('div',{staticClass:"notice-title"},[_vm._v(_vm._s(_vm.noticeTitle))]),_c('a-form',{attrs:{"form":_vm.form}},[_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.455')}},[_c('a-checkbox-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(["messageTypes"]),expression:"[`messageTypes`]"}],attrs:{"options":_vm.messageTypeList},on:{"change":_vm.handleTypeChange}})],1),(_vm.includeWx)?_c('a-form-item',[_c('a-select',{directives:[{name:"decorator",rawName:"v-decorator",value:(["templateId"]),expression:"[`templateId`]"}],attrs:{"placeholder":_vm.i18nText('1.9.456'),"showSearch":"","filterOption":_vm.filterOption},on:{"change":_vm.handleTemplateChange}},_vm._l((_vm.templateList),function(template){return _c('a-select-option',{key:template.id,attrs:{"value":template.id}},[_vm._v(_vm._s(template.name))])}),1)],1):_vm._e(),(_vm.includeWx)?_vm._l((_vm.keywords),function(keyword){return _c('a-form-item',{key:keyword,attrs:{"label":keyword}},[_c('a-input',{directives:[{name:"decorator",rawName:"v-decorator",value:([(keyword + "-value")]),expression:"[`${keyword}-value`]"}]})],1)}):_vm._e(),_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.457')}},[_c('a-textarea',{directives:[{name:"decorator",rawName:"v-decorator",value:(["messageContext"]),expression:"[`messageContext`]"}],attrs:{"placeholder":_vm.i18nText('1.9.40') + '...',"rows":6}})],1)],2)],1)}
972
972
  var noticevue_type_template_id_51c4b57e_scoped_true_staticRenderFns = []
973
973
 
@@ -2121,7 +2121,7 @@ var event_component = Object(componentNormalizer["a" /* default */])(
2121
2121
  )
2122
2122
 
2123
2123
  /* harmony default export */ var setting_event = (event_component.exports);
2124
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/worktime/index.vue?vue&type=template&id=1c389abb&scoped=true&
2124
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/worktime/index.vue?vue&type=template&id=1c389abb&scoped=true&
2125
2125
  var worktimevue_type_template_id_1c389abb_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-worktime"},[_c('h3',{staticClass:"page-title"},[_vm._v(_vm._s(_vm.i18nText('1.9.462')))]),(!_vm.noDataTip)?[_c('a-button',{attrs:{"type":"primary","ghost":""},on:{"click":_vm.handleWorktimeAdd}},[_c('a-icon',{attrs:{"type":"plus"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.9.463'))+" ")],1),_c('a-table',{staticClass:"table-wrapper",attrs:{"bordered":"","columns":_vm.columns,"dataSource":_vm.data,"pagination":_vm.pagination,"rowKey":_vm.getRowkey,"scroll":{ y: 650 }},on:{"change":_vm.handlePageChange},scopedSlots:_vm._u([{key:"operation",fn:function(text, record){return [_c('a',{staticStyle:{"margin-right":"15px"},attrs:{"href":"javascript:;"},on:{"click":function () { return _vm.handleTimeEdit(record); }}},[_c('a-icon',{staticStyle:{"margin-right":"8px"},attrs:{"type":"edit"}}),_vm._v(" "+_vm._s(_vm.i18nText('2.17.5.9'))+" ")],1),_c('a-popconfirm',{staticStyle:{"width":"300px"},attrs:{"okText":_vm.i18nText('1.10.138'),"cancelText":_vm.i18nText('1.1.1.1.4')},on:{"confirm":function () { return _vm.confirmDelete(record); }}},[_c('a-icon',{staticStyle:{"color":"red"},attrs:{"slot":"icon","type":"question-circle-o"},slot:"icon"}),_c('div',{attrs:{"slot":"title"},slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.i18nText('1.9.384')))]),_c('br'),_c('span',[_vm._v(_vm._s(_vm.i18nText('1.9.434'))+"?")])]),_c('a',{staticStyle:{"color":"red"},attrs:{"href":"javascript:;"}},[_c('a-icon',{staticStyle:{"margin-right":"8px"},attrs:{"type":"delete"}}),_vm._v(" "+_vm._s(_vm.i18nText('2.5.15'))+" ")],1)],1)]}}],null,false,2257209113)})]:_c('NoData',{attrs:{"noDataImg":_vm.noDataImg,"noDataTip":_vm.noDataTip,"emptyRender":_vm.emptyRender}}),_c('a-modal',{attrs:{"title":_vm.i18nText('1.9.463'),"maskClosable":false,"destroyOnClose":true,"afterClose":_vm.afterClose},on:{"ok":_vm.handleWorktimeSave},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('a-checkbox-group',{staticStyle:{"margin-bottom":"20px"},attrs:{"options":_vm.weekdays},model:{value:(_vm.weekdayList),callback:function ($$v) {_vm.weekdayList=$$v},expression:"weekdayList"}}),_c('a-time-picker',{staticStyle:{"margin-right":"10px"},attrs:{"placeholder":_vm.i18nText('1.1.4.53'),"format":"HH:mm"},model:{value:(_vm.startTime),callback:function ($$v) {_vm.startTime=$$v},expression:"startTime"}}),_c('a-time-picker',{attrs:{"placeholder":_vm.i18nText('1.9.147'),"format":"HH:mm"},model:{value:(_vm.endTime),callback:function ($$v) {_vm.endTime=$$v},expression:"endTime"}})],1)],2)}
2126
2126
  var worktimevue_type_template_id_1c389abb_scoped_true_staticRenderFns = []
2127
2127
 
@@ -2450,14 +2450,14 @@ var worktime_component = Object(componentNormalizer["a" /* default */])(
2450
2450
  )
2451
2451
 
2452
2452
  /* harmony default export */ var worktime = (worktime_component.exports);
2453
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/customerService/index.vue?vue&type=template&id=4d60db31&scoped=true&
2453
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/customerService/index.vue?vue&type=template&id=4d60db31&scoped=true&
2454
2454
  var customerServicevue_type_template_id_4d60db31_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-customer-service"},[_c('h3',{staticClass:"page-title"},[_vm._v(_vm._s(_vm.isStaff ? '用户管理' : _vm.i18nText('1.9.431')))]),(!_vm.noDataTip)?[_c('a-select',{staticClass:"search-role",attrs:{"showSearch":"","allowClear":"","placeholder":"全部角色"},on:{"change":_vm.handleSearch},model:{value:(_vm.roleId),callback:function ($$v) {_vm.roleId=$$v},expression:"roleId"}},_vm._l((_vm.roleList),function(sea){return _c('a-select-option',{key:sea.roleId,attrs:{"value":sea.roleId}},[_vm._v(" "+_vm._s(sea.roleName)+" ")])}),1),_c('a-input-search',{attrs:{"placeholder":_vm.i18nText('1.9.432'),"size":"default","allowClear":""},on:{"search":_vm.handleSearch},model:{value:(_vm.name),callback:function ($$v) {_vm.name=$$v},expression:"name"}},[_c('a-button',{attrs:{"slot":"enterButton","type":"primary"},slot:"enterButton"},[_c('a-icon',{attrs:{"type":"search"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.2.2.11'))+" ")],1)],1),_c('a-button',{on:{"click":_vm.handleCustomerAdd}},[_c('a-icon',{attrs:{"type":"plus-circle"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.9.433'))+" ")],1),_c('a-table',{attrs:{"bordered":"","columns":_vm.columns,"dataSource":_vm.tableData,"pagination":_vm.pagination,"rowKey":_vm.getRowkey,"scroll":{ y: 650 }},on:{"change":_vm.handlePageChange},scopedSlots:_vm._u([{key:"operation",fn:function(text, record){return [_c('a-popconfirm',{staticStyle:{"width":"300px"},attrs:{"okText":_vm.i18nText('1.10.138'),"cancelText":_vm.i18nText('1.1.1.1.4')},on:{"confirm":function () { return _vm.confirmDelete(record); }}},[_c('a-icon',{staticStyle:{"color":"red"},attrs:{"slot":"icon","type":"question-circle-o"},slot:"icon"}),_c('div',{attrs:{"slot":"title"},slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.i18nText('1.9.384')))]),_c('br'),_c('span',[_vm._v(_vm._s(_vm.i18nText('1.9.434'))+"?")])]),_c('a',{staticStyle:{"color":"red"},attrs:{"href":"javascript:;"}},[_c('a-icon',{staticStyle:{"margin-right":"8px"},attrs:{"type":"delete"}}),_vm._v(" "+_vm._s(_vm.i18nText('2.5.15'))+" ")],1)],1)]}}],null,false,444838098)})]:_c('NoData',{attrs:{"noDataImg":_vm.noDataImg,"noDataTip":_vm.noDataTip,"emptyRender":_vm.emptyRender}}),_c('a-modal',{attrs:{"title":_vm.customTitle,"maskClosable":false,"destroyOnClose":true,"width":"720px","footer":null,"bodyStyle":{ padding: 0, height: '600px' }},on:{"ok":_vm.handleCustomerAdd},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('batch-select',{attrs:{"assemblyId":_vm.assemblyId},on:{"handleBatchResponse":_vm.handleBatchResponse}})],1)],2)}
2455
2455
  var customerServicevue_type_template_id_4d60db31_scoped_true_staticRenderFns = []
2456
2456
 
2457
2457
 
2458
2458
  // CONCATENATED MODULE: ./packages/multi-chat/setting/customerService/index.vue?vue&type=template&id=4d60db31&scoped=true&
2459
2459
 
2460
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/customerService/batchSelect.vue?vue&type=template&id=b8cfc4a0&scoped=true&
2460
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/customerService/batchSelect.vue?vue&type=template&id=b8cfc4a0&scoped=true&
2461
2461
  var batchSelectvue_type_template_id_b8cfc4a0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"batch-select"},[_c('a-row',{staticStyle:{"height":"100%"}},[_c('a-col',{staticClass:"left-tree",attrs:{"span":12}},[_c('a-input-search',{attrs:{"placeholder":_vm.i18nText('1.9.432'),"enter-button":_vm.i18nText('1.1.1.5.1'),"size":"default","allowClear":""},on:{"search":_vm.handleSearch},model:{value:(_vm.name),callback:function ($$v) {_vm.name=$$v},expression:"name"}},[_c('a-icon',{staticClass:"search-input-icon",attrs:{"slot":"prefix","type":"search"},slot:"prefix"})],1),_c('div',{staticClass:"check-all"},[_c('a-checkbox',{attrs:{"checked":_vm.checkAll},on:{"change":_vm.toggleCheckAll}},[_vm._v(_vm._s(_vm.i18nText("1.10.139")))])],1),_c('a-tree',{ref:"antTree",attrs:{"checkable":"","treeData":_vm.treeData,"expandedKeys":_vm.expandedKeys,"searchPlaceholder":"Please select"},on:{"expand":_vm.onExpand,"check":_vm.onCheck},scopedSlots:_vm._u([{key:"custom",fn:function(item){return [(item.name)?_c('span',{staticClass:"username"},[_c('span',{staticClass:"first-name"},[_vm._v(_vm._s(item.name[0]))]),_c('span',{class:_vm.checkSearchName(item)},[_vm._v(_vm._s(item.name))])]):_c('span',[_vm._v(_vm._s(item.orgName || item.dept_name))])]}}]),model:{value:(_vm.checkedKeys),callback:function ($$v) {_vm.checkedKeys=$$v},expression:"checkedKeys"}})],1),_c('a-col',{staticClass:"right-page",attrs:{"span":12}},[_c('div',{staticClass:"right-top"},_vm._l((_vm.selectedUsers),function(item){return _c('a-tag',{key:item.id,attrs:{"closable":""},on:{"close":function () { return _vm.handleRemove(item); }}},[_vm._v(_vm._s(item.name))])}),1),_c('div',{staticClass:"right-bottom"},[_c('a-button',{staticStyle:{"margin-right":"18px"},attrs:{"type":"primary"},on:{"click":_vm.handleSave}},[_vm._v(" "+_vm._s(_vm.i18nText("1.1.1.1.3"))+" ("+_vm._s(_vm.selectedUsers.length)+"/"+_vm._s(_vm.flatUserList.length)+") ")]),_c('a-button',{on:{"click":_vm.handleCancel}},[_vm._v(_vm._s(_vm.i18nText("1.1.1.1.4")))])],1)])],1)],1)}
2462
2462
  var batchSelectvue_type_template_id_b8cfc4a0_scoped_true_staticRenderFns = []
2463
2463
 
@@ -3173,12 +3173,12 @@ var customerService_component = Object(componentNormalizer["a" /* default */])(
3173
3173
  )
3174
3174
 
3175
3175
  /* harmony default export */ var customerService = (customerService_component.exports);
3176
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/baseInfo/index.vue?vue&type=template&id=6103d22e&scoped=true&
3177
- var baseInfovue_type_template_id_6103d22e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-base-info"},[_c('h3',{staticClass:"page-title"},[_vm._v(_vm._s(_vm.i18nText('2.4.3.1')))]),_c('div',{staticClass:"main-form"},[_c('a-form',{attrs:{"form":_vm.form}},[(!_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.401')))]),_c('a-form-item',[_c('a-checkbox',{attrs:{"checked":_vm.showTimeSetting},on:{"change":_vm.handleTimeSettingShow}},[_vm._v(_vm._s(_vm.i18nText('1.9.402')))]),_c('a-checkbox',{model:{value:(_vm.readStatus),callback:function ($$v) {_vm.readStatus=$$v},expression:"readStatus"}},[_vm._v("已读回执")]),_c('a-checkbox',{model:{value:(_vm.lineUpNotice),callback:function ($$v) {_vm.lineUpNotice=$$v},expression:"lineUpNotice"}},[_vm._v("排队提醒")])],1),(_vm.showTimeSetting)?[_c('a-row',{staticClass:"time-setting"},[_c('a-col',{attrs:{"span":12}},[_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.403')}},[_c('a-select',{directives:[{name:"decorator",rawName:"v-decorator",value:(['timeLength']),expression:"['timeLength']"}],staticStyle:{"width":"200px"},attrs:{"placeholder":_vm.i18nText('1.9.404'),"showSearch":""}},_vm._l((_vm.timeLengths),function(time){return _c('a-select-option',{key:time,attrs:{"value":time}},[_vm._v(_vm._s(time))])}),1),_vm._v(" "+_vm._s(_vm.i18nText('2.2.6.6'))+" ")],1)],1),_c('a-col',{attrs:{"span":8}},[_c('a-form-item',{staticClass:"ASC_DESC",attrs:{"label":_vm.i18nText('1.9.405')}},[_c('a-radio-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(['showMode']),expression:"['showMode']"}]},[_c('a-radio',{attrs:{"value":"ASC"}},[_vm._v(_vm._s(_vm.i18nText('1.9.406')))]),_c('a-radio',{attrs:{"value":"DESC"}},[_vm._v(_vm._s(_vm.i18nText('1.9.407')))])],1)],1)],1)],1),_c('a-form-item',{staticStyle:{"margin-left":"20px"}},[_c('a-checkbox',{attrs:{"checked":_vm.showTimeDelay},on:{"change":_vm.handleTimeDelayShow}},[_vm._v(_vm._s(_vm.i18nText('1.9.408')))])],1),(_vm.showTimeDelay)?[_c('a-row',{staticClass:"delayed-setting"},[_c('a-col',{attrs:{"span":12}},[_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.409')}},[_c('a-input-number',{directives:[{name:"decorator",rawName:"v-decorator",value:(['delayed-timeLength']),expression:"['delayed-timeLength']"}],staticStyle:{"width":"80px"},attrs:{"precision":0,"min":1}}),_c('span',{staticClass:"unit"},[_vm._v(_vm._s(_vm.i18nText('2.2.6.6')))])],1)],1),_c('a-col',{attrs:{"span":10}},[_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.410')}},[_c('a-input-number',{directives:[{name:"decorator",rawName:"v-decorator",value:(['rightOffRemindTime']),expression:"['rightOffRemindTime']"}],staticStyle:{"width":"80px"},attrs:{"precision":0,"min":1},on:{"blur":_vm.handleRightOffRemindTimeBlur}}),_c('span',{staticClass:"unit"},[_vm._v(_vm._s(_vm.i18nText('1.9.411')))])],1)],1)],1)]:_vm._e()]:_vm._e()],2):_vm._e(),_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.412')))]),(!_vm.isStaff)?_c('a-form-item',{staticClass:"server-form-item",attrs:{"label":_vm.i18nText('1.9.413')}},[_vm._l((_vm.serverInfo),function(item){return [(item.type === 'TEXT')?_c('div',{key:item.key,staticClass:"serverinfo-wrapper"},[_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(item.title))]),_c('span',{staticClass:"serverinfo-label"},[_vm._v(_vm._s(item.title)+":")])],2),_c('a-input',{directives:[{name:"decorator",rawName:"v-decorator",value:([item.key]),expression:"[item.key]"}],staticClass:"title-input",attrs:{"allowClear":""}})],1):_vm._e()]})],2):_vm._e(),(!_vm.isStaff)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.414')}},[_vm._l((_vm.serverInfo),function(item){return [(item.type === 'BUTTON')?_c('div',{key:item.key,staticClass:"serverinfo-wrapper"},[_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(item.title))]),_c('span',{staticClass:"serverinfo-label"},[_vm._v(_vm._s(item.title)+":")])],2),_c('a-input',{directives:[{name:"decorator",rawName:"v-decorator",value:([item.key]),expression:"[item.key]"}],staticClass:"title-input",attrs:{"allowClear":""}})],1):_vm._e()]})],2):_vm._e(),(_vm.queryTimeSettingList.length > 0)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.415')}},[_c('a-radio-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(["queryTimeSetting"]),expression:"[`queryTimeSetting`]"}],attrs:{"options":_vm.queryTimeSettingList}})],1):_vm._e(),_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.416')}},[(_vm.isListClassify !== 'Y')?_c('a-checkbox-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(["functionSetting"]),expression:"[`functionSetting`]"}],attrs:{"options":_vm.functionList}}):_vm._e()],1),(_vm.isListClassify === 'Y')?_vm._l((_vm.listClassify),function(item,index){return _c('div',{key:index,staticClass:"classify-wrapper"},[_c('div',{staticClass:"classify-item"},[_c('div',{staticClass:"statistic"},[_c('div',[_c('span',{staticClass:"name"},[_vm._v(_vm._s(_vm.i18nText('1.9.417'))+":")]),_c('svg-icon',{staticStyle:{"font-size":"20px","margin-right":"8px"},attrs:{"icon-class":item.icon}}),_c('a-input',{staticStyle:{"width":"150px"},attrs:{"allowClear":""},model:{value:(item.name),callback:function ($$v) {_vm.$set(item, "name", $$v)},expression:"item.name"}}),(item.isStatistic !== 'NOT')?_c('a-checkbox',{staticStyle:{"width":"100px","margin-left":"10px"},attrs:{"checked":item.isStatistic === 'Y'},on:{"change":function (e) { return _vm.handleStatisticToggle(item, e); }}},[_vm._v(_vm._s(_vm.i18nText('1.9.418')))]):_vm._e(),_c('a-checkbox',{staticStyle:{"width":"100px","margin-left":"10px"},model:{value:(item.enable),callback:function ($$v) {_vm.$set(item, "enable", $$v)},expression:"item.enable"}},[_vm._v("启用")])],1),_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_vm._v("上移")]),(_vm.listClassify.length > 1)?_c('a-icon',{staticStyle:{"margin-right":"10px"},attrs:{"type":"up"},on:{"click":function($event){return _vm.handleGroupUp(index)}}}):_vm._e()],2)],1),_c('div',{staticClass:"server"},[_c('span',{staticClass:"name"},[_vm._v(_vm._s(_vm.i18nText('1.9.419')))]),_c('a-checkbox-group',{attrs:{"options":item.serverfunctionList},model:{value:(item.serverfunctions),callback:function ($$v) {_vm.$set(item, "serverfunctions", $$v)},expression:"item.serverfunctions"}})],1),_c('div',{staticClass:"client"},[_c('span',{staticClass:"name"},[_vm._v(_vm._s(_vm.i18nText('1.9.420')))]),_c('a-checkbox-group',{attrs:{"options":item.clientfunctionList},model:{value:(item.clientfunctions),callback:function ($$v) {_vm.$set(item, "clientfunctions", $$v)},expression:"item.clientfunctions"}})],1)])])}):_vm._e(),(!_vm.isStaff)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.1.8.1.8') + '-' + _vm.i18nText('1.10.232')}},[(_vm.tabBarSetting.mobileSetting && _vm.tabBarSetting.mobileSetting.list)?_vm._l((_vm.tabBarSetting.mobileSetting.list),function(item,index){return _c('a-checkbox',{key:index,attrs:{"disabled":!_vm.tabBarMobileEnable || item.isMsgBar == 'Y',"checked":item.isChecked == 'Y'},on:{"input":function (v) { return _vm.handleCheckInput(v, item); }}},[_vm._v(" "+_vm._s(item.content)+" ")])}):_vm._e()],2):_vm._e(),(!_vm.isStaff)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.421')}},[_c('a-table',{attrs:{"bordered":"","columns":_vm.columns,"dataSource":_vm.serviceState,"pagination":false,"rowKey":_vm.getRowkey},scopedSlots:_vm._u([{key:"operation",fn:function(text, record){return [_c('a-switch',{attrs:{"disabled":['ON-LINE', 'OFF-LINE'].includes(record.status),"checkedChildren":_vm.i18nText('1.9.422'),"unCheckedChildren":_vm.i18nText('1.1.1.1.7'),"checked":record.enable},on:{"change":function () { return _vm.handleStatusChange(record); }}})]}},{key:"icon",fn:function(text, record){return [(record.icon)?_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":record.icon}}):_vm._e()]}}],null,false,3990348240)})],1):_vm._e(),(_vm.toolbarList.length > 0)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.423')}},[_c('a-checkbox-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(["toolbar"]),expression:"[`toolbar`]"}]},[_c('a-row',[_c('a-col',[_c('span',{staticStyle:{"display":"inline-block","width":"70px"}},[_vm._v("PC:")]),_vm._l((_vm.toolbarList.filter(function (item) { return item.source === 'PC'; })),function(item,index){return _c('a-checkbox',{key:index,attrs:{"value":item.value}},[_vm._v(" "+_vm._s(item.label)+" ")])})],2),_c('a-col',[_c('span',{staticStyle:{"display":"inline-block","width":"70px"}},[_vm._v("MOBILE:")]),_vm._l((_vm.toolbarList.filter(function (item) { return item.source === 'MOBILE'; })),function(item,index){return _c('a-checkbox',{key:index,attrs:{"value":item.value}},[_vm._v(" "+_vm._s(item.label)+" ")])})],2)],1)],1)],1):_vm._e()],2),(_vm.isListClassify !== 'Y' && !_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.424')))]),_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.425')}},[_c('a-checkbox-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(["clientFunctionSetting"]),expression:"[`clientFunctionSetting`]"}],attrs:{"options":_vm.clientFunctionList}})],1)],1):_vm._e(),(!_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.426'))+" "),_c('a-checkbox',{attrs:{"disabled":!_vm.evaluateId,"checked":_vm.evaluate},on:{"change":_vm.handleEvaluate}})],1)]):_vm._e(),(!_vm.isConference && !_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.427'))+" "),_c('a-checkbox',{attrs:{"checked":_vm.showBotSetting},on:{"change":_vm.handleBotSettingShow}})],1),(_vm.showBotSetting)?_c('a-row',{staticClass:"bot-setting"},[_c('a-col',{attrs:{"span":4}},[_c('a-form-item',{attrs:{"label":"secretId"}},[_c('a-input',{directives:[{name:"decorator",rawName:"v-decorator",value:(['secretId']),expression:"['secretId']"}],staticStyle:{"width":"150px"}})],1)],1),_c('a-col',{attrs:{"span":5}},[_c('a-form-item',{attrs:{"label":"secretKey"}},[_c('a-input',{directives:[{name:"decorator",rawName:"v-decorator",value:(['secretKey']),expression:"['secretKey']"}],staticStyle:{"width":"150px"}})],1)],1)],1):_vm._e(),(_vm.showBotSetting)?_c('a-row',{staticClass:"bot-setting"},[_c('a-form-item',{attrs:{"label":"botId"}},[_c('a-input',{directives:[{name:"decorator",rawName:"v-decorator",value:(['botId']),expression:"['botId']"}],staticStyle:{"width":"150px"}})],1)],1):_vm._e(),_c('a-row',{staticClass:"bot-setting"},[_c('a-form-item',{attrs:{"label":"选择机器人"}},[_c('a-select',{directives:[{name:"decorator",rawName:"v-decorator",value:(['robotId']),expression:"['robotId']"}],staticStyle:{"width":"200px"},attrs:{"placeholder":'选择机器人',"allowClear":"","showSearch":"","filterOption":_vm.filterOption}},_vm._l((_vm.robotList),function(robot){return _c('a-select-option',{key:robot.id,attrs:{"value":robot.id}},[_vm._v(_vm._s(robot.name))])}),1)],1)],1),_c('a-row',{staticClass:"bot-setting"},[_c('a-form-item',[_c('a-radio-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(['mode']),expression:"['mode']"}]},[_c('a-radio',{attrs:{"value":"ROBOT_CHAT"}},[_vm._v("机器人和人工客服")]),_c('a-radio',{attrs:{"value":"ROBOT"}},[_vm._v("仅机器人")])],1)],1)],1)],1):_vm._e(),_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"block","margin-bottom":"10px"}},[_vm._v(" 公共短语 ")]),_c('a-select',{staticStyle:{"width":"300px","margin-top":"15px"},attrs:{"mode":"multiple","showSearch":"","placeholder":"请选择"},model:{value:(_vm.chatPublicCategory),callback:function ($$v) {_vm.chatPublicCategory=$$v},expression:"chatPublicCategory"}},_vm._l((_vm.chatPublicCategoryList),function(item){return _c('a-select-option',{key:item.id,attrs:{"value":item.id}},[_vm._v(_vm._s(item.name))])}),1)],1),_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.428')))]),_vm._l((_vm.broadcastList),function(b,key){return _c('div',{key:b.type,staticClass:"broadcaste-wrap"},[_c('div',{staticClass:"broadcaste-title"},[_c('a-switch',{attrs:{"checkedChildren":_vm.i18nText('1.9.422'),"unCheckedChildren":_vm.i18nText('1.1.1.1.7')},model:{value:(b.isChecked),callback:function ($$v) {_vm.$set(b, "isChecked", $$v)},expression:"b.isChecked"}}),_c('span',[_vm._v(_vm._s(key === 'PC' ? _vm.i18nText('1.9.429') : _vm.i18nText('1.1.8.1.8')))]),_c('a-icon',{staticStyle:{"color":"green","fontSize":"18px"},attrs:{"type":"plus-circle","theme":"filled"},on:{"click":function($event){return _vm.addBroadcast(b.type, b.list)}}})],1),_c('ul',_vm._l((b.list),function(v,i){return _c('li',{key:i,staticClass:"broadcaste-item"},[_c('div',[_c('span',{staticClass:"item-title"},[_vm._v(_vm._s(_vm.i18nText('3.19.5')))]),_c('a-input',{attrs:{"allowClear":""},model:{value:(v.content),callback:function ($$v) {_vm.$set(v, "content", $$v)},expression:"v.content"}})],1),_c('div',[_c('span',{staticClass:"item-title"},[_vm._v(_vm._s(_vm.i18nText('2.22.8.2')))]),_c('a-input',{attrs:{"allowClear":""},model:{value:(v.url),callback:function ($$v) {_vm.$set(v, "url", $$v)},expression:"v.url"}})],1),_c('svg-icon',{staticClass:"form-action svg-icon-btn",staticStyle:{"margin-left":"4px"},attrs:{"icon-class":"xitongtubiaoliebiaocaozuoanniushanchushixin"},on:{"click":function($event){return _vm.deleteBroadcast(i, b.list)}}})],1)}),0)])})],2),(!_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.678'))+": ")]),_c('ul',_vm._l((_vm.refuseReasonList),function(item,i){return _c('li',{key:i,staticClass:"refuse-item"},[_c('a-input',{attrs:{"maxLength":15},model:{value:(item.text),callback:function ($$v) {_vm.$set(item, "text", (typeof $$v === 'string'? $$v.trim(): $$v))},expression:"item.text"}}),_c('svg-icon',{staticClass:"form-action svg-icon-btn",attrs:{"icon-class":"xitongtubiaoliebiaocaozuoanniushanchushixin"},on:{"click":function($event){return _vm.refuseReasonDel(i)}}})],1)}),0),_c('a-button',{staticClass:"refuse-add-btn",attrs:{"type":"link","size":"small","disabled":_vm.refuseReasonList.length > 4},on:{"click":_vm.refuseReasonAdd}},[_c('svg-icon',{staticStyle:{"margin-right":"6px"},attrs:{"icon-class":"xinzengwenjian"}}),_vm._v(" 添加 ")],1)],1):_vm._e(),(!_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" 环境变量设置: ")]),_vm._l((_vm.variableSetting),function(item,index){return _c('a-row',{key:index},[_c('a-col',{attrs:{"span":4}},[_c('a-form-item',{attrs:{"label":"变量名称"}},[_c('a-input',{staticStyle:{"width":"200px"},attrs:{"disabled":""},model:{value:(item.name),callback:function ($$v) {_vm.$set(item, "name", $$v)},expression:"item.name"}})],1)],1),_c('a-col',{attrs:{"span":4}},[_c('a-form-item',{attrs:{"label":"变量值"}},[_c('a-input',{staticStyle:{"width":"200px"},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}})],1)],1),_c('a-col',{attrs:{"span":5}},[_c('a-form-item',{attrs:{"label":"备注"}},[_c('a-input',{staticStyle:{"width":"200px"},attrs:{"disabled":""},model:{value:(item.remark),callback:function ($$v) {_vm.$set(item, "remark", $$v)},expression:"item.remark"}})],1)],1)],1)})],2):_vm._e(),_c('div',{staticClass:"functional-module rightClickSetting"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" 右键设置 "),_c('a-icon',{staticStyle:{"color":"green","fontSize":"18px"},attrs:{"type":"plus-circle","theme":"filled"},on:{"click":function($event){return _vm.addRightClick()}}})],1),_vm._l((_vm.rightClickSetting),function(item,index){return _c('a-row',{key:index},[_c('a-col',{attrs:{"span":_vm.handleRightClickSpan(item)}},[_c('a-form-item',{staticClass:"rightClick-form",attrs:{"label":"名称"}},[_c('a-input',{staticStyle:{"width":"98%"},attrs:{"allowClear":""},model:{value:(item.rightClickName),callback:function ($$v) {_vm.$set(item, "rightClickName", $$v)},expression:"item.rightClickName"}})],1)],1),_c('a-col',{attrs:{"span":_vm.handleRightClickSpan(item)}},[_c('a-form-item',{staticClass:"rightClick-form",attrs:{"label":"操作"}},[_c('a-select',{staticStyle:{"width":"98%"},attrs:{"allowClear":"","showSearch":"","filterOption":_vm.filterOption,"placeholder":"请选择"},model:{value:(item.rightClickDo),callback:function ($$v) {_vm.$set(item, "rightClickDo", $$v)},expression:"item.rightClickDo"}},_vm._l((_vm.rightClickDoList),function(i,index){return _c('a-select-option',{key:index,attrs:{"value":i.value}},[_vm._v(_vm._s(i.label))])}),1)],1)],1),(item.rightClickDo === 'jumpUrl')?_c('a-col',{attrs:{"span":11}},[_c('a-form-item',{staticClass:"rightClick-form",attrs:{"label":"外部地址"}},[_c('a-input',{staticStyle:{"width":"100%"},attrs:{"allowClear":""},model:{value:(item.rightClickUrl),callback:function ($$v) {_vm.$set(item, "rightClickUrl", $$v)},expression:"item.rightClickUrl"}})],1)],1):_vm._e(),_c('svg-icon',{staticClass:"form-action svg-icon-btn",staticStyle:{"margin":"8px 0 0 4px"},attrs:{"icon-class":"xitongtubiaoliebiaocaozuoanniushanchushixin"},on:{"click":function($event){return _vm.deleteRightClick(index)}}})],1)})],2),(!_vm.isConference && !_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" 聊天客户端接入地址 ")]),_c('a-row',{staticClass:"client-url"},[_c('a-col',{attrs:{"span":3}},[_vm._v("PC端:")]),_c('a-col',{attrs:{"span":20}},[_vm._v(_vm._s(_vm.pcUrl)+" ")])],1),_c('a-row',{staticClass:"client-url"},[_c('a-col',{attrs:{"span":3}},[_vm._v("移动端:")]),_c('a-col',{attrs:{"span":20}},[_vm._v(_vm._s(_vm.mobileUrl)+" ")])],1)],1):_vm._e()])],1),_c('div',{staticClass:"form-bottom"},[_c('a-button',{staticStyle:{"margin-left":"10px"},attrs:{"type":"primary"},on:{"click":_vm.handleSubmit}},[_vm._v(_vm._s(_vm.i18nText('3.5.29')))])],1)])}
3178
- var baseInfovue_type_template_id_6103d22e_scoped_true_staticRenderFns = []
3176
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/baseInfo/index.vue?vue&type=template&id=3a0b2446&scoped=true&
3177
+ var baseInfovue_type_template_id_3a0b2446_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-base-info"},[_c('h3',{staticClass:"page-title"},[_vm._v(_vm._s(_vm.i18nText('2.4.3.1')))]),_c('div',{staticClass:"main-form"},[_c('a-form',{attrs:{"form":_vm.form}},[(!_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.401')))]),_c('a-form-item',[_c('a-checkbox',{attrs:{"checked":_vm.showTimeSetting},on:{"change":_vm.handleTimeSettingShow}},[_vm._v(_vm._s(_vm.i18nText('1.9.402')))]),_c('a-checkbox',{model:{value:(_vm.readStatus),callback:function ($$v) {_vm.readStatus=$$v},expression:"readStatus"}},[_vm._v("已读回执")]),_c('a-checkbox',{model:{value:(_vm.lineUpNotice),callback:function ($$v) {_vm.lineUpNotice=$$v},expression:"lineUpNotice"}},[_vm._v("排队提醒")])],1),(_vm.showTimeSetting)?[_c('a-row',{staticClass:"time-setting"},[_c('a-col',{attrs:{"span":12}},[_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.403')}},[_c('a-select',{directives:[{name:"decorator",rawName:"v-decorator",value:(['timeLength']),expression:"['timeLength']"}],staticStyle:{"width":"200px"},attrs:{"placeholder":_vm.i18nText('1.9.404'),"showSearch":""}},_vm._l((_vm.timeLengths),function(time){return _c('a-select-option',{key:time,attrs:{"value":time}},[_vm._v(_vm._s(time))])}),1),_vm._v(" "+_vm._s(_vm.i18nText('2.2.6.6'))+" ")],1)],1),_c('a-col',{attrs:{"span":8}},[_c('a-form-item',{staticClass:"ASC_DESC",attrs:{"label":_vm.i18nText('1.9.405')}},[_c('a-radio-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(['showMode']),expression:"['showMode']"}]},[_c('a-radio',{attrs:{"value":"ASC"}},[_vm._v(_vm._s(_vm.i18nText('1.9.406')))]),_c('a-radio',{attrs:{"value":"DESC"}},[_vm._v(_vm._s(_vm.i18nText('1.9.407')))])],1)],1)],1)],1),_c('a-form-item',{staticStyle:{"margin-left":"20px"}},[_c('a-checkbox',{attrs:{"checked":_vm.showTimeDelay},on:{"change":_vm.handleTimeDelayShow}},[_vm._v(_vm._s(_vm.i18nText('1.9.408')))])],1),(_vm.showTimeDelay)?[_c('a-row',{staticClass:"delayed-setting"},[_c('a-col',{attrs:{"span":12}},[_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.409')}},[_c('a-input-number',{directives:[{name:"decorator",rawName:"v-decorator",value:(['delayed-timeLength']),expression:"['delayed-timeLength']"}],staticStyle:{"width":"80px"},attrs:{"precision":0,"min":1}}),_c('span',{staticClass:"unit"},[_vm._v(_vm._s(_vm.i18nText('2.2.6.6')))])],1)],1),_c('a-col',{attrs:{"span":10}},[_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.410')}},[_c('a-input-number',{directives:[{name:"decorator",rawName:"v-decorator",value:(['rightOffRemindTime']),expression:"['rightOffRemindTime']"}],staticStyle:{"width":"80px"},attrs:{"precision":0,"min":1},on:{"blur":_vm.handleRightOffRemindTimeBlur}}),_c('span',{staticClass:"unit"},[_vm._v(_vm._s(_vm.i18nText('1.9.411')))])],1)],1)],1)]:_vm._e()]:_vm._e()],2):_vm._e(),_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.412')))]),(!_vm.isStaff)?_c('a-form-item',{staticClass:"server-form-item",attrs:{"label":_vm.i18nText('1.9.413')}},[_vm._l((_vm.serverInfo),function(item){return [(item.type === 'TEXT')?_c('div',{key:item.key,staticClass:"serverinfo-wrapper"},[_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(item.title))]),_c('span',{staticClass:"serverinfo-label"},[_vm._v(_vm._s(item.title)+":")])],2),_c('a-input',{directives:[{name:"decorator",rawName:"v-decorator",value:([item.key]),expression:"[item.key]"}],staticClass:"title-input",attrs:{"allowClear":""}})],1):_vm._e()]})],2):_vm._e(),(!_vm.isStaff)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.414')}},[_vm._l((_vm.serverInfo),function(item){return [(item.type === 'BUTTON')?_c('div',{key:item.key,staticClass:"serverinfo-wrapper"},[_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(item.title))]),_c('span',{staticClass:"serverinfo-label"},[_vm._v(_vm._s(item.title)+":")])],2),_c('a-input',{directives:[{name:"decorator",rawName:"v-decorator",value:([item.key]),expression:"[item.key]"}],staticClass:"title-input",attrs:{"allowClear":""}})],1):_vm._e()]})],2):_vm._e(),(_vm.queryTimeSettingList.length > 0)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.415')}},[_c('a-radio-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(["queryTimeSetting"]),expression:"[`queryTimeSetting`]"}],attrs:{"options":_vm.queryTimeSettingList}})],1):_vm._e(),_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.416')}},[(_vm.isListClassify !== 'Y')?_c('a-checkbox-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(["functionSetting"]),expression:"[`functionSetting`]"}],attrs:{"options":_vm.functionList}}):_vm._e()],1),(_vm.isListClassify === 'Y')?_vm._l((_vm.listClassify),function(item,index){return _c('div',{key:index,staticClass:"classify-wrapper"},[_c('div',{staticClass:"classify-item"},[_c('div',{staticClass:"statistic"},[_c('div',[_c('span',{staticClass:"name"},[_vm._v(_vm._s(_vm.i18nText('1.9.417'))+":")]),_c('svg-icon',{staticStyle:{"font-size":"20px","margin-right":"8px"},attrs:{"icon-class":item.icon}}),_c('a-input',{staticStyle:{"width":"150px"},attrs:{"allowClear":""},model:{value:(item.name),callback:function ($$v) {_vm.$set(item, "name", $$v)},expression:"item.name"}}),(item.isStatistic !== 'NOT')?_c('a-checkbox',{staticStyle:{"width":"100px","margin-left":"10px"},attrs:{"checked":item.isStatistic === 'Y'},on:{"change":function (e) { return _vm.handleStatisticToggle(item, e); }}},[_vm._v(_vm._s(_vm.i18nText('1.9.418')))]):_vm._e(),_c('a-checkbox',{staticStyle:{"width":"100px","margin-left":"10px"},model:{value:(item.enable),callback:function ($$v) {_vm.$set(item, "enable", $$v)},expression:"item.enable"}},[_vm._v("启用")])],1),_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_vm._v("上移")]),(_vm.listClassify.length > 1)?_c('a-icon',{staticStyle:{"margin-right":"10px"},attrs:{"type":"up"},on:{"click":function($event){return _vm.handleGroupUp(index)}}}):_vm._e()],2)],1),_c('div',{staticClass:"server"},[_c('span',{staticClass:"name"},[_vm._v(_vm._s(_vm.i18nText('1.9.419')))]),_c('a-checkbox-group',{attrs:{"options":item.serverfunctionList},model:{value:(item.serverfunctions),callback:function ($$v) {_vm.$set(item, "serverfunctions", $$v)},expression:"item.serverfunctions"}})],1),_c('div',{staticClass:"client"},[_c('span',{staticClass:"name"},[_vm._v(_vm._s(_vm.i18nText('1.9.420')))]),_c('a-checkbox-group',{attrs:{"options":item.clientfunctionList},model:{value:(item.clientfunctions),callback:function ($$v) {_vm.$set(item, "clientfunctions", $$v)},expression:"item.clientfunctions"}})],1)])])}):_vm._e(),(!_vm.isStaff)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.1.8.1.8') + '-' + _vm.i18nText('1.10.232')}},[(_vm.tabBarSetting.mobileSetting && _vm.tabBarSetting.mobileSetting.list)?_vm._l((_vm.tabBarSetting.mobileSetting.list),function(item,index){return _c('a-checkbox',{key:index,attrs:{"disabled":!_vm.tabBarMobileEnable || item.isMsgBar == 'Y',"checked":item.isChecked == 'Y'},on:{"input":function (v) { return _vm.handleCheckInput(v, item); }}},[_vm._v(" "+_vm._s(item.content)+" ")])}):_vm._e()],2):_vm._e(),(!_vm.isStaff)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.421')}},[_c('a-table',{attrs:{"bordered":"","columns":_vm.columns,"dataSource":_vm.serviceState,"pagination":false,"rowKey":_vm.getRowkey},scopedSlots:_vm._u([{key:"operation",fn:function(text, record){return [_c('a-switch',{attrs:{"disabled":['ON-LINE', 'OFF-LINE'].includes(record.status),"checkedChildren":_vm.i18nText('1.9.422'),"unCheckedChildren":_vm.i18nText('1.1.1.1.7'),"checked":record.enable},on:{"change":function () { return _vm.handleStatusChange(record); }}})]}},{key:"icon",fn:function(text, record){return [(record.icon)?_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":record.icon}}):_vm._e()]}}],null,false,3990348240)})],1):_vm._e(),(_vm.toolbarList.length > 0)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.423')}},[_c('a-checkbox-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(["toolbar"]),expression:"[`toolbar`]"}]},[_c('a-row',[_c('a-col',[_c('span',{staticStyle:{"display":"inline-block","width":"70px"}},[_vm._v("PC:")]),_vm._l((_vm.toolbarList.filter(function (item) { return item.source === 'PC'; })),function(item,index){return _c('a-checkbox',{key:index,attrs:{"value":item.value}},[_vm._v(" "+_vm._s(item.label)+" ")])})],2),_c('a-col',[_c('span',{staticStyle:{"display":"inline-block","width":"70px"}},[_vm._v("MOBILE:")]),_vm._l((_vm.toolbarList.filter(function (item) { return item.source === 'MOBILE'; })),function(item,index){return _c('a-checkbox',{key:index,attrs:{"value":item.value}},[_vm._v(" "+_vm._s(item.label)+" ")])})],2)],1)],1)],1):_vm._e()],2),(_vm.isListClassify !== 'Y' && !_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.424')))]),_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.425')}},[_c('a-checkbox-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(["clientFunctionSetting"]),expression:"[`clientFunctionSetting`]"}],attrs:{"options":_vm.clientFunctionList}})],1)],1):_vm._e(),(!_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.426'))+" "),_c('a-checkbox',{attrs:{"disabled":!_vm.evaluateId,"checked":_vm.evaluate},on:{"change":_vm.handleEvaluate}})],1)]):_vm._e(),(!_vm.isConference && !_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.427'))+" ")]),_c('a-row',{staticClass:"bot-setting"},[_c('a-form-item',{attrs:{"label":"选择机器人"}},[_c('a-select',{directives:[{name:"decorator",rawName:"v-decorator",value:(['robotId']),expression:"['robotId']"}],staticStyle:{"width":"200px"},attrs:{"placeholder":'选择机器人',"allowClear":"","showSearch":"","filterOption":_vm.filterOption}},_vm._l((_vm.robotList),function(robot){return _c('a-select-option',{key:robot.id,attrs:{"value":robot.id}},[_vm._v(_vm._s(robot.name))])}),1)],1)],1),_c('a-row',{staticClass:"bot-setting"},[_c('a-form-item',[_c('a-radio-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(['mode']),expression:"['mode']"}]},[_c('a-radio',{attrs:{"value":"ROBOT_CHAT"}},[_vm._v("机器人和人工客服")]),_c('a-radio',{attrs:{"value":"ROBOT"}},[_vm._v("仅机器人")])],1)],1)],1)],1):_vm._e(),_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"block","margin-bottom":"10px"}},[_vm._v(" 公共短语 ")]),_c('a-select',{staticStyle:{"width":"300px","margin-top":"15px"},attrs:{"mode":"multiple","showSearch":"","placeholder":"请选择"},model:{value:(_vm.chatPublicCategory),callback:function ($$v) {_vm.chatPublicCategory=$$v},expression:"chatPublicCategory"}},_vm._l((_vm.chatPublicCategoryList),function(item){return _c('a-select-option',{key:item.id,attrs:{"value":item.id}},[_vm._v(_vm._s(item.name))])}),1)],1),_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.428')))]),_vm._l((_vm.broadcastList),function(b,key){return _c('div',{key:b.type,staticClass:"broadcaste-wrap"},[_c('div',{staticClass:"broadcaste-title"},[_c('a-switch',{attrs:{"checkedChildren":_vm.i18nText('1.9.422'),"unCheckedChildren":_vm.i18nText('1.1.1.1.7')},model:{value:(b.isChecked),callback:function ($$v) {_vm.$set(b, "isChecked", $$v)},expression:"b.isChecked"}}),_c('span',[_vm._v(_vm._s(key === 'PC' ? _vm.i18nText('1.9.429') : _vm.i18nText('1.1.8.1.8')))]),_c('a-icon',{staticStyle:{"color":"green","fontSize":"18px"},attrs:{"type":"plus-circle","theme":"filled"},on:{"click":function($event){return _vm.addBroadcast(b.type, b.list)}}})],1),_c('ul',_vm._l((b.list),function(v,i){return _c('li',{key:i,staticClass:"broadcaste-item"},[_c('div',[_c('span',{staticClass:"item-title"},[_vm._v(_vm._s(_vm.i18nText('3.19.5')))]),_c('a-input',{attrs:{"allowClear":""},model:{value:(v.content),callback:function ($$v) {_vm.$set(v, "content", $$v)},expression:"v.content"}})],1),_c('div',[_c('span',{staticClass:"item-title"},[_vm._v(_vm._s(_vm.i18nText('2.22.8.2')))]),_c('a-input',{attrs:{"allowClear":""},model:{value:(v.url),callback:function ($$v) {_vm.$set(v, "url", $$v)},expression:"v.url"}})],1),_c('svg-icon',{staticClass:"form-action svg-icon-btn",staticStyle:{"margin-left":"4px"},attrs:{"icon-class":"xitongtubiaoliebiaocaozuoanniushanchushixin"},on:{"click":function($event){return _vm.deleteBroadcast(i, b.list)}}})],1)}),0)])})],2),(!_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.678'))+": ")]),_c('ul',_vm._l((_vm.refuseReasonList),function(item,i){return _c('li',{key:i,staticClass:"refuse-item"},[_c('a-input',{attrs:{"maxLength":15},model:{value:(item.text),callback:function ($$v) {_vm.$set(item, "text", (typeof $$v === 'string'? $$v.trim(): $$v))},expression:"item.text"}}),_c('svg-icon',{staticClass:"form-action svg-icon-btn",attrs:{"icon-class":"xitongtubiaoliebiaocaozuoanniushanchushixin"},on:{"click":function($event){return _vm.refuseReasonDel(i)}}})],1)}),0),_c('a-button',{staticClass:"refuse-add-btn",attrs:{"type":"link","size":"small","disabled":_vm.refuseReasonList.length > 4},on:{"click":_vm.refuseReasonAdd}},[_c('svg-icon',{staticStyle:{"margin-right":"6px"},attrs:{"icon-class":"xinzengwenjian"}}),_vm._v(" 添加 ")],1)],1):_vm._e(),(!_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" 环境变量设置: ")]),_vm._l((_vm.variableSetting),function(item,index){return _c('a-row',{key:index},[_c('a-col',{attrs:{"span":4}},[_c('a-form-item',{attrs:{"label":"变量名称"}},[_c('a-input',{staticStyle:{"width":"200px"},attrs:{"disabled":""},model:{value:(item.name),callback:function ($$v) {_vm.$set(item, "name", $$v)},expression:"item.name"}})],1)],1),_c('a-col',{attrs:{"span":4}},[_c('a-form-item',{attrs:{"label":"变量值"}},[_c('a-input',{staticStyle:{"width":"200px"},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}})],1)],1),_c('a-col',{attrs:{"span":5}},[_c('a-form-item',{attrs:{"label":"备注"}},[_c('a-input',{staticStyle:{"width":"200px"},attrs:{"disabled":""},model:{value:(item.remark),callback:function ($$v) {_vm.$set(item, "remark", $$v)},expression:"item.remark"}})],1)],1)],1)})],2):_vm._e(),_c('div',{staticClass:"functional-module rightClickSetting"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" 右键设置 "),_c('a-icon',{staticStyle:{"color":"green","fontSize":"18px"},attrs:{"type":"plus-circle","theme":"filled"},on:{"click":function($event){return _vm.addRightClick()}}})],1),_vm._l((_vm.rightClickSetting),function(item,index){return _c('a-row',{key:index},[_c('a-col',{attrs:{"span":_vm.handleRightClickSpan(item)}},[_c('a-form-item',{staticClass:"rightClick-form",attrs:{"label":"名称"}},[_c('a-input',{staticStyle:{"width":"98%"},attrs:{"allowClear":""},model:{value:(item.rightClickName),callback:function ($$v) {_vm.$set(item, "rightClickName", $$v)},expression:"item.rightClickName"}})],1)],1),_c('a-col',{attrs:{"span":_vm.handleRightClickSpan(item)}},[_c('a-form-item',{staticClass:"rightClick-form",attrs:{"label":"操作"}},[_c('a-select',{staticStyle:{"width":"98%"},attrs:{"allowClear":"","showSearch":"","filterOption":_vm.filterOption,"placeholder":"请选择"},model:{value:(item.rightClickDo),callback:function ($$v) {_vm.$set(item, "rightClickDo", $$v)},expression:"item.rightClickDo"}},_vm._l((_vm.rightClickDoList),function(i,index){return _c('a-select-option',{key:index,attrs:{"value":i.value}},[_vm._v(_vm._s(i.label))])}),1)],1)],1),(item.rightClickDo === 'jumpUrl')?_c('a-col',{attrs:{"span":11}},[_c('a-form-item',{staticClass:"rightClick-form",attrs:{"label":"外部地址"}},[_c('a-input',{staticStyle:{"width":"100%"},attrs:{"allowClear":""},model:{value:(item.rightClickUrl),callback:function ($$v) {_vm.$set(item, "rightClickUrl", $$v)},expression:"item.rightClickUrl"}})],1)],1):_vm._e(),_c('svg-icon',{staticClass:"form-action svg-icon-btn",staticStyle:{"margin":"8px 0 0 4px"},attrs:{"icon-class":"xitongtubiaoliebiaocaozuoanniushanchushixin"},on:{"click":function($event){return _vm.deleteRightClick(index)}}})],1)})],2),(!_vm.isConference && !_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" 聊天客户端接入地址 ")]),_c('a-row',{staticClass:"client-url"},[_c('a-col',{attrs:{"span":3}},[_vm._v("PC端:")]),_c('a-col',{attrs:{"span":20}},[_vm._v(_vm._s(_vm.pcUrl)+" ")])],1),_c('a-row',{staticClass:"client-url"},[_c('a-col',{attrs:{"span":3}},[_vm._v("移动端:")]),_c('a-col',{attrs:{"span":20}},[_vm._v(_vm._s(_vm.mobileUrl)+" ")])],1)],1):_vm._e()])],1),_c('div',{staticClass:"form-bottom"},[_c('a-button',{staticStyle:{"margin-left":"10px"},attrs:{"type":"primary"},on:{"click":_vm.handleSubmit}},[_vm._v(_vm._s(_vm.i18nText('3.5.29')))])],1)])}
3178
+ var baseInfovue_type_template_id_3a0b2446_scoped_true_staticRenderFns = []
3179
3179
 
3180
3180
 
3181
- // CONCATENATED MODULE: ./packages/multi-chat/setting/baseInfo/index.vue?vue&type=template&id=6103d22e&scoped=true&
3181
+ // CONCATENATED MODULE: ./packages/multi-chat/setting/baseInfo/index.vue?vue&type=template&id=3a0b2446&scoped=true&
3182
3182
 
3183
3183
  // EXTERNAL MODULE: external "ant-design-vue/es/tooltip/style"
3184
3184
  var tooltip_style_ = __webpack_require__("6cfb");
@@ -4454,8 +4454,8 @@ var baseInfovue_type_script_lang_js_components;
4454
4454
  });
4455
4455
  // CONCATENATED MODULE: ./packages/multi-chat/setting/baseInfo/index.vue?vue&type=script&lang=js&
4456
4456
  /* harmony default export */ var setting_baseInfovue_type_script_lang_js_ = (baseInfovue_type_script_lang_js_);
4457
- // EXTERNAL MODULE: ./packages/multi-chat/setting/baseInfo/index.vue?vue&type=style&index=0&id=6103d22e&lang=less&scoped=true&
4458
- var baseInfovue_type_style_index_0_id_6103d22e_lang_less_scoped_true_ = __webpack_require__("2135");
4457
+ // EXTERNAL MODULE: ./packages/multi-chat/setting/baseInfo/index.vue?vue&type=style&index=0&id=3a0b2446&lang=less&scoped=true&
4458
+ var baseInfovue_type_style_index_0_id_3a0b2446_lang_less_scoped_true_ = __webpack_require__("e5ea");
4459
4459
 
4460
4460
  // CONCATENATED MODULE: ./packages/multi-chat/setting/baseInfo/index.vue
4461
4461
 
@@ -4468,17 +4468,17 @@ var baseInfovue_type_style_index_0_id_6103d22e_lang_less_scoped_true_ = __webpac
4468
4468
 
4469
4469
  var baseInfo_component = Object(componentNormalizer["a" /* default */])(
4470
4470
  setting_baseInfovue_type_script_lang_js_,
4471
- baseInfovue_type_template_id_6103d22e_scoped_true_render,
4472
- baseInfovue_type_template_id_6103d22e_scoped_true_staticRenderFns,
4471
+ baseInfovue_type_template_id_3a0b2446_scoped_true_render,
4472
+ baseInfovue_type_template_id_3a0b2446_scoped_true_staticRenderFns,
4473
4473
  false,
4474
4474
  null,
4475
- "6103d22e",
4475
+ "3a0b2446",
4476
4476
  null
4477
4477
 
4478
4478
  )
4479
4479
 
4480
4480
  /* harmony default export */ var baseInfo = (baseInfo_component.exports);
4481
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/sessionList/index.vue?vue&type=template&id=04dfc814&scoped=true&
4481
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/sessionList/index.vue?vue&type=template&id=04dfc814&scoped=true&
4482
4482
  var sessionListvue_type_template_id_04dfc814_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"session-list"},[_c('div',{staticClass:"search-wrapper"},[_c('a-input-search',{staticStyle:{"width":"250px"},attrs:{"placeholder":_vm.i18nText('2.12.7.5'),"enterButton":_vm.i18nText('2.2.2.14')},on:{"search":_vm.getTableList},model:{value:(_vm.searchCondition.keyword),callback:function ($$v) {_vm.$set(_vm.searchCondition, "keyword", $$v)},expression:"searchCondition.keyword"}}),_c('a-select',{staticStyle:{"width":"120px","margin-left":"10px"},attrs:{"placeholder":'会话状态',"showSearch":"","filterOption":_vm.filterOption},on:{"change":_vm.handleOnlineTypeChange},model:{value:(_vm.searchCondition.onlineType),callback:function ($$v) {_vm.$set(_vm.searchCondition, "onlineType", $$v)},expression:"searchCondition.onlineType"}},_vm._l((_vm.onlineTypeList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1),_c('a-select',{staticStyle:{"width":"120px","margin-left":"10px"},attrs:{"allowClear":"","placeholder":_vm.i18nText('1.9.338'),"showSearch":"","filterOption":_vm.filterOption},on:{"change":_vm.handleClassifyChange}},_vm._l((_vm.classifyList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1),_c('a-select',{staticStyle:{"width":"120px","margin-left":"10px"},attrs:{"allowClear":"","showSearch":"","placeholder":_vm.i18nText('1.9.470'),"filterOption":_vm.filterOption},on:{"change":_vm.handleServiceIdChange}},_vm._l((_vm.serviceList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.userId}},[_vm._v(_vm._s(item.userName))])}),1)],1),_c('a-table',{staticClass:"advance-table",attrs:{"data-source":_vm.tableData,"columns":_vm.columns,"row-key":"id","bordered":"","pagination":false,"scroll":{ x: 1260, y: 500 }},scopedSlots:_vm._u([{key:"toName",fn:function(scope, record){return [_c('a',{on:{"click":function($event){return _vm.viewMessageRecord(record)}}},[_vm._v(_vm._s(record.toName))])]}},{key:"status",fn:function(scope){return [_c('div',[_vm._v(_vm._s(_vm.formatStatus(scope)))])]}},{key:"createdTime",fn:function(scope){return [_c('div',[_vm._v(_vm._s(_vm.formatTime(scope)))])]}},{key:"classify",fn:function(scope){return [_c('div',[_vm._v(_vm._s(_vm.formatClassify(scope)))])]}}])}),_c('a-pagination',{attrs:{"current":_vm.pagination.currentPage,"pageSizeOptions":['5', '10', '15', '20'],"pageSize":_vm.pagination.pageSize,"showSizeChanger":"","showQuickJumper":"","total":_vm.pagination.total},on:{"showSizeChange":_vm.handleSizeChange,"change":_vm.handleCurrentChange}}),_c('a-modal',{attrs:{"visible":_vm.visible,"maskClosable":false,"mask":false,"footer":null,"width":"800px","bodyStyle":{
4483
4483
  boxSizing: 'content-box',
4484
4484
  padding: '10px 10px 10px 24px'
@@ -4988,18 +4988,21 @@ var sessionList_component = Object(componentNormalizer["a" /* default */])(
4988
4988
  )
4989
4989
 
4990
4990
  /* harmony default export */ var sessionList = (sessionList_component.exports);
4991
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/configuration/index.vue?vue&type=template&id=2b06d999&scoped=true&
4992
- var configurationvue_type_template_id_2b06d999_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"configuratioin-page"},[_c('div',{staticClass:"configuratioin-wrap"},[_c('div',{staticClass:"page-title"},[_vm._v(" 视频设置 "),(_vm.obj.vendor == 1)?_c('a-tooltip',{attrs:{"arrowPointAtCenter":true,"placement":"bottomRight","overlayStyle":{
4991
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/configuration/index.vue?vue&type=template&id=6ab8d358&scoped=true&
4992
+ var configurationvue_type_template_id_6ab8d358_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"configuratioin-page"},[_c('div',{staticClass:"configuratioin-wrap"},[_c('div',{staticClass:"page-title"},[_vm._v(" 视频设置 "),(_vm.obj.vendor == 1)?_c('a-tooltip',{attrs:{"arrowPointAtCenter":true,"placement":"bottomRight","overlayStyle":{
4993
4993
  width: '360px',
4994
4994
  'max-width': '360px'
4995
- }}},[_c('template',{slot:"title"},[_c('div',[_c('div',[_vm._v("视频设置")]),_c('p',{staticStyle:{"margin":"10px 0"}},[_vm._v(" 进入腾讯云平台→实时音视频,在菜单中选择应用管理,获取“SDKAppId”。 ")]),_c('p',[_vm._v("在应用的“应用信息”中,获取“密钥”。")])])]),_c('svg-icon',{staticClass:"icon",attrs:{"icon-class":"xitongtubiaodaohangtubiaowenti"}})],2):_vm._e()],1),_c('a-form-model',{ref:"formVideo",attrs:{"colon":false,"model":_vm.obj,"rules":_vm.rules}},[_c('a-row',[_c('a-col',{attrs:{"span":_vm.col.lSpan}},[_c('a-form-model-item',{attrs:{"label":"SDKAppId","prop":"sdkAppId"}},[_c('a-input',{model:{value:(_vm.obj.sdkAppId),callback:function ($$v) {_vm.$set(_vm.obj, "sdkAppId", $$v)},expression:"obj.sdkAppId"}})],1)],1),_c('a-col',{attrs:{"span":_vm.col.rSpan,"offset":_vm.col.rOffset}},[_c('a-form-model-item',{attrs:{"label":"密钥"}},[_c('a-input',{model:{value:(_vm.obj.secretKey),callback:function ($$v) {_vm.$set(_vm.obj, "secretKey", $$v)},expression:"obj.secretKey"}})],1)],1)],1)],1),(_vm.obj.vendor == 1)?_c('div',{key:"txy"},[_c('div',{staticClass:"page-title"},[_vm._v(" 腾讯云API密钥 "),_c('a-tooltip',{attrs:{"arrowPointAtCenter":true,"placement":"bottomRight","overlayStyle":{
4995
+ }}},[_c('template',{slot:"title"},[_c('div',[_c('div',[_vm._v("视频设置")]),_c('p',{staticStyle:{"margin":"10px 0"}},[_vm._v(" 进入腾讯云平台→实时音视频,在菜单中选择应用管理,获取“SDKAppId”。 ")]),_c('p',[_vm._v("在应用的“应用信息”中,获取“密钥”。")])])]),_c('svg-icon',{staticClass:"icon",attrs:{"icon-class":"xitongtubiaodaohangtubiaowenti"}})],2):_vm._e()],1),_c('a-form-model',{ref:"formVideo",attrs:{"colon":false,"model":_vm.obj,"rules":_vm.rules}},[_c('a-row',[_c('a-col',{attrs:{"span":_vm.col.lSpan}},[_c('a-form-model-item',{attrs:{"label":"SDKAppId","prop":"sdkAppId"}},[_c('a-input',{model:{value:(_vm.obj.sdkAppId),callback:function ($$v) {_vm.$set(_vm.obj, "sdkAppId", $$v)},expression:"obj.sdkAppId"}})],1)],1),_c('a-col',{attrs:{"span":_vm.col.rSpan,"offset":_vm.col.rOffset}},[_c('a-form-model-item',{attrs:{"label":"密钥"}},[_c('a-input',{model:{value:(_vm.obj.secretKey),callback:function ($$v) {_vm.$set(_vm.obj, "secretKey", $$v)},expression:"obj.secretKey"}})],1)],1)],1)],1),(_vm.obj.vendor == 1 || _vm.obj.vendor == 3)?_c('div',{key:"txy"},[_c('div',{staticClass:"page-title"},[_vm._v(" 腾讯云API密钥 "),_c('a-tooltip',{attrs:{"arrowPointAtCenter":true,"placement":"bottomRight","overlayStyle":{
4996
4996
  width: '360px',
4997
4997
  'max-width': '360px'
4998
- }}},[_c('template',{slot:"title"},[_c('div',[_c('div',[_vm._v("腾讯云API密钥")]),_c('p',{staticStyle:{"margin":"10px 0"}},[_vm._v(" 进入腾讯云→访问管理,在菜单中选择访问密钥→API密钥管理,获取SecretId和SecretKey。 ")])])]),_c('svg-icon',{staticClass:"icon",attrs:{"icon-class":"xitongtubiaodaohangtubiaowenti"}})],2)],1),_c('a-form-model',{attrs:{"colon":false}},[_c('a-row',[_c('a-col',{attrs:{"span":_vm.col.lSpan}},[_c('a-form-model-item',{attrs:{"label":"SecretId"}},[_c('a-input',{model:{value:(_vm.obj.vodSecretId),callback:function ($$v) {_vm.$set(_vm.obj, "vodSecretId", $$v)},expression:"obj.vodSecretId"}})],1)],1),_c('a-col',{attrs:{"span":_vm.col.rSpan,"offset":_vm.col.rOffset}},[_c('a-form-model-item',{attrs:{"label":"vodSecretKey"}},[_c('a-input',{attrs:{"type":"password"},model:{value:(_vm.obj.vodSecretKey),callback:function ($$v) {_vm.$set(_vm.obj, "vodSecretKey", $$v)},expression:"obj.vodSecretKey"}})],1)],1),_c('a-col',{attrs:{"span":_vm.col.lSpan}},[_c('a-form-model-item',{attrs:{"label":"Region"}},[_c('a-input',{model:{value:(_vm.obj.region),callback:function ($$v) {_vm.$set(_vm.obj, "region", $$v)},expression:"obj.region"}})],1)],1)],1)],1)],1):(_vm.obj.vendor == 2)?_c('div',{key:"kty"},[_c('div',{staticClass:"page-title"},[_vm._v(" 科天云API密钥 ")]),_c('a-form-model',{attrs:{"colon":false}},[_c('a-row',[_c('a-col',{attrs:{"span":_vm.col.lSpan}},[_c('a-form-model-item',{attrs:{"label":"host"}},[_c('a-input',{model:{value:(_vm.obj.host),callback:function ($$v) {_vm.$set(_vm.obj, "host", $$v)},expression:"obj.host"}})],1)],1),_c('a-col',{attrs:{"span":_vm.col.rSpan,"offset":_vm.col.rOffset}},[_c('a-form-model-item',{attrs:{"label":"username"}},[_c('a-input',{model:{value:(_vm.obj.username),callback:function ($$v) {_vm.$set(_vm.obj, "username", $$v)},expression:"obj.username"}})],1)],1),_c('a-col',{attrs:{"span":_vm.col.lSpan}},[_c('a-form-model-item',{attrs:{"label":"password"}},[_c('a-input',{attrs:{"type":"password"},model:{value:(_vm.obj.password),callback:function ($$v) {_vm.$set(_vm.obj, "password", $$v)},expression:"obj.password"}})],1)],1)],1)],1)],1):_vm._e()],1),_c('div',{staticClass:"footer-submit"},[_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.handleSubmit}},[_vm._v(" "+_vm._s(_vm.i18nText('3.5.29'))+" ")])],1)])}
4999
- var configurationvue_type_template_id_2b06d999_scoped_true_staticRenderFns = []
4998
+ }}},[_c('template',{slot:"title"},[_c('div',[_c('div',[_vm._v("腾讯云API密钥")]),_c('p',{staticStyle:{"margin":"10px 0"}},[_vm._v(" 进入腾讯云→访问管理,在菜单中选择访问密钥→API密钥管理,获取SecretId和SecretKey。 ")])])]),_c('svg-icon',{staticClass:"icon",attrs:{"icon-class":"xitongtubiaodaohangtubiaowenti"}})],2)],1),_c('a-form-model',{attrs:{"colon":false}},[_c('a-row',[_c('a-col',{attrs:{"span":_vm.col.lSpan}},[_c('a-form-model-item',{attrs:{"label":"SecretId"}},[_c('a-input',{model:{value:(_vm.obj.vodSecretId),callback:function ($$v) {_vm.$set(_vm.obj, "vodSecretId", $$v)},expression:"obj.vodSecretId"}})],1)],1),_c('a-col',{attrs:{"span":_vm.col.rSpan,"offset":_vm.col.rOffset}},[_c('a-form-model-item',{attrs:{"label":"vodSecretKey"}},[_c('a-input',{attrs:{"type":"password"},model:{value:(_vm.obj.vodSecretKey),callback:function ($$v) {_vm.$set(_vm.obj, "vodSecretKey", $$v)},expression:"obj.vodSecretKey"}})],1)],1),_c('a-col',{attrs:{"span":_vm.col.lSpan}},[_c('a-form-model-item',{attrs:{"label":"Region"}},[_c('a-input',{model:{value:(_vm.obj.region),callback:function ($$v) {_vm.$set(_vm.obj, "region", $$v)},expression:"obj.region"}})],1)],1)],1)],1)],1):(_vm.obj.vendor == 2)?_c('div',{key:"kty"},[_c('div',{staticClass:"page-title"},[_vm._v(" 科天云API密钥 ")]),_c('a-form-model',{attrs:{"colon":false}},[_c('a-row',[_c('a-col',{attrs:{"span":_vm.col.lSpan}},[_c('a-form-model-item',{attrs:{"label":"host"}},[_c('a-input',{model:{value:(_vm.obj.host),callback:function ($$v) {_vm.$set(_vm.obj, "host", $$v)},expression:"obj.host"}})],1)],1),_c('a-col',{attrs:{"span":_vm.col.rSpan,"offset":_vm.col.rOffset}},[_c('a-form-model-item',{attrs:{"label":"username"}},[_c('a-input',{model:{value:(_vm.obj.username),callback:function ($$v) {_vm.$set(_vm.obj, "username", $$v)},expression:"obj.username"}})],1)],1),_c('a-col',{attrs:{"span":_vm.col.lSpan}},[_c('a-form-model-item',{attrs:{"label":"password"}},[_c('a-input',{attrs:{"type":"password"},model:{value:(_vm.obj.password),callback:function ($$v) {_vm.$set(_vm.obj, "password", $$v)},expression:"obj.password"}})],1)],1)],1)],1)],1):_vm._e(),(_vm.obj.vendor == 3)?_c('div',{key:"txy"},[_c('div',{staticClass:"page-title"},[_vm._v(" 江苏省统一平台密钥 "),_c('a-tooltip',{attrs:{"arrowPointAtCenter":true,"placement":"bottomRight","overlayStyle":{
4999
+ width: '360px',
5000
+ 'max-width': '360px'
5001
+ }}},[_c('template',{slot:"title"},[_c('div',[_c('div',[_vm._v("江苏省统一平台密钥")]),_c('p',{staticStyle:{"margin":"10px 0"}},[_vm._v(" 江苏省统一平台。 ")])])]),_c('svg-icon',{staticClass:"icon",attrs:{"icon-class":"xitongtubiaodaohangtubiaowenti"}})],2)],1),_c('a-form-model',{attrs:{"colon":false}},[_c('a-row',[_c('a-col',{attrs:{"span":_vm.col.lSpan}},[_c('a-form-model-item',{attrs:{"label":"appId"}},[_c('a-input',{model:{value:(_vm.obj.uniAppId),callback:function ($$v) {_vm.$set(_vm.obj, "uniAppId", $$v)},expression:"obj.uniAppId"}})],1)],1),_c('a-col',{attrs:{"span":_vm.col.rSpan,"offset":_vm.col.rOffset}},[_c('a-form-model-item',{attrs:{"label":"secretKey"}},[_c('a-input',{attrs:{"type":"password"},model:{value:(_vm.obj.uniSecretKey),callback:function ($$v) {_vm.$set(_vm.obj, "uniSecretKey", $$v)},expression:"obj.uniSecretKey"}})],1)],1)],1)],1)],1):_vm._e()],1),_c('div',{staticClass:"footer-submit"},[_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.handleSubmit}},[_vm._v(" "+_vm._s(_vm.i18nText('3.5.29'))+" ")])],1)])}
5002
+ var configurationvue_type_template_id_6ab8d358_scoped_true_staticRenderFns = []
5000
5003
 
5001
5004
 
5002
- // CONCATENATED MODULE: ./packages/multi-chat/setting/configuration/index.vue?vue&type=template&id=2b06d999&scoped=true&
5005
+ // CONCATENATED MODULE: ./packages/multi-chat/setting/configuration/index.vue?vue&type=template&id=6ab8d358&scoped=true&
5003
5006
 
5004
5007
  // EXTERNAL MODULE: external "ant-design-vue/es/form-model/style"
5005
5008
  var form_model_style_ = __webpack_require__("8e21");
@@ -5096,8 +5099,8 @@ var configurationvue_type_script_lang_js_components;
5096
5099
  });
5097
5100
  // CONCATENATED MODULE: ./packages/multi-chat/setting/configuration/index.vue?vue&type=script&lang=js&
5098
5101
  /* harmony default export */ var setting_configurationvue_type_script_lang_js_ = (configurationvue_type_script_lang_js_);
5099
- // EXTERNAL MODULE: ./packages/multi-chat/setting/configuration/index.vue?vue&type=style&index=0&id=2b06d999&lang=less&scoped=true&
5100
- var configurationvue_type_style_index_0_id_2b06d999_lang_less_scoped_true_ = __webpack_require__("62d6");
5102
+ // EXTERNAL MODULE: ./packages/multi-chat/setting/configuration/index.vue?vue&type=style&index=0&id=6ab8d358&lang=less&scoped=true&
5103
+ var configurationvue_type_style_index_0_id_6ab8d358_lang_less_scoped_true_ = __webpack_require__("98a9");
5101
5104
 
5102
5105
  // CONCATENATED MODULE: ./packages/multi-chat/setting/configuration/index.vue
5103
5106
 
@@ -5110,17 +5113,17 @@ var configurationvue_type_style_index_0_id_2b06d999_lang_less_scoped_true_ = __w
5110
5113
 
5111
5114
  var configuration_component = Object(componentNormalizer["a" /* default */])(
5112
5115
  setting_configurationvue_type_script_lang_js_,
5113
- configurationvue_type_template_id_2b06d999_scoped_true_render,
5114
- configurationvue_type_template_id_2b06d999_scoped_true_staticRenderFns,
5116
+ configurationvue_type_template_id_6ab8d358_scoped_true_render,
5117
+ configurationvue_type_template_id_6ab8d358_scoped_true_staticRenderFns,
5115
5118
  false,
5116
5119
  null,
5117
- "2b06d999",
5120
+ "6ab8d358",
5118
5121
  null
5119
5122
 
5120
5123
  )
5121
5124
 
5122
5125
  /* harmony default export */ var configuration = (configuration_component.exports);
5123
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/userConfig/index.vue?vue&type=template&id=3f949dba&scoped=true&
5126
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/userConfig/index.vue?vue&type=template&id=3f949dba&scoped=true&
5124
5127
  var userConfigvue_type_template_id_3f949dba_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"user-config"},[_c('div',[_c('div',{staticClass:"page-title"},[_vm._v("本机设备")]),_c('div',{staticClass:"sip-info"},[_c('div',{staticClass:"sip-label"},[_vm._v("当前音视频设备:")]),_c('div',[_c('span',{staticClass:"sip-name"},[_vm._v(_vm._s(_vm.sip ? _vm.sip.name : '本机设备'))]),_c('span',{staticClass:"sip-btn",on:{"click":_vm.setSip}},[_c('a-icon',{staticStyle:{"margin-right":"6px"},attrs:{"type":"swap"}}),_c('span',[_vm._v("切换")])],1)])])])])}
5125
5128
  var userConfigvue_type_template_id_3f949dba_scoped_true_staticRenderFns = []
5126
5129
 
@@ -5251,14 +5254,14 @@ var userConfig_component = Object(componentNormalizer["a" /* default */])(
5251
5254
  )
5252
5255
 
5253
5256
  /* harmony default export */ var userConfig = (userConfig_component.exports);
5254
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/authority/index.vue?vue&type=template&id=4910a0f6&scoped=true&
5257
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/authority/index.vue?vue&type=template&id=4910a0f6&scoped=true&
5255
5258
  var authorityvue_type_template_id_4910a0f6_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-customer-service"},[_c('div',[_c('a-input-search',{attrs:{"placeholder":_vm.i18nText('1.9.432'),"allowClear":"","enter-button":""},on:{"search":_vm.handleSearch},model:{value:(_vm.keyword),callback:function ($$v) {_vm.keyword=$$v},expression:"keyword"}}),_c('a-button',{directives:[{name:"show",rawName:"v-show",value:(_vm.roleId),expression:"roleId"}],attrs:{"type":"primary"},on:{"click":_vm.openRoleSetting}},[_vm._v("权限管理")])],1),_c('a-table',{attrs:{"bordered":"","rowKey":"roleId","columns":_vm.columns,"dataSource":_vm.tableData,"pagination":_vm.pagination,"customRow":_vm.customRow,"rowClassName":_vm.rowClassName,"scroll":{ y: 665 }},on:{"change":_vm.handlePageChange}}),_c('RoleSetting',{attrs:{"assemblyId":_vm.assemblyId,"roleId":_vm.roleId},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}})],1)}
5256
5259
  var authorityvue_type_template_id_4910a0f6_scoped_true_staticRenderFns = []
5257
5260
 
5258
5261
 
5259
5262
  // CONCATENATED MODULE: ./packages/multi-chat/setting/authority/index.vue?vue&type=template&id=4910a0f6&scoped=true&
5260
5263
 
5261
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/authority/roleSetting.vue?vue&type=template&id=db34a300&scoped=true&
5264
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/authority/roleSetting.vue?vue&type=template&id=db34a300&scoped=true&
5262
5265
  var roleSettingvue_type_template_id_db34a300_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{staticClass:"standard-modal standard-modal-white",attrs:{"visible":_vm.value,"width":"520px","closable":false,"destroyOnClose":true},on:{"change":_vm.handleInput,"ok":_vm.handleSave},scopedSlots:_vm._u([{key:"title",fn:function(){return [_vm._v(" 权限管理 "),_c('div',{staticClass:"svg-wrap"},[_c('svg-icon',{attrs:{"icon-class":'xitongtubiaodaohangtubiaoguanbi'},on:{"click":_vm.handleCancel}})],1)]},proxy:true}])},[_c('div',{staticClass:"user-role-wrapper"},[_c('div',{staticClass:"wrapper-item"},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.toolbarPC.length),expression:"toolbarPC.length"}],staticClass:"setting-item"},[_c('div',{staticClass:"setting-label"},[_vm._v("PC:")]),_c('div',{staticClass:"setting-content"},[_c('a-checkbox',{key:"pc_all_checked",model:{value:(_vm.pcChecked),callback:function ($$v) {_vm.pcChecked=$$v},expression:"pcChecked"}},[_vm._v("全选")]),_c('br'),_vm._l((_vm.toolbarPC),function(item,i){return _c('a-checkbox',{key:i,model:{value:(item.isChecked),callback:function ($$v) {_vm.$set(item, "isChecked", $$v)},expression:"item.isChecked"}},[_vm._v(" "+_vm._s(item.name)+" ")])})],2)]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.toolbarMobile.length),expression:"toolbarMobile.length"}],staticClass:"setting-item"},[_c('div',{staticClass:"setting-label"},[_vm._v("MOBILE:")]),_c('div',{staticClass:"setting-content"},[_c('a-checkbox',{key:"mobile_all_checked",model:{value:(_vm.mobileChecked),callback:function ($$v) {_vm.mobileChecked=$$v},expression:"mobileChecked"}},[_vm._v("全选")]),_c('br'),_vm._l((_vm.toolbarMobile),function(item,i){return _c('a-checkbox',{key:i,model:{value:(item.isChecked),callback:function ($$v) {_vm.$set(item, "isChecked", $$v)},expression:"item.isChecked"}},[_vm._v(" "+_vm._s(item.name)+" ")])})],2)]),(!_vm.toolbarPC.length && !_vm.toolbarMobile.length)?_c('NoData',{attrs:{"emptyRender":_vm.emptyRender,"noDataTip":"暂无可配置权限"}}):_vm._e()],1)])])}
5263
5266
  var roleSettingvue_type_template_id_db34a300_scoped_true_staticRenderFns = []
5264
5267
 
@@ -6061,18 +6064,7 @@ module.exports = require("ant-design-vue/es/spin");
6061
6064
 
6062
6065
  /***/ }),
6063
6066
 
6064
- /***/ "2135":
6065
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
6066
-
6067
- "use strict";
6068
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_6103d22e_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d49c");
6069
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_6103d22e_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_6103d22e_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
6070
- /* unused harmony reexport * */
6071
-
6072
-
6073
- /***/ }),
6074
-
6075
- /***/ "217d":
6067
+ /***/ "217d2":
6076
6068
  /***/ (function(module, exports) {
6077
6069
 
6078
6070
  module.exports = "data:image/png;base64,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"
@@ -6522,7 +6514,7 @@ module.exports = function (iterator) {
6522
6514
 
6523
6515
  "use strict";
6524
6516
 
6525
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/sessionList/messageRecord.vue?vue&type=template&id=7d1a552e&scoped=true&
6517
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/setting/sessionList/messageRecord.vue?vue&type=template&id=7d1a552e&scoped=true&
6526
6518
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"message-record",class:{ 'message-record-modal': _vm.source === 'modal' }},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.messageList.length && !_vm.noData),expression:"messageList.length && !noData"},{name:"infinite-scroll",rawName:"v-infinite-scroll",value:(_vm.handleInfiniteOnLoad),expression:"handleInfiniteOnLoad"}],staticClass:"message-list-wrapper wrapper2",attrs:{"infinite-scroll-immediate-check":"immediate","infinite-scroll-distance":10}},[_c('ul',{staticClass:"message-list"},_vm._l((_vm.messageList),function(item){return _c('li',{key:item.id,staticClass:"message-item"},[_c('img',{attrs:{"src":_vm.getAvatar(item),"width":"40"}}),_c('div',{staticClass:"message-content"},[_c('div',{staticClass:"name-time"},[_c('span',{staticClass:"name"},[_vm._v(_vm._s(_vm.getName(item)))]),_c('span',{staticClass:"time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.sendTime || item.createdTime, true))+" ")])]),(item.content.type === 0)?_c('div',{staticClass:"content",domProps:{"innerHTML":_vm._s(item.content.content)}}):_vm._e(),(item.content.type === 1)?_c('MsgPicture',{staticStyle:{"width":"160px"},attrs:{"image":item.content.content},on:{"click":function($event){return _vm.show(item.content.content)}}}):(item.content.type === 2)?_c('p',{staticClass:"content"},[_c('img',{staticStyle:{"width":"16px"},attrs:{"src":__webpack_require__("f974")}}),_vm._v(" "+_vm._s(item.content.content)+" ")]):(item.content.type === 6)?_c('p',{staticClass:"content"},_vm._l((item.content.content),function(item,index){return _c('span',{key:index,staticClass:"bot-message"},[_vm._v(_vm._s(item))])}),0):(item.content.type === 4)?[(_vm.isSystemMsg(item))?_c('div',{staticClass:"system-msg"},[_c('a-icon',{staticClass:"system-icon",attrs:{"theme":"filled","type":"exclamation-circle"}}),_c('div',[_c('span',{domProps:{"innerHTML":_vm._s(_vm.getSystemMsgContent(item))}}),_vm._l((_vm.getTemplateButton(item)),function(btn,index){return _c('span',{key:index,staticClass:"system-btn",on:{"click":function($event){return _vm.handleTemplateButton(btn)}}},[_vm._v(_vm._s(btn.title))])})],2)],1):(_vm.isDescribeMsg(item))?_c('msg-describe',{attrs:{"item":item}}):_c('MsgPrescription',{attrs:{"data":item,"isServer":true},on:{"handleTemplateDetail":_vm.handleTemplateDetail,"handleTemplateButton":_vm.handleTemplateButton}})]:_vm._e()],2)])}),0),(_vm.finished)?_c('div',{staticClass:"immediate"},[_vm._v(_vm._s(_vm.i18nText('1.9.391'))+"~")]):_vm._e(),(_vm.loading)?_c('a-spin',{staticClass:"loading-icon"}):_vm._e()],1),(!_vm.messageList.length && _vm.noData)?_c('div',{staticClass:"message-list-nodata"},[_vm._v(" 无数据 ")]):_vm._e(),_c('viewer',{ref:"viewer",staticClass:"viewer",staticStyle:{"display":"none"},attrs:{"images":_vm.images},on:{"inited":_vm.inited},scopedSlots:_vm._u([{key:"default",fn:function(scope){return _vm._l((scope.images),function(src){return _c('img',{key:src,attrs:{"src":src}})})}}])})],1)}
6527
6519
  var staticRenderFns = []
6528
6520
 
@@ -7249,7 +7241,7 @@ module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperti
7249
7241
 
7250
7242
  "use strict";
7251
7243
 
7252
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/msg-prescription.vue?vue&type=template&id=a9aa04b2&scoped=true&
7244
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/msg-prescription.vue?vue&type=template&id=a9aa04b2&scoped=true&
7253
7245
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:['msg-prescription', _vm.theme],on:{"click":_vm.handleTemplateDetail}},[_c('div',{staticClass:"prescription_header"},[_c('span',{staticClass:"prescription_header-title"},[_vm._v(_vm._s(_vm.content.title))]),(_vm.topRightButton)?_c('span',{staticClass:"prescription_header-btn",on:{"click":function($event){$event.stopPropagation();return _vm.handleTemplateButton($event, _vm.topRightButton)}}},[_vm._v(" "+_vm._s(_vm.topRightButton.title)+" ")]):(_vm.showArrow)?_c('a-icon',{attrs:{"type":"right","color":"#969696"}}):_vm._e()],1),_c('div',{staticClass:"prescription_wrapper"},[(_vm.content.icon)?_c('svg-icon',{staticClass:"prescription_logo",attrs:{"icon-class":_vm.content.icon}}):(_vm.content.image)?_c('img',{staticClass:"prescription_logo",attrs:{"src":_vm.content.image}}):_vm._e(),_c('bodyComp',{staticClass:"prescription_body",attrs:{"body":_vm.body}})],1),(_vm.toolbarButton.length)?_c('div',{staticClass:"prescription_btn-group"},_vm._l((_vm.toolbarButton),function(btn,index){return _c('a-button',{key:index,attrs:{"type":"primary","shape":"round","ghost":""},on:{"click":function($event){$event.stopPropagation();return _vm.handleTemplateButton($event, btn)}}},[_vm._v(" "+_vm._s(btn.title)+" ")])}),1):_vm._e(),(_vm.bottomButton)?_c('div',{staticClass:"prescription_footer"},[_c('span',{staticClass:"prescription_footer-btn",on:{"click":function($event){$event.stopPropagation();return _vm.handleTemplateButton($event, _vm.bottomButton)}}},[_vm._v(" "+_vm._s(_vm.bottomButton.title)+" ")])]):_vm._e()])}
7254
7246
  var staticRenderFns = []
7255
7247
 
@@ -7457,6 +7449,13 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7
7457
7449
 
7458
7450
  /***/ }),
7459
7451
 
7452
+ /***/ "399e":
7453
+ /***/ (function(module, exports, __webpack_require__) {
7454
+
7455
+ // extracted by mini-css-extract-plugin
7456
+
7457
+ /***/ }),
7458
+
7460
7459
  /***/ "3a8d":
7461
7460
  /***/ (function(module, exports) {
7462
7461
 
@@ -7626,7 +7625,7 @@ var map = {
7626
7625
  "./add_prescription.png": "934f",
7627
7626
  "./all-voice.png": "18fe",
7628
7627
  "./audio-new.png": "c2ae",
7629
- "./audio.png": "217d",
7628
+ "./audio.png": "217d2",
7630
7629
  "./base-info-active.png": "a110",
7631
7630
  "./base-info.png": "fbec",
7632
7631
  "./busy_line.png": "ccd2",
@@ -7926,6 +7925,47 @@ module.exports = Object.hasOwn || function hasOwn(it, key) {
7926
7925
  };
7927
7926
 
7928
7927
 
7928
+ /***/ }),
7929
+
7930
+ /***/ "53ca":
7931
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
7932
+
7933
+ "use strict";
7934
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _typeof; });
7935
+ /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("9b22");
7936
+ /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__);
7937
+ /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("4933");
7938
+ /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__);
7939
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("97d3");
7940
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__);
7941
+ /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("2ff9");
7942
+ /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__);
7943
+ /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("9bb5");
7944
+ /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4__);
7945
+ /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("1a25");
7946
+ /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_5__);
7947
+
7948
+
7949
+
7950
+
7951
+
7952
+
7953
+ function _typeof(obj) {
7954
+ "@babel/helpers - typeof";
7955
+
7956
+ if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
7957
+ _typeof = function _typeof(obj) {
7958
+ return typeof obj;
7959
+ };
7960
+ } else {
7961
+ _typeof = function _typeof(obj) {
7962
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
7963
+ };
7964
+ }
7965
+
7966
+ return _typeof(obj);
7967
+ }
7968
+
7929
7969
  /***/ }),
7930
7970
 
7931
7971
  /***/ "53d2":
@@ -8034,6 +8074,13 @@ module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
8034
8074
  };
8035
8075
 
8036
8076
 
8077
+ /***/ }),
8078
+
8079
+ /***/ "5754":
8080
+ /***/ (function(module, exports, __webpack_require__) {
8081
+
8082
+ // extracted by mini-css-extract-plugin
8083
+
8037
8084
  /***/ }),
8038
8085
 
8039
8086
  /***/ "58cb":
@@ -8190,17 +8237,6 @@ module.exports = !$assign || fails(function () {
8190
8237
 
8191
8238
  module.exports = require("ant-design-vue/es/drawer/style");
8192
8239
 
8193
- /***/ }),
8194
-
8195
- /***/ "62d6":
8196
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
8197
-
8198
- "use strict";
8199
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_2b06d999_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("b210");
8200
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_2b06d999_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_2b06d999_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
8201
- /* unused harmony reexport * */
8202
-
8203
-
8204
8240
  /***/ }),
8205
8241
 
8206
8242
  /***/ "6378":
@@ -8451,7 +8487,7 @@ var TEMPLATE = String(String).split('String');
8451
8487
  /* unused harmony export chatUidUp */
8452
8488
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return getRecallText; });
8453
8489
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return chatAuthentication; });
8454
- /* harmony import */ var F_work_rl_working_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1da1");
8490
+ /* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1da1");
8455
8491
  /* harmony import */ var ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("f2f7");
8456
8492
  /* harmony import */ var ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1__);
8457
8493
  /* harmony import */ var ant_design_vue_es_message__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("23a4");
@@ -8584,7 +8620,7 @@ function checkTalkingEnv(_x, _x2, _x3) {
8584
8620
  }
8585
8621
 
8586
8622
  function _checkTalkingEnv() {
8587
- _checkTalkingEnv = Object(F_work_rl_working_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee(assemblyId, sdkInfo, constraints) {
8623
+ _checkTalkingEnv = Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee(assemblyId, sdkInfo, constraints) {
8588
8624
  var _sips;
8589
8625
 
8590
8626
  var mediaConstraints, getSips, getDeviceAuth, chooseSip, _status, sip, sips, id, status, value;
@@ -9095,6 +9131,13 @@ module.exports = function (it) {
9095
9131
  };
9096
9132
 
9097
9133
 
9134
+ /***/ }),
9135
+
9136
+ /***/ "82fd":
9137
+ /***/ (function(module, exports) {
9138
+
9139
+ module.exports = require("cnhis-design-vue/es/utils/UniRTCv2");
9140
+
9098
9141
  /***/ }),
9099
9142
 
9100
9143
  /***/ "8335":
@@ -9419,7 +9462,10 @@ var es_array_concat_js_ = __webpack_require__("ccb0");
9419
9462
  isRecorderVoice: false,
9420
9463
  msgRecordCache: {},
9421
9464
  // 消息已读记录缓存
9422
- userStatus: ''
9465
+ userStatus: '',
9466
+ uniRTC: null,
9467
+ incoming: null,
9468
+ outing: []
9423
9469
  };
9424
9470
  });
9425
9471
  // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
@@ -9844,6 +9890,15 @@ var es_array_slice_js_ = __webpack_require__("ea12");
9844
9890
  },
9845
9891
  userStatus: function userStatus(state) {
9846
9892
  return state.userStatus;
9893
+ },
9894
+ uniRTC: function uniRTC(state) {
9895
+ return state.uniRTC;
9896
+ },
9897
+ incoming: function incoming(state) {
9898
+ return state.incoming;
9899
+ },
9900
+ outing: function outing(state) {
9901
+ return state.outing;
9847
9902
  }
9848
9903
  });
9849
9904
  // CONCATENATED MODULE: ./packages/multi-chat/store/mutation.js
@@ -10114,11 +10169,29 @@ var es_array_slice_js_ = __webpack_require__("ea12");
10114
10169
  },
10115
10170
  setUserStatus: function setUserStatus(state, userStatus) {
10116
10171
  state.userStatus = userStatus;
10172
+ },
10173
+ setUniRTC: function setUniRTC(state, uniRTC) {
10174
+ state.uniRTC = uniRTC;
10175
+ },
10176
+ setIncoming: function setIncoming(state, incoming) {
10177
+ state.incoming = incoming;
10178
+ },
10179
+ setOuting: function setOuting(state, outing) {
10180
+ state.outing = outing;
10117
10181
  }
10118
10182
  });
10183
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
10184
+ var asyncToGenerator = __webpack_require__("1da1");
10185
+
10119
10186
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 3 modules
10120
10187
  var toConsumableArray = __webpack_require__("2909");
10121
10188
 
10189
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
10190
+ var esm_typeof = __webpack_require__("53ca");
10191
+
10192
+ // EXTERNAL MODULE: external "regenerator-runtime/runtime.js"
10193
+ var runtime_js_ = __webpack_require__("d16b");
10194
+
10122
10195
  // EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
10123
10196
  var es_object_to_string_js_ = __webpack_require__("97d3");
10124
10197
 
@@ -10137,6 +10210,9 @@ var es_string_replace_js_ = __webpack_require__("6378");
10137
10210
  // EXTERNAL MODULE: external "core-js/modules/es.array.includes.js"
10138
10211
  var es_array_includes_js_ = __webpack_require__("85f7");
10139
10212
 
10213
+ // EXTERNAL MODULE: external "core-js/modules/es.array.splice.js"
10214
+ var es_array_splice_js_ = __webpack_require__("f3b8");
10215
+
10140
10216
  // EXTERNAL MODULE: external "cnhis-design-vue/es/utils/chatFetch"
10141
10217
  var chatFetch_ = __webpack_require__("cd9f");
10142
10218
  var chatFetch_default = /*#__PURE__*/__webpack_require__.n(chatFetch_);
@@ -10152,6 +10228,10 @@ var vexutils_default = /*#__PURE__*/__webpack_require__.n(vexutils_);
10152
10228
  // EXTERNAL MODULE: ./packages/multi-chat/utils/index.js
10153
10229
  var utils = __webpack_require__("71a8");
10154
10230
 
10231
+ // EXTERNAL MODULE: external "cnhis-design-vue/es/utils/UniRTCv2"
10232
+ var UniRTCv2_ = __webpack_require__("82fd");
10233
+ var UniRTCv2_default = /*#__PURE__*/__webpack_require__.n(UniRTCv2_);
10234
+
10155
10235
  // CONCATENATED MODULE: ./packages/multi-chat/store/actions.js
10156
10236
 
10157
10237
 
@@ -10166,6 +10246,37 @@ var utils = __webpack_require__("71a8");
10166
10246
 
10167
10247
 
10168
10248
 
10249
+
10250
+
10251
+
10252
+
10253
+
10254
+
10255
+
10256
+
10257
+ var actions_deepClone = function deepClone(source) {
10258
+ var target;
10259
+
10260
+ if (Object(esm_typeof["a" /* default */])(source) === "object" && source) {
10261
+ target = Array.isArray(source) ? [] : {};
10262
+
10263
+ for (var key in source) {
10264
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
10265
+ // if (source.hasOwnProperty(key)) {
10266
+ if (Object(esm_typeof["a" /* default */])(source[key]) !== "object") {
10267
+ target[key] = source[key];
10268
+ } else {
10269
+ target[key] = deepClone(source[key]);
10270
+ }
10271
+ }
10272
+ }
10273
+ } else {
10274
+ target = source;
10275
+ }
10276
+
10277
+ return target;
10278
+ };
10279
+
10169
10280
  /* harmony default export */ var actions = ({
10170
10281
  /* 更新聊天记录 */
10171
10282
  setMsgList: function setMsgList(_ref, option) {
@@ -10606,6 +10717,138 @@ var utils = __webpack_require__("71a8");
10606
10717
  commit('setVideoVoiceList', list);
10607
10718
  }
10608
10719
  });
10720
+ },
10721
+ initUniRTC: function initUniRTC(_ref14, obj) {
10722
+ return Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
10723
+ var commit, state, uniAppId, uniSecretKey, params, uniRTC, getLoginToken;
10724
+ return regeneratorRuntime.wrap(function _callee3$(_context3) {
10725
+ while (1) {
10726
+ switch (_context3.prev = _context3.next) {
10727
+ case 0:
10728
+ commit = _ref14.commit, state = _ref14.state;
10729
+ uniAppId = obj.uniAppId, uniSecretKey = obj.uniSecretKey, params = obj.params;
10730
+ uniRTC = null;
10731
+
10732
+ getLoginToken = /*#__PURE__*/function () {
10733
+ var _ref15 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
10734
+ var appSign, paramsData, _yield$fetch$get, data;
10735
+
10736
+ return regeneratorRuntime.wrap(function _callee$(_context) {
10737
+ while (1) {
10738
+ switch (_context.prev = _context.next) {
10739
+ case 0:
10740
+ paramsData = {
10741
+ clientType: '1',
10742
+ deviceToken: uniRTC.deviceToken,
10743
+ appId: uniAppId,
10744
+ secretKey: uniSecretKey
10745
+ };
10746
+ _context.prev = 1;
10747
+ _context.next = 4;
10748
+ return chatFetch_default.a.get('/chat/access/getMediaAuthSign', {
10749
+ params: paramsData
10750
+ });
10751
+
10752
+ case 4:
10753
+ _yield$fetch$get = _context.sent;
10754
+ data = _yield$fetch$get.data;
10755
+
10756
+ if (!(data.result == 'SUCCESS')) {
10757
+ _context.next = 9;
10758
+ break;
10759
+ }
10760
+
10761
+ appSign = data.obj;
10762
+ return _context.abrupt("return", appSign);
10763
+
10764
+ case 9:
10765
+ _context.next = 15;
10766
+ break;
10767
+
10768
+ case 11:
10769
+ _context.prev = 11;
10770
+ _context.t0 = _context["catch"](1);
10771
+ console.log('获取签名失败:', _context.t0);
10772
+ return _context.abrupt("return");
10773
+
10774
+ case 15:
10775
+ case "end":
10776
+ return _context.stop();
10777
+ }
10778
+ }
10779
+ }, _callee, null, [[1, 11]]);
10780
+ }));
10781
+
10782
+ return function getLoginToken() {
10783
+ return _ref15.apply(this, arguments);
10784
+ };
10785
+ }();
10786
+
10787
+ uniRTC = new UniRTCv2_default.a(uniAppId, getLoginToken);
10788
+
10789
+ uniRTC.onCallComing = function (incoming) {
10790
+ commit("setIncoming", incoming);
10791
+ console.log('onCallComing->', incoming);
10792
+ };
10793
+
10794
+ uniRTC.onHangup = function () {
10795
+ commit("setIncoming", null);
10796
+ commit("setOuting", []);
10797
+ }; // uniRTC.onCallTimeout = () => {
10798
+ // commit("setIncoming", null);
10799
+ // commit("setOuting", []);
10800
+ // };
10801
+
10802
+
10803
+ uniRTC.onCallRefused = function (outing) {
10804
+ var index = state.outing.findIndex(function (v) {
10805
+ return v.target === outing.target;
10806
+ });
10807
+
10808
+ if (index > -1) {
10809
+ var cloneOuting = actions_deepClone(state.outing);
10810
+ cloneOuting.splice(index, 1);
10811
+ commit("setOuting", cloneOuting);
10812
+ }
10813
+ };
10814
+
10815
+ commit("setUniRTC", uniRTC);
10816
+ setTimeout( /*#__PURE__*/Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
10817
+ var _res$data;
10818
+
10819
+ var res;
10820
+ return regeneratorRuntime.wrap(function _callee2$(_context2) {
10821
+ while (1) {
10822
+ switch (_context2.prev = _context2.next) {
10823
+ case 0:
10824
+ console.log('本机设备token->', uniRTC.deviceToken);
10825
+ _context2.next = 3;
10826
+ return chatFetch_default.a.post('/chat/service/registerDeviceToken', chatFetch_["qs"].stringify(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, params), {}, {
10827
+ deviceToken: uniRTC.deviceToken
10828
+ })));
10829
+
10830
+ case 3:
10831
+ res = _context2.sent;
10832
+
10833
+ if (((_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.result) !== 'SUCCESS') {
10834
+ console.log(res.data.resultMsg);
10835
+ }
10836
+
10837
+ case 5:
10838
+ case "end":
10839
+ return _context2.stop();
10840
+ }
10841
+ }
10842
+ }, _callee2);
10843
+ })), 1500);
10844
+
10845
+ case 10:
10846
+ case "end":
10847
+ return _context3.stop();
10848
+ }
10849
+ }
10850
+ }, _callee3);
10851
+ }))();
10609
10852
  }
10610
10853
  });
10611
10854
  // CONCATENATED MODULE: ./packages/multi-chat/store/index.js
@@ -10937,6 +11180,17 @@ module.exports = require("ant-design-vue/es/checkbox/style");
10937
11180
 
10938
11181
  module.exports = require("core-js/modules/es.object.to-string.js");
10939
11182
 
11183
+ /***/ }),
11184
+
11185
+ /***/ "98a9":
11186
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
11187
+
11188
+ "use strict";
11189
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_6ab8d358_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("399e");
11190
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_6ab8d358_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_6ab8d358_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
11191
+ /* unused harmony reexport * */
11192
+
11193
+
10940
11194
  /***/ }),
10941
11195
 
10942
11196
  /***/ "9b22":
@@ -11278,13 +11532,6 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAAS
11278
11532
 
11279
11533
  /***/ }),
11280
11534
 
11281
- /***/ "b210":
11282
- /***/ (function(module, exports, __webpack_require__) {
11283
-
11284
- // extracted by mini-css-extract-plugin
11285
-
11286
- /***/ }),
11287
-
11288
11535
  /***/ "b39e":
11289
11536
  /***/ (function(module, exports) {
11290
11537
 
@@ -12053,13 +12300,6 @@ module.exports = function (it, TAG, STATIC) {
12053
12300
  };
12054
12301
 
12055
12302
 
12056
- /***/ }),
12057
-
12058
- /***/ "d49c":
12059
- /***/ (function(module, exports, __webpack_require__) {
12060
-
12061
- // extracted by mini-css-extract-plugin
12062
-
12063
12303
  /***/ }),
12064
12304
 
12065
12305
  /***/ "d4c3":
@@ -12091,7 +12331,7 @@ function _classCallCheck(instance, Constructor) {
12091
12331
 
12092
12332
  "use strict";
12093
12333
 
12094
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"344795f6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/component/svg/index.vue?vue&type=template&id=116546f7&scoped=true&
12334
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58bc4680-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/component/svg/index.vue?vue&type=template&id=116546f7&scoped=true&
12095
12335
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',_vm._g({class:_vm.svgClass,attrs:{"aria-hidden":"true"}},_vm.$listeners),[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e(),_c('use',{attrs:{"xlink:href":_vm.iconName}})])}
12096
12336
  var staticRenderFns = []
12097
12337
 
@@ -12490,6 +12730,17 @@ function mapActions(options) {
12490
12730
  }, {});
12491
12731
  }
12492
12732
 
12733
+ /***/ }),
12734
+
12735
+ /***/ "e5ea":
12736
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
12737
+
12738
+ "use strict";
12739
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_3a0b2446_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("5754");
12740
+ /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_3a0b2446_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_3a0b2446_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
12741
+ /* unused harmony reexport * */
12742
+
12743
+
12493
12744
  /***/ }),
12494
12745
 
12495
12746
  /***/ "e635":