cnhis-design-vue 0.2.41-beta → 0.2.42-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.
- package/es/affix/index.js +8 -8
- package/es/age/index.js +10 -10
- package/es/alert/index.js +8 -8
- package/es/anchor/index.js +8 -8
- package/es/auto-complete/index.js +8 -8
- package/es/avatar/index.js +8 -8
- package/es/back-top/index.js +8 -8
- package/es/badge/index.js +8 -8
- package/es/base/index.js +8 -8
- package/es/big-table/index.js +66 -66
- package/es/breadcrumb/index.js +8 -8
- package/es/button/index.js +28 -28
- package/es/calendar/index.js +8 -8
- package/es/captcha/index.js +3 -3
- package/es/card/index.js +8 -8
- package/es/carousel/index.js +8 -8
- package/es/cascader/index.js +8 -8
- package/es/checkbox/index.js +9 -9
- package/es/col/index.js +8 -8
- package/es/collapse/index.js +8 -8
- package/es/color-picker/index.js +1 -1
- package/es/comment/index.js +8 -8
- package/es/config-provider/index.js +8 -8
- package/es/date-picker/index.js +8 -8
- package/es/descriptions/index.js +8 -8
- package/es/divider/index.js +8 -8
- package/es/drag-layout/index.js +3 -3
- package/es/drawer/index.js +8 -8
- package/es/dropdown/index.js +8 -8
- package/es/editor/index.js +1 -1
- package/es/empty/index.js +8 -8
- package/es/fabric-chart/index.js +9 -9
- package/es/form/index.js +8 -8
- package/es/form-model/index.js +8 -8
- package/es/form-table/index.js +62 -62
- package/es/index/index.js +449 -440
- package/es/index/style.css +1 -1
- package/es/input/index.js +9 -9
- package/es/input-number/index.js +8 -8
- package/es/keep-cache/index.js +12 -1
- package/es/keep-cache/style.css +1 -0
- package/es/layout/index.js +8 -8
- package/es/list/index.js +8 -8
- package/es/locale-provider/index.js +8 -8
- package/es/map/index.js +9 -9
- package/es/mentions/index.js +8 -8
- package/es/menu/index.js +8 -8
- package/es/message/index.js +8 -8
- package/es/multi-chat/index.js +98 -98
- package/es/multi-chat/style.css +1 -1
- package/es/multi-chat-client/index.js +92 -92
- package/es/multi-chat-client/style.css +1 -1
- package/es/multi-chat-history/index.js +4 -4
- package/es/multi-chat-record/index.js +14 -14
- package/es/multi-chat-setting/index.js +51 -53
- package/es/multi-chat-setting/style.css +1 -1
- package/es/multi-chat-sip/index.js +1 -1
- package/es/notification/index.js +8 -8
- package/es/page-header/index.js +8 -8
- package/es/pagination/index.js +8 -8
- package/es/popconfirm/index.js +8 -8
- package/es/popover/index.js +8 -8
- package/es/progress/index.js +8 -8
- package/es/radio/index.js +9 -9
- package/es/rate/index.js +8 -8
- package/es/result/index.js +8 -8
- package/es/row/index.js +8 -8
- package/es/scale-view/index.js +23 -23
- package/es/select/index.js +11 -11
- package/es/select-label/index.js +11 -11
- package/es/select-person/index.js +2 -2
- package/es/skeleton/index.js +8 -8
- package/es/slider/index.js +8 -8
- package/es/space/index.js +8 -8
- package/es/spin/index.js +8 -8
- package/es/statistic/index.js +8 -8
- package/es/steps/index.js +8 -8
- package/es/switch/index.js +8 -8
- package/es/table-filter/index.js +53 -53
- package/es/tabs/index.js +8 -8
- package/es/tag/index.js +9 -9
- package/es/time-picker/index.js +8 -8
- package/es/timeline/index.js +8 -8
- package/es/tooltip/index.js +8 -8
- package/es/transfer/index.js +8 -8
- package/es/tree/index.js +8 -8
- package/es/tree-select/index.js +8 -8
- package/es/upload/index.js +8 -8
- package/es/verification-code/index.js +2 -2
- package/lib/cui.common.js +446 -414
- package/lib/cui.umd.js +446 -414
- package/lib/cui.umd.min.js +20 -20
- package/package.json +1 -1
- package/packages/keep-cache/KeepCache.js +1 -0
- package/packages/keep-cache/index.css +3 -0
- package/packages/multi-chat/chat/chatHeader.vue +11 -4
- package/packages/multi-chat/setting/customerService/batchSelect.vue +2 -4
|
@@ -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":"
|
|
294
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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":"
|
|
590
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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":"
|
|
600
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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=4e32d8bd&scoped=true&
|
|
601
601
|
var settingvue_type_template_id_4e32d8bd_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_4e32d8bd_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":"
|
|
655
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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":"
|
|
704
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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":"
|
|
762
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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":"
|
|
769
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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":"
|
|
970
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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":"
|
|
2124
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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,19 +2450,19 @@ 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":"
|
|
2453
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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":"
|
|
2461
|
-
var
|
|
2462
|
-
var
|
|
2460
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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=08d5ff2c&scoped=true&
|
|
2461
|
+
var batchSelectvue_type_template_id_08d5ff2c_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
|
+
var batchSelectvue_type_template_id_08d5ff2c_scoped_true_staticRenderFns = []
|
|
2463
2463
|
|
|
2464
2464
|
|
|
2465
|
-
// CONCATENATED MODULE: ./packages/multi-chat/setting/customerService/batchSelect.vue?vue&type=template&id=
|
|
2465
|
+
// CONCATENATED MODULE: ./packages/multi-chat/setting/customerService/batchSelect.vue?vue&type=template&id=08d5ff2c&scoped=true&
|
|
2466
2466
|
|
|
2467
2467
|
// EXTERNAL MODULE: external "ant-design-vue/es/tree/style"
|
|
2468
2468
|
var tree_style_ = __webpack_require__("2876");
|
|
@@ -2559,10 +2559,7 @@ var batchSelectvue_type_script_lang_js_components;
|
|
|
2559
2559
|
var _this = this;
|
|
2560
2560
|
|
|
2561
2561
|
return this.flatUserList.filter(function (item) {
|
|
2562
|
-
var flag = _this.checkedKeys.includes(item.key);
|
|
2563
|
-
// const userId = item.key.split('-')[2];
|
|
2564
|
-
// let flag = this.checkedKeys.some(v => v.split('-')[0] == orgId && v.split('-')[2] == userId);
|
|
2565
|
-
|
|
2562
|
+
var flag = _this.checkedKeys.includes(item.key);
|
|
2566
2563
|
|
|
2567
2564
|
if (flag) {
|
|
2568
2565
|
item.createdTime = _this.checkedKeysTimeObj[item.key];
|
|
@@ -2628,7 +2625,8 @@ var batchSelectvue_type_script_lang_js_components;
|
|
|
2628
2625
|
var key = "".concat(orgId, "-").concat(deptId, "-").concat(userId); // userId && checkedKeys.add(key);
|
|
2629
2626
|
|
|
2630
2627
|
if (userId) {
|
|
2631
|
-
//
|
|
2628
|
+
// 由于存在转部门的情况所以不需要匹配deptId,但a-tree中必须存在不同的deptId
|
|
2629
|
+
// 保证checkedKeys中的值与treeData中的key值保持一致,防止因deptId不同导致数据不同步
|
|
2632
2630
|
var obj = _this4.flatUserList.find(function (v) {
|
|
2633
2631
|
return v.key.split('-')[0] == orgId && v.key.split('-')[2] == userId;
|
|
2634
2632
|
});
|
|
@@ -2888,8 +2886,8 @@ var batchSelectvue_type_script_lang_js_components;
|
|
|
2888
2886
|
});
|
|
2889
2887
|
// CONCATENATED MODULE: ./packages/multi-chat/setting/customerService/batchSelect.vue?vue&type=script&lang=js&
|
|
2890
2888
|
/* harmony default export */ var customerService_batchSelectvue_type_script_lang_js_ = (batchSelectvue_type_script_lang_js_);
|
|
2891
|
-
// EXTERNAL MODULE: ./packages/multi-chat/setting/customerService/batchSelect.vue?vue&type=style&index=0&id=
|
|
2892
|
-
var
|
|
2889
|
+
// EXTERNAL MODULE: ./packages/multi-chat/setting/customerService/batchSelect.vue?vue&type=style&index=0&id=08d5ff2c&lang=less&scoped=true&
|
|
2890
|
+
var batchSelectvue_type_style_index_0_id_08d5ff2c_lang_less_scoped_true_ = __webpack_require__("700b");
|
|
2893
2891
|
|
|
2894
2892
|
// CONCATENATED MODULE: ./packages/multi-chat/setting/customerService/batchSelect.vue
|
|
2895
2893
|
|
|
@@ -2902,11 +2900,11 @@ var batchSelectvue_type_style_index_0_id_7b088eae_lang_less_scoped_true_ = __web
|
|
|
2902
2900
|
|
|
2903
2901
|
var batchSelect_component = Object(componentNormalizer["a" /* default */])(
|
|
2904
2902
|
customerService_batchSelectvue_type_script_lang_js_,
|
|
2905
|
-
|
|
2906
|
-
|
|
2903
|
+
batchSelectvue_type_template_id_08d5ff2c_scoped_true_render,
|
|
2904
|
+
batchSelectvue_type_template_id_08d5ff2c_scoped_true_staticRenderFns,
|
|
2907
2905
|
false,
|
|
2908
2906
|
null,
|
|
2909
|
-
"
|
|
2907
|
+
"08d5ff2c",
|
|
2910
2908
|
null
|
|
2911
2909
|
|
|
2912
2910
|
)
|
|
@@ -3195,7 +3193,7 @@ var customerService_component = Object(componentNormalizer["a" /* default */])(
|
|
|
3195
3193
|
)
|
|
3196
3194
|
|
|
3197
3195
|
/* harmony default export */ var customerService = (customerService_component.exports);
|
|
3198
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3196
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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&
|
|
3199
3197
|
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)])}
|
|
3200
3198
|
var baseInfovue_type_template_id_3a0b2446_scoped_true_staticRenderFns = []
|
|
3201
3199
|
|
|
@@ -4497,7 +4495,7 @@ var baseInfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
4497
4495
|
)
|
|
4498
4496
|
|
|
4499
4497
|
/* harmony default export */ var baseInfo = (baseInfo_component.exports);
|
|
4500
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4498
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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&
|
|
4501
4499
|
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":{
|
|
4502
4500
|
boxSizing: 'content-box',
|
|
4503
4501
|
padding: '10px 10px 10px 24px'
|
|
@@ -5007,7 +5005,7 @@ var sessionList_component = Object(componentNormalizer["a" /* default */])(
|
|
|
5007
5005
|
)
|
|
5008
5006
|
|
|
5009
5007
|
/* harmony default export */ var sessionList = (sessionList_component.exports);
|
|
5010
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5008
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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&
|
|
5011
5009
|
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":{
|
|
5012
5010
|
width: '360px',
|
|
5013
5011
|
'max-width': '360px'
|
|
@@ -5142,7 +5140,7 @@ var configuration_component = Object(componentNormalizer["a" /* default */])(
|
|
|
5142
5140
|
)
|
|
5143
5141
|
|
|
5144
5142
|
/* harmony default export */ var configuration = (configuration_component.exports);
|
|
5145
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5143
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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&
|
|
5146
5144
|
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)])])])])}
|
|
5147
5145
|
var userConfigvue_type_template_id_3f949dba_scoped_true_staticRenderFns = []
|
|
5148
5146
|
|
|
@@ -5273,14 +5271,14 @@ var userConfig_component = Object(componentNormalizer["a" /* default */])(
|
|
|
5273
5271
|
)
|
|
5274
5272
|
|
|
5275
5273
|
/* harmony default export */ var userConfig = (userConfig_component.exports);
|
|
5276
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5274
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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&
|
|
5277
5275
|
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)}
|
|
5278
5276
|
var authorityvue_type_template_id_4910a0f6_scoped_true_staticRenderFns = []
|
|
5279
5277
|
|
|
5280
5278
|
|
|
5281
5279
|
// CONCATENATED MODULE: ./packages/multi-chat/setting/authority/index.vue?vue&type=template&id=4910a0f6&scoped=true&
|
|
5282
5280
|
|
|
5283
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5281
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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&
|
|
5284
5282
|
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)])])}
|
|
5285
5283
|
var roleSettingvue_type_template_id_db34a300_scoped_true_staticRenderFns = []
|
|
5286
5284
|
|
|
@@ -6538,7 +6536,7 @@ module.exports = function (iterator) {
|
|
|
6538
6536
|
|
|
6539
6537
|
"use strict";
|
|
6540
6538
|
|
|
6541
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6539
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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&
|
|
6542
6540
|
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)}
|
|
6543
6541
|
var staticRenderFns = []
|
|
6544
6542
|
|
|
@@ -7272,7 +7270,7 @@ module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperti
|
|
|
7272
7270
|
|
|
7273
7271
|
"use strict";
|
|
7274
7272
|
|
|
7275
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
7273
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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&
|
|
7276
7274
|
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()])}
|
|
7277
7275
|
var staticRenderFns = []
|
|
7278
7276
|
|
|
@@ -8210,13 +8208,6 @@ module.exports = classof(global.process) == 'process';
|
|
|
8210
8208
|
module.exports = typeof window == 'object';
|
|
8211
8209
|
|
|
8212
8210
|
|
|
8213
|
-
/***/ }),
|
|
8214
|
-
|
|
8215
|
-
/***/ "60bd":
|
|
8216
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
8217
|
-
|
|
8218
|
-
// extracted by mini-css-extract-plugin
|
|
8219
|
-
|
|
8220
8211
|
/***/ }),
|
|
8221
8212
|
|
|
8222
8213
|
/***/ "60da":
|
|
@@ -8498,6 +8489,17 @@ var TEMPLATE = String(String).split('String');
|
|
|
8498
8489
|
});
|
|
8499
8490
|
|
|
8500
8491
|
|
|
8492
|
+
/***/ }),
|
|
8493
|
+
|
|
8494
|
+
/***/ "700b":
|
|
8495
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
8496
|
+
|
|
8497
|
+
"use strict";
|
|
8498
|
+
/* 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_batchSelect_vue_vue_type_style_index_0_id_08d5ff2c_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("bfa2");
|
|
8499
|
+
/* 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_batchSelect_vue_vue_type_style_index_0_id_08d5ff2c_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_batchSelect_vue_vue_type_style_index_0_id_08d5ff2c_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
8500
|
+
/* unused harmony reexport * */
|
|
8501
|
+
|
|
8502
|
+
|
|
8501
8503
|
/***/ }),
|
|
8502
8504
|
|
|
8503
8505
|
/***/ "705d":
|
|
@@ -8529,7 +8531,7 @@ var TEMPLATE = String(String).split('String');
|
|
|
8529
8531
|
/* unused harmony export chatUidUp */
|
|
8530
8532
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return getRecallText; });
|
|
8531
8533
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return chatAuthentication; });
|
|
8532
|
-
/* harmony import */ var
|
|
8534
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1da1");
|
|
8533
8535
|
/* harmony import */ var ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("f2f7");
|
|
8534
8536
|
/* 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__);
|
|
8535
8537
|
/* harmony import */ var ant_design_vue_es_message__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("23a4");
|
|
@@ -8662,7 +8664,7 @@ function checkTalkingEnv(_x, _x2, _x3) {
|
|
|
8662
8664
|
}
|
|
8663
8665
|
|
|
8664
8666
|
function _checkTalkingEnv() {
|
|
8665
|
-
_checkTalkingEnv = Object(
|
|
8667
|
+
_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) {
|
|
8666
8668
|
var _sips;
|
|
8667
8669
|
|
|
8668
8670
|
var mediaConstraints, getSips, getDeviceAuth, chooseSip, _status, sip, sips, id, status, value;
|
|
@@ -11786,6 +11788,13 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABz
|
|
|
11786
11788
|
|
|
11787
11789
|
/***/ }),
|
|
11788
11790
|
|
|
11791
|
+
/***/ "bfa2":
|
|
11792
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
11793
|
+
|
|
11794
|
+
// extracted by mini-css-extract-plugin
|
|
11795
|
+
|
|
11796
|
+
/***/ }),
|
|
11797
|
+
|
|
11789
11798
|
/***/ "c014":
|
|
11790
11799
|
/***/ (function(module, exports) {
|
|
11791
11800
|
|
|
@@ -12370,7 +12379,7 @@ function _classCallCheck(instance, Constructor) {
|
|
|
12370
12379
|
|
|
12371
12380
|
"use strict";
|
|
12372
12381
|
|
|
12373
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
12382
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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&
|
|
12374
12383
|
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}})])}
|
|
12375
12384
|
var staticRenderFns = []
|
|
12376
12385
|
|
|
@@ -13407,17 +13416,6 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABz
|
|
|
13407
13416
|
|
|
13408
13417
|
module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABzUlEQVRIS+2UP2hUQRDGv3k8DuHMVZ5wGAiEpFK0FWxeZ2c764NIQgohBKNFDChaCKaKtYWol+ac3fO8IohNwMrGUiwERRDEzubwRI7bHdnghRP/3BPurLKw3cz8Zr79dggTPjTh+jgAjFT4/0nEzBeJ6LSqJiPbAkBEqqovrbV3AeifcvYmMMbkAJZDCHfSNPVFAN772MhlVW0457YHOVmWpbVabd17/9o5tzMA3AbwvtvtPiqVSnOtVutVEQgzXwBwwlp7NcYz8ykiug9gCsC2iGwOAJsA3hHR0xDCGWvtkyIAY8wCgJOVSuVap9O5DuA8gBUAxwEc/gUgIg+KFB7ERICqGgDHALwIIWw0m80vxphLYwFEiYjoVghhyTn3fAg8HoAxZjHKISLrw5OPbYKJA364aIuIVkTk8SQkii46R0RHQwifer3earvd/jxOifZsKiIbzBwfNt4rRDTzk4uY+aaqfnXObf2LTZl5jYiOiMiNmJfn+bz3/iERRdve2/8HeZ7Peu93iegjgFAQElfFdJIkZxuNxtuhnMQYs6aqb6y1z/a3aZZlh6rV6kyapoU2bL/f13K5/KFer3/7W0OFihWc6LdhB4CR6n0Hi5XpGTeYBKsAAAAASUVORK5CYII="
|
|
13409
13418
|
|
|
13410
|
-
/***/ }),
|
|
13411
|
-
|
|
13412
|
-
/***/ "f97f":
|
|
13413
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
13414
|
-
|
|
13415
|
-
"use strict";
|
|
13416
|
-
/* 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_batchSelect_vue_vue_type_style_index_0_id_7b088eae_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("60bd");
|
|
13417
|
-
/* 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_batchSelect_vue_vue_type_style_index_0_id_7b088eae_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_batchSelect_vue_vue_type_style_index_0_id_7b088eae_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
13418
|
-
/* unused harmony reexport * */
|
|
13419
|
-
|
|
13420
|
-
|
|
13421
13419
|
/***/ }),
|
|
13422
13420
|
|
|
13423
13421
|
/***/ "f989":
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.chat-strategy-condition .condition-item[data-v-194d7d74]{display:flex;align-items:center}.chat-strategy-condition .condition-item[data-v-194d7d74] .ant-form-item{margin-right:8px}.chat-event-notice[data-v-51c4b57e]{margin-top:24px}.chat-event-notice .notice-title[data-v-51c4b57e]{line-height:22px;font-size:16px;color:#2e2e2e}.chat-event-strategy[data-v-21643a93]{margin-top:16px;background:rgba(210,217,232,.19)}.chat-event-strategy .strategy-title[data-v-21643a93]{display:flex;align-items:center;height:40px;padding:0 16px;color:#506493;font-size:14px;border-bottom:1px solid #b8c5e2}.chat-event-strategy .strategy-title .close-icon[data-v-21643a93]{margin-left:auto}.chat-event-strategy .strategy-main[data-v-21643a93]{padding:15px}.chat-event-edit[data-v-14352dc6]{height:100%;display:flex;flex-direction:column}.chat-event-edit[data-v-14352dc6] .ant-form-item{margin-bottom:0}.chat-event-edit .main-content[data-v-14352dc6]{flex:1;overflow-y:auto;overflow-x:hidden}.chat-event-edit .main-content[data-v-14352dc6]::-webkit-scrollbar{width:5px}.chat-event-edit .form-bottom[data-v-14352dc6]{display:flex;align-items:center;margin-top:auto;margin-left:-15px;padding-left:15px;height:49px}.chat-event-drawer .ant-drawer-body{height:calc(100% - 55px);padding-bottom:0}.chat-event[data-v-dfb8c2fe]{padding:15px}.chat-event .page-title[data-v-dfb8c2fe]{font-weight:500;color:#2e2e2e;font-size:16px}.chat-event[data-v-dfb8c2fe] .ant-input-group-wrapper{width:340px;margin-right:24px}.chat-event[data-v-dfb8c2fe] .ant-table-wrapper{margin-top:16px}.chat-event[data-v-dfb8c2fe] .ant-table-tbody>tr>td,.chat-event[data-v-dfb8c2fe] .ant-table-thead>tr>th{padding:10px 16px}.chat-event[data-v-dfb8c2fe] .ant-table-thead>tr>th{font-weight:700;background-color:#e6eaef}.chat-event[data-v-dfb8c2fe] .ant-table-fixed-header .ant-table-scroll .ant-table-header{overflow:hidden}.chat-event[data-v-dfb8c2fe] .ant-input-group-addon{padding:0}.chat-worktime[data-v-1c389abb]{padding:15px}.chat-worktime .page-title[data-v-1c389abb]{font-weight:500;color:#2e2e2e;font-size:16px}.chat-worktime[data-v-1c389abb] .ant-table-wrapper{margin-top:16px}.chat-worktime[data-v-1c389abb] .ant-table-tbody>tr>td,.chat-worktime[data-v-1c389abb] .ant-table-thead>tr>th{padding:10px 16px}.chat-worktime[data-v-1c389abb] .ant-table-thead>tr>th{font-weight:700;background-color:#e6eaef}.chat-worktime[data-v-1c389abb] .ant-table-fixed-header .ant-table-scroll .ant-table-header{overflow:hidden}.batch-select[data-v-7b088eae]{height:100%}.batch-select[data-v-7b088eae] .ant-input-group-addon{padding:0;border:none!important}.batch-select .left-tree[data-v-7b088eae]{display:flex;flex-direction:column;height:100%;padding:15px;border-right:1px solid #d2d9e8}.batch-select .left-tree .check-all[data-v-7b088eae]{margin-top:20px;padding-bottom:10px;border-bottom:1px solid #d2d9e8}.batch-select .left-tree[data-v-7b088eae] .ant-tree{width:100%;flex:1;overflow:auto;position:relative}.batch-select .left-tree[data-v-7b088eae] .ant-tree::-webkit-scrollbar{width:6px;height:6px;background-color:#f5f5f5}.batch-select .left-tree[data-v-7b088eae] .ant-tree-treenode-switcher-close{display:flex;align-items:center;height:32px;box-sizing:content-box}.batch-select .left-tree .username[data-v-7b088eae]{display:flex;align-items:center}.batch-select .left-tree .search-name[data-v-7b088eae]{color:red}.batch-select .left-tree .first-name[data-v-7b088eae]{display:inline-block;width:32px;height:32px;line-height:32px;margin-right:6px;text-align:center;background-color:#7d88b5;border-radius:50%;color:#fff}.batch-select .right-page[data-v-7b088eae]{display:flex;flex-direction:column;height:100%;padding:20px 15px 16px 15px;overflow:auto}.batch-select .right-page[data-v-7b088eae]::-webkit-scrollbar{width:5px;height:5px}.batch-select .right-page .right-top[data-v-7b088eae]{flex:1;overflow-y:auto;overflow-x:hidden}.batch-select .right-page .right-top .ant-tag[data-v-7b088eae]{margin-bottom:8px}.batch-select .right-page .right-bottom[data-v-7b088eae]{margin-top:auto}.chat-customer-service[data-v-4d60db31]{padding:15px}.chat-customer-service .page-title[data-v-4d60db31]{font-weight:500;color:#2e2e2e;font-size:16px}.chat-customer-service .search-role[data-v-4d60db31]{width:160px;margin-right:8px}.chat-customer-service[data-v-4d60db31] .ant-input-group-wrapper{width:340px;margin-right:8px}.chat-customer-service[data-v-4d60db31] .ant-table-wrapper{margin-top:16px}.chat-customer-service[data-v-4d60db31] .ant-table-tbody>tr>td,.chat-customer-service[data-v-4d60db31] .ant-table-thead>tr>th{padding:10px 16px}.chat-customer-service[data-v-4d60db31] .ant-table-thead>tr>th{font-weight:700;background-color:#f2f2f2}.chat-customer-service[data-v-4d60db31] .ant-table-fixed-header .ant-table-scroll .ant-table-header{overflow:hidden}.chat-customer-service[data-v-4d60db31] .ant-input-group-addon{padding:0}.svg-icon[data-v-116546f7]{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}.chat-base-info[data-v-3a0b2446]{height:100%;display:flex;flex-direction:column;padding:15px;padding-bottom:0}.chat-base-info .main-form[data-v-3a0b2446]{overflow:auto}.chat-base-info .main-form[data-v-3a0b2446]::-webkit-scrollbar{width:5px}.chat-base-info .page-title[data-v-3a0b2446]{font-weight:500;color:#2e2e2e;font-size:16px}.chat-base-info .main-form[data-v-3a0b2446]{flex:1}.chat-base-info .delayed-setting[data-v-3a0b2446],.chat-base-info .time-setting[data-v-3a0b2446]{padding-left:20px}.chat-base-info .delayed-setting[data-v-3a0b2446] .ant-form-item,.chat-base-info .time-setting[data-v-3a0b2446] .ant-form-item{display:flex}.chat-base-info .delayed-setting[data-v-3a0b2446]{margin-left:30px}.chat-base-info .delayed-setting .unit[data-v-3a0b2446]{display:inline-block;margin-left:10px}.chat-base-info[data-v-3a0b2446] .ant-form-item{margin-bottom:0}.chat-base-info[data-v-3a0b2446] .ant-form-item-children{display:flex;align-items:center}.chat-base-info .server-form-item[data-v-3a0b2446] .ant-form-item-children{flex-wrap:wrap}.chat-base-info .functional-module[data-v-3a0b2446]{margin-bottom:30px}.chat-base-info .functional-module .title[data-v-3a0b2446]{color:#506493;line-height:22px;padding-left:8px;border-left:3px solid #5585f5}.chat-base-info .functional-module .broadcaste-wrap .broadcaste-title[data-v-3a0b2446]{display:flex;align-items:center;margin:8px 0}.chat-base-info .functional-module .broadcaste-wrap .broadcaste-title>span[data-v-3a0b2446]{margin:0 8px}.chat-base-info .functional-module .broadcaste-wrap .broadcaste-item[data-v-3a0b2446]{display:flex;align-items:center;margin-bottom:4px}.chat-base-info .functional-module .broadcaste-wrap .broadcaste-item>div[data-v-3a0b2446]{display:flex;align-items:center;width:40%}.chat-base-info .functional-module .broadcaste-wrap .broadcaste-item>div .item-title[data-v-3a0b2446]{width:60px;margin:4px}.chat-base-info .functional-module .client-url[data-v-3a0b2446]{margin-bottom:8px}.chat-base-info[data-v-3a0b2446] .ant-table-tbody>tr>td,.chat-base-info[data-v-3a0b2446] .ant-table-thead>tr>th{padding:4px 30px}.chat-base-info .form-bottom[data-v-3a0b2446]{display:flex;align-items:center;margin-top:auto;margin-left:-15px;padding-left:15px;height:49px;box-shadow:0 -3px 8px 2px #eff3ff;border-top:1px solid #b8c5e2}.chat-base-info .title-input[data-v-3a0b2446]{width:150px;margin-right:20px;text-align:center}.chat-base-info .bot-setting[data-v-3a0b2446] .ant-form-item{display:flex}.chat-base-info .serverinfo-wrapper[data-v-3a0b2446]{display:flex;align-items:center}.chat-base-info .serverinfo-label[data-v-3a0b2446]{display:inline-block;width:100px;padding-right:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-base-info .classify-wrapper[data-v-3a0b2446]{display:flex;align-items:flex-start}.chat-base-info .classify-wrapper .classify-item[data-v-3a0b2446]{margin-left:10px;margin-bottom:8px;padding:10px;border:1px solid #b8c5e2;background-color:#f6f7fa}.chat-base-info .classify-wrapper .classify-item .name[data-v-3a0b2446]{display:inline-block;width:80px}.chat-base-info .classify-wrapper .classify-item .statistic[data-v-3a0b2446]{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.chat-base-info .classify-wrapper .classify-item .server[data-v-3a0b2446]{margin-bottom:10px}.chat-base-info .rightClickSetting[data-v-3a0b2446] .ant-form-item{display:flex}.chat-base-info .ASC_DESC[data-v-3a0b2446] .ant-form-item-control-wrapper{display:flex;align-items:center}.chat-base-info .refuse-item[data-v-3a0b2446]{margin-bottom:8px;display:flex;align-items:center}.chat-base-info .refuse-item .ant-input[data-v-3a0b2446]{max-width:348px;margin-right:15px}.chat-base-info .refuse-add-btn[data-v-3a0b2446]{border:none}.chat-base-info[data-v-3a0b2446] .rightClick-form .ant-form-item-control-wrapper{width:100%}.msg-describe[data-v-4b76a796]{width:235px;border-radius:0 8px;overflow:hidden;text-align:left;background-color:#fff}.msg-describe__header[data-v-4b76a796]{background-color:#5585f5;padding:10px 16px;font-size:16px;font-weight:600;color:#fff;line-height:22px;word-break:break-word}.msg-describe__content[data-v-4b76a796]{padding:10px 18px 8px;border-radius:0 0 8px 8px;word-break:break-word;overflow:hidden;border:1px solid #e6e6e6;border-top:0}.msg-describe__content .wrapper[data-v-4b76a796]{overflow:hidden;max-height:128px}.msg-describe .desc-item+.desc-item[data-v-4b76a796]{margin-top:8px}.msg-describe .desc-title[data-v-4b76a796]{font-size:14px;color:#7a7a7a;line-height:20px}.msg-describe .desc-txt[data-v-4b76a796]{font-size:16px;color:#212121;line-height:26px;font-weight:600}.msg-describe .fold-btn[data-v-4b76a796]{display:inline-block;font-size:14px;color:#7a7a7a;line-height:20px;margin-top:8px;cursor:pointer}.msg-describe .fold-btn i[data-v-4b76a796]{font-size:12px;margin-left:4px}.multichat-msg_picture{position:relative;min-width:160px;height:160px;background-color:#fff;border-radius:16px;border:12px solid transparent;padding:2px;overflow:hidden}.multichat-msg_picture:before{content:"";position:absolute;left:0;bottom:0;right:0;top:0;background-color:#fff;border-radius:6px}.multichat-msg_picture-icon{max-width:100%;height:100%;display:block;margin:0 auto;border-radius:4px;position:relative}.multichat-msg_picture-static{color:#fff;position:absolute;bottom:2px;left:2px;right:2px;line-height:22px;background-color:rgba(0,0,0,.6);font-size:12px;text-align:center;border-radius:0 0 4px 4px}.msg-prescription[data-v-a9aa04b2]{text-align:left;padding:0 16px;width:230px;background-color:#fff;border-radius:16px;font-size:14px;border:1px solid #ebebeb}.msg-prescription .prescription_header[data-v-a9aa04b2]{padding:8px 0;display:flex;align-items:center;border-bottom:1px solid #ebebeb}.msg-prescription .prescription_header-title[data-v-a9aa04b2]{line-height:22px;height:22px;font-size:16px;color:#000;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.msg-prescription .prescription_header-btn[data-v-a9aa04b2]{height:20px;line-height:20px;max-width:50%;overflow:hidden;cursor:pointer;color:#5585f5}.msg-prescription .prescription_wrapper[data-v-a9aa04b2]{display:flex;padding:10px 0}.msg-prescription .prescription_logo[data-v-a9aa04b2]{width:40px;height:40px;margin-right:12px}.msg-prescription .prescription_logo.img[data-v-a9aa04b2]{border-radius:50%}.msg-prescription .prescription_body[data-v-a9aa04b2]{flex:1;overflow:hidden;color:#666;word-break:break-all}.msg-prescription .prescription_btn-group[data-v-a9aa04b2]{margin-right:-8px;text-align:center}.msg-prescription .prescription_btn-group .ant-btn[data-v-a9aa04b2]{margin-bottom:8px;min-width:61px;max-width:100%;margin-right:8px;color:#5585f5;border-color:#5585f5}.msg-prescription .prescription_footer[data-v-a9aa04b2]{padding:2px 0 10px;line-height:20px;text-align:center}.msg-prescription .prescription_footer-btn[data-v-a9aa04b2]{cursor:pointer;display:inline-block;vertical-align:top;color:rgba(0,0,0,.45);padding-right:18px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABDElEQVQ4T+WULQ6EMBCF3yocBgsXQOC4AnfA4UjgBCSgIOEEkOBw3IEr4BBcACwGh2IzTUqWn243m3U7rp32y5v30j62bdvwg3r8EWhdV9R1Ddd1oarqwb1lWdA0DTzPg6Ioh97Fo2EYEMcxDMNAmqY7jCBJkmAcR2RZBtM034Oo23Ud8jzfYbTHIVEUwbbtS87C1DhM13V2aZomiCDUvwXN8wxN03ZldJBDeO8s6dYjGsP3fTiOw2BUNE7btqiqinkn9YhSIzP7vkcYhgxGRZCiKGBZFgtDmhpdeoUFQcBAZVkKIUKPzjBai5Rwr96+Na6MDt+N82q49NESjOrsiTS1b38UqaJPwT8DPQFuOb/LC5pRKgAAAABJRU5ErkJggg==) 100%/18px no-repeat}.msg-prescription.customer .prescription_header-btn[data-v-a9aa04b2]{color:#21c17a}.msg-prescription.customer .prescription_btn-group .ant-btn[data-v-a9aa04b2]{color:#21c17a;border-color:#21c17a}.message-record[data-v-7d1a552e]{width:100%;height:100%}.message-record .content[data-v-7d1a552e]{text-align:left}.message-record-modal[data-v-7d1a552e]{min-height:650px}.message-record-modal .message-list-nodata[data-v-7d1a552e],.message-record-modal .message-list-wrapper[data-v-7d1a552e]{height:650px}.message-list-wrapper[data-v-7d1a552e]{height:100%;overflow:auto}.message-list-wrapper[data-v-7d1a552e]::-webkit-scrollbar{width:5px}.message-list-wrapper .immediate[data-v-7d1a552e]{text-align:center;line-height:40px}.message-list-wrapper .loading-icon[data-v-7d1a552e]{position:absolute;top:50%;left:50%}.message-list-nodata[data-v-7d1a552e]{height:100%;display:flex;justify-content:center;align-items:center}.message-item[data-v-7d1a552e]{display:flex;align-items:center;min-height:55px;padding:10px;border-bottom:1px solid #eeeff0}.message-item>img[data-v-7d1a552e]{align-self:flex-start}.message-item .message-content[data-v-7d1a552e]{align-self:stretch;flex:1;display:flex;flex-direction:column;justify-content:space-between;margin-left:8px;overflow:hidden}.message-item .message-content .name-time[data-v-7d1a552e]{display:flex;justify-content:space-between;color:#969696;margin-bottom:10px}.message-item .message-content .content[data-v-7d1a552e]{word-wrap:break-word}.msg-prescription[data-v-7d1a552e]{border-top-left-radius:0}.system-msg[data-v-7d1a552e]{text-align:left;line-height:20px;word-wrap:break-word;display:flex;justify-content:center}.system-msg .system-icon[data-v-7d1a552e]{font-size:18px;color:#ffc200;vertical-align:middle;margin-right:10px;margin-top:1px}.system-msg .system-btn[data-v-7d1a552e]{color:#5585f5;margin-left:8px;cursor:pointer;text-decoration:underline}.search-wrapper[data-v-04dfc814]{display:flex;margin-bottom:16px}.session-list[data-v-04dfc814]{margin-left:20px;padding-top:16px}.advance-table[data-v-04dfc814]{width:100%;margin-bottom:16px}.advance-table[data-v-04dfc814] td,.advance-table[data-v-04dfc814] th{padding:10px 8px}.configuratioin-page[data-v-6ab8d358]{height:100%;display:flex;flex-direction:column}.configuratioin-page .configuratioin-wrap[data-v-6ab8d358]{padding:0 14px;flex:1;overflow-y:auto}.configuratioin-page .footer-submit[data-v-6ab8d358]{width:100%;height:50px;border-top:1px solid #d5d5d5;line-height:50px;background-color:#fff;padding:0 12px}.configuratioin-page .page-title[data-v-6ab8d358]{font-size:16px;color:#000;line-height:22px;padding:10px 18px;border-bottom:1px solid #d5d5d5;margin-bottom:10px;position:relative}.configuratioin-page .page-title .icon[data-v-6ab8d358]{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer}.configuratioin-page .page-title[data-v-6ab8d358]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:16px;background:#2474ff}.configuratioin-page .popover-card[data-v-6ab8d358]{width:360px;background:rgba(0,0,0,.75)}.user-config[data-v-3f949dba]{padding:0 14px}.page-title[data-v-3f949dba]{font-size:16px;color:#000;line-height:22px;padding:10px 18px;border-bottom:1px solid #d5d5d5;margin-bottom:10px;position:relative}.page-title .icon[data-v-3f949dba]{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer}.page-title[data-v-3f949dba]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:16px;background:#2474ff}.sip-info .sip-label[data-v-3f949dba]{color:rgba(0,0,0,.6);line-height:20px;margin-bottom:15px}.sip-info .sip-name[data-v-3f949dba]{color:#000;line-height:22px;margin-right:30px}.sip-info .sip-btn[data-v-3f949dba]{color:#2474ff;cursor:pointer}.user-role-wrapper[data-v-db34a300]{display:flex;min-height:240px}.user-role-wrapper .wrapper-item[data-v-db34a300]{padding:15px;flex:1;overflow-y:auto}.user-role-wrapper .wrapper-item+.wrapper-item[data-v-db34a300]{border-left:1px solid #ccc}.setting-item[data-v-db34a300]{display:flex;line-height:20px;padding:4px 0}.setting-item .setting-label[data-v-db34a300]{width:70px;padding-right:10px;text-align:right}.setting-item .setting-content[data-v-db34a300]{flex:1;overflow:hidden;min-height:20px}.setting-item .setting-content .ant-checkbox-wrapper[data-v-db34a300]{margin-bottom:6px}.chat-customer-service[data-v-4910a0f6]{padding:15px}.chat-customer-service[data-v-4910a0f6] .ant-input-search{width:200px;margin-right:8px}.chat-customer-service[data-v-4910a0f6] .ant-input-search .ant-input-group-addon{border:none!important;padding:0}.chat-customer-service[data-v-4910a0f6] .ant-table-wrapper{margin-top:16px}.chat-customer-service[data-v-4910a0f6] .ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected td{background-color:#f5f7fa}.chat-customer-service[data-v-4910a0f6] .ant-table-tbody>tr>td,.chat-customer-service[data-v-4910a0f6] .ant-table-thead>tr>th{padding:5px 10px}.chat-customer-service[data-v-4910a0f6] .ant-table-thead>tr>th{font-weight:700;background-color:#f2f2f2}.chat-customer-service[data-v-4910a0f6] .ant-table-fixed-header .ant-table-scroll .ant-table-header{overflow:hidden}.chat-setting[data-v-4e32d8bd]{height:calc(100% - 46px);background:#fff}.chat-setting .left-menu[data-v-4e32d8bd]{height:100%;display:flex;flex-direction:column;border-right:1px solid #d2d9e8;padding:16px}.chat-setting .left-menu .setting-menu[data-v-4e32d8bd]{flex:1}.chat-setting .left-menu .setting-menu .menu-item[data-v-4e32d8bd]{line-height:20px;padding:10px;cursor:pointer;border-radius:4px}.chat-setting .left-menu .setting-menu .menu-item[data-v-4e32d8bd]:hover{color:#5585f5}.chat-setting .left-menu .setting-menu .menu-item.active[data-v-4e32d8bd]{background-color:#5585f5}.chat-setting .left-menu .setting-menu .menu-item.active[data-v-4e32d8bd],.chat-setting .left-menu .setting-menu .menu-item.active[data-v-4e32d8bd]:hover{color:#fff}.chat-setting .left-menu .setting-menu .menu-item .menu-name[data-v-4e32d8bd]{margin-left:8px}.chat-setting .right-page[data-v-4e32d8bd]{height:100%}.chat-setting .goback[data-v-4e32d8bd]{margin-bottom:12px;font-weight:700;color:#5585f5;padding:0 6px 10px;cursor:pointer;border-bottom:1px solid hsla(0,0%,83.5%,.6)}
|
|
1
|
+
.chat-strategy-condition .condition-item[data-v-194d7d74]{display:flex;align-items:center}.chat-strategy-condition .condition-item[data-v-194d7d74] .ant-form-item{margin-right:8px}.chat-event-notice[data-v-51c4b57e]{margin-top:24px}.chat-event-notice .notice-title[data-v-51c4b57e]{line-height:22px;font-size:16px;color:#2e2e2e}.chat-event-strategy[data-v-21643a93]{margin-top:16px;background:rgba(210,217,232,.19)}.chat-event-strategy .strategy-title[data-v-21643a93]{display:flex;align-items:center;height:40px;padding:0 16px;color:#506493;font-size:14px;border-bottom:1px solid #b8c5e2}.chat-event-strategy .strategy-title .close-icon[data-v-21643a93]{margin-left:auto}.chat-event-strategy .strategy-main[data-v-21643a93]{padding:15px}.chat-event-edit[data-v-14352dc6]{height:100%;display:flex;flex-direction:column}.chat-event-edit[data-v-14352dc6] .ant-form-item{margin-bottom:0}.chat-event-edit .main-content[data-v-14352dc6]{flex:1;overflow-y:auto;overflow-x:hidden}.chat-event-edit .main-content[data-v-14352dc6]::-webkit-scrollbar{width:5px}.chat-event-edit .form-bottom[data-v-14352dc6]{display:flex;align-items:center;margin-top:auto;margin-left:-15px;padding-left:15px;height:49px}.chat-event-drawer .ant-drawer-body{height:calc(100% - 55px);padding-bottom:0}.chat-event[data-v-dfb8c2fe]{padding:15px}.chat-event .page-title[data-v-dfb8c2fe]{font-weight:500;color:#2e2e2e;font-size:16px}.chat-event[data-v-dfb8c2fe] .ant-input-group-wrapper{width:340px;margin-right:24px}.chat-event[data-v-dfb8c2fe] .ant-table-wrapper{margin-top:16px}.chat-event[data-v-dfb8c2fe] .ant-table-tbody>tr>td,.chat-event[data-v-dfb8c2fe] .ant-table-thead>tr>th{padding:10px 16px}.chat-event[data-v-dfb8c2fe] .ant-table-thead>tr>th{font-weight:700;background-color:#e6eaef}.chat-event[data-v-dfb8c2fe] .ant-table-fixed-header .ant-table-scroll .ant-table-header{overflow:hidden}.chat-event[data-v-dfb8c2fe] .ant-input-group-addon{padding:0}.chat-worktime[data-v-1c389abb]{padding:15px}.chat-worktime .page-title[data-v-1c389abb]{font-weight:500;color:#2e2e2e;font-size:16px}.chat-worktime[data-v-1c389abb] .ant-table-wrapper{margin-top:16px}.chat-worktime[data-v-1c389abb] .ant-table-tbody>tr>td,.chat-worktime[data-v-1c389abb] .ant-table-thead>tr>th{padding:10px 16px}.chat-worktime[data-v-1c389abb] .ant-table-thead>tr>th{font-weight:700;background-color:#e6eaef}.chat-worktime[data-v-1c389abb] .ant-table-fixed-header .ant-table-scroll .ant-table-header{overflow:hidden}.batch-select[data-v-08d5ff2c]{height:100%}.batch-select[data-v-08d5ff2c] .ant-input-group-addon{padding:0;border:none!important}.batch-select .left-tree[data-v-08d5ff2c]{display:flex;flex-direction:column;height:100%;padding:15px;border-right:1px solid #d2d9e8}.batch-select .left-tree .check-all[data-v-08d5ff2c]{margin-top:20px;padding-bottom:10px;border-bottom:1px solid #d2d9e8}.batch-select .left-tree[data-v-08d5ff2c] .ant-tree{width:100%;flex:1;overflow:auto;position:relative}.batch-select .left-tree[data-v-08d5ff2c] .ant-tree::-webkit-scrollbar{width:6px;height:6px;background-color:#f5f5f5}.batch-select .left-tree[data-v-08d5ff2c] .ant-tree-treenode-switcher-close{display:flex;align-items:center;height:32px;box-sizing:content-box}.batch-select .left-tree .username[data-v-08d5ff2c]{display:flex;align-items:center}.batch-select .left-tree .search-name[data-v-08d5ff2c]{color:red}.batch-select .left-tree .first-name[data-v-08d5ff2c]{display:inline-block;width:32px;height:32px;line-height:32px;margin-right:6px;text-align:center;background-color:#7d88b5;border-radius:50%;color:#fff}.batch-select .right-page[data-v-08d5ff2c]{display:flex;flex-direction:column;height:100%;padding:20px 15px 16px 15px;overflow:auto}.batch-select .right-page[data-v-08d5ff2c]::-webkit-scrollbar{width:5px;height:5px}.batch-select .right-page .right-top[data-v-08d5ff2c]{flex:1;overflow-y:auto;overflow-x:hidden}.batch-select .right-page .right-top .ant-tag[data-v-08d5ff2c]{margin-bottom:8px}.batch-select .right-page .right-bottom[data-v-08d5ff2c]{margin-top:auto}.chat-customer-service[data-v-4d60db31]{padding:15px}.chat-customer-service .page-title[data-v-4d60db31]{font-weight:500;color:#2e2e2e;font-size:16px}.chat-customer-service .search-role[data-v-4d60db31]{width:160px;margin-right:8px}.chat-customer-service[data-v-4d60db31] .ant-input-group-wrapper{width:340px;margin-right:8px}.chat-customer-service[data-v-4d60db31] .ant-table-wrapper{margin-top:16px}.chat-customer-service[data-v-4d60db31] .ant-table-tbody>tr>td,.chat-customer-service[data-v-4d60db31] .ant-table-thead>tr>th{padding:10px 16px}.chat-customer-service[data-v-4d60db31] .ant-table-thead>tr>th{font-weight:700;background-color:#f2f2f2}.chat-customer-service[data-v-4d60db31] .ant-table-fixed-header .ant-table-scroll .ant-table-header{overflow:hidden}.chat-customer-service[data-v-4d60db31] .ant-input-group-addon{padding:0}.svg-icon[data-v-116546f7]{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}.chat-base-info[data-v-3a0b2446]{height:100%;display:flex;flex-direction:column;padding:15px;padding-bottom:0}.chat-base-info .main-form[data-v-3a0b2446]{overflow:auto}.chat-base-info .main-form[data-v-3a0b2446]::-webkit-scrollbar{width:5px}.chat-base-info .page-title[data-v-3a0b2446]{font-weight:500;color:#2e2e2e;font-size:16px}.chat-base-info .main-form[data-v-3a0b2446]{flex:1}.chat-base-info .delayed-setting[data-v-3a0b2446],.chat-base-info .time-setting[data-v-3a0b2446]{padding-left:20px}.chat-base-info .delayed-setting[data-v-3a0b2446] .ant-form-item,.chat-base-info .time-setting[data-v-3a0b2446] .ant-form-item{display:flex}.chat-base-info .delayed-setting[data-v-3a0b2446]{margin-left:30px}.chat-base-info .delayed-setting .unit[data-v-3a0b2446]{display:inline-block;margin-left:10px}.chat-base-info[data-v-3a0b2446] .ant-form-item{margin-bottom:0}.chat-base-info[data-v-3a0b2446] .ant-form-item-children{display:flex;align-items:center}.chat-base-info .server-form-item[data-v-3a0b2446] .ant-form-item-children{flex-wrap:wrap}.chat-base-info .functional-module[data-v-3a0b2446]{margin-bottom:30px}.chat-base-info .functional-module .title[data-v-3a0b2446]{color:#506493;line-height:22px;padding-left:8px;border-left:3px solid #5585f5}.chat-base-info .functional-module .broadcaste-wrap .broadcaste-title[data-v-3a0b2446]{display:flex;align-items:center;margin:8px 0}.chat-base-info .functional-module .broadcaste-wrap .broadcaste-title>span[data-v-3a0b2446]{margin:0 8px}.chat-base-info .functional-module .broadcaste-wrap .broadcaste-item[data-v-3a0b2446]{display:flex;align-items:center;margin-bottom:4px}.chat-base-info .functional-module .broadcaste-wrap .broadcaste-item>div[data-v-3a0b2446]{display:flex;align-items:center;width:40%}.chat-base-info .functional-module .broadcaste-wrap .broadcaste-item>div .item-title[data-v-3a0b2446]{width:60px;margin:4px}.chat-base-info .functional-module .client-url[data-v-3a0b2446]{margin-bottom:8px}.chat-base-info[data-v-3a0b2446] .ant-table-tbody>tr>td,.chat-base-info[data-v-3a0b2446] .ant-table-thead>tr>th{padding:4px 30px}.chat-base-info .form-bottom[data-v-3a0b2446]{display:flex;align-items:center;margin-top:auto;margin-left:-15px;padding-left:15px;height:49px;box-shadow:0 -3px 8px 2px #eff3ff;border-top:1px solid #b8c5e2}.chat-base-info .title-input[data-v-3a0b2446]{width:150px;margin-right:20px;text-align:center}.chat-base-info .bot-setting[data-v-3a0b2446] .ant-form-item{display:flex}.chat-base-info .serverinfo-wrapper[data-v-3a0b2446]{display:flex;align-items:center}.chat-base-info .serverinfo-label[data-v-3a0b2446]{display:inline-block;width:100px;padding-right:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-base-info .classify-wrapper[data-v-3a0b2446]{display:flex;align-items:flex-start}.chat-base-info .classify-wrapper .classify-item[data-v-3a0b2446]{margin-left:10px;margin-bottom:8px;padding:10px;border:1px solid #b8c5e2;background-color:#f6f7fa}.chat-base-info .classify-wrapper .classify-item .name[data-v-3a0b2446]{display:inline-block;width:80px}.chat-base-info .classify-wrapper .classify-item .statistic[data-v-3a0b2446]{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.chat-base-info .classify-wrapper .classify-item .server[data-v-3a0b2446]{margin-bottom:10px}.chat-base-info .rightClickSetting[data-v-3a0b2446] .ant-form-item{display:flex}.chat-base-info .ASC_DESC[data-v-3a0b2446] .ant-form-item-control-wrapper{display:flex;align-items:center}.chat-base-info .refuse-item[data-v-3a0b2446]{margin-bottom:8px;display:flex;align-items:center}.chat-base-info .refuse-item .ant-input[data-v-3a0b2446]{max-width:348px;margin-right:15px}.chat-base-info .refuse-add-btn[data-v-3a0b2446]{border:none}.chat-base-info[data-v-3a0b2446] .rightClick-form .ant-form-item-control-wrapper{width:100%}.msg-describe[data-v-4b76a796]{width:235px;border-radius:0 8px;overflow:hidden;text-align:left;background-color:#fff}.msg-describe__header[data-v-4b76a796]{background-color:#5585f5;padding:10px 16px;font-size:16px;font-weight:600;color:#fff;line-height:22px;word-break:break-word}.msg-describe__content[data-v-4b76a796]{padding:10px 18px 8px;border-radius:0 0 8px 8px;word-break:break-word;overflow:hidden;border:1px solid #e6e6e6;border-top:0}.msg-describe__content .wrapper[data-v-4b76a796]{overflow:hidden;max-height:128px}.msg-describe .desc-item+.desc-item[data-v-4b76a796]{margin-top:8px}.msg-describe .desc-title[data-v-4b76a796]{font-size:14px;color:#7a7a7a;line-height:20px}.msg-describe .desc-txt[data-v-4b76a796]{font-size:16px;color:#212121;line-height:26px;font-weight:600}.msg-describe .fold-btn[data-v-4b76a796]{display:inline-block;font-size:14px;color:#7a7a7a;line-height:20px;margin-top:8px;cursor:pointer}.msg-describe .fold-btn i[data-v-4b76a796]{font-size:12px;margin-left:4px}.multichat-msg_picture{position:relative;min-width:160px;height:160px;background-color:#fff;border-radius:16px;border:12px solid transparent;padding:2px;overflow:hidden}.multichat-msg_picture:before{content:"";position:absolute;left:0;bottom:0;right:0;top:0;background-color:#fff;border-radius:6px}.multichat-msg_picture-icon{max-width:100%;height:100%;display:block;margin:0 auto;border-radius:4px;position:relative}.multichat-msg_picture-static{color:#fff;position:absolute;bottom:2px;left:2px;right:2px;line-height:22px;background-color:rgba(0,0,0,.6);font-size:12px;text-align:center;border-radius:0 0 4px 4px}.msg-prescription[data-v-a9aa04b2]{text-align:left;padding:0 16px;width:230px;background-color:#fff;border-radius:16px;font-size:14px;border:1px solid #ebebeb}.msg-prescription .prescription_header[data-v-a9aa04b2]{padding:8px 0;display:flex;align-items:center;border-bottom:1px solid #ebebeb}.msg-prescription .prescription_header-title[data-v-a9aa04b2]{line-height:22px;height:22px;font-size:16px;color:#000;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.msg-prescription .prescription_header-btn[data-v-a9aa04b2]{height:20px;line-height:20px;max-width:50%;overflow:hidden;cursor:pointer;color:#5585f5}.msg-prescription .prescription_wrapper[data-v-a9aa04b2]{display:flex;padding:10px 0}.msg-prescription .prescription_logo[data-v-a9aa04b2]{width:40px;height:40px;margin-right:12px}.msg-prescription .prescription_logo.img[data-v-a9aa04b2]{border-radius:50%}.msg-prescription .prescription_body[data-v-a9aa04b2]{flex:1;overflow:hidden;color:#666;word-break:break-all}.msg-prescription .prescription_btn-group[data-v-a9aa04b2]{margin-right:-8px;text-align:center}.msg-prescription .prescription_btn-group .ant-btn[data-v-a9aa04b2]{margin-bottom:8px;min-width:61px;max-width:100%;margin-right:8px;color:#5585f5;border-color:#5585f5}.msg-prescription .prescription_footer[data-v-a9aa04b2]{padding:2px 0 10px;line-height:20px;text-align:center}.msg-prescription .prescription_footer-btn[data-v-a9aa04b2]{cursor:pointer;display:inline-block;vertical-align:top;color:rgba(0,0,0,.45);padding-right:18px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABDElEQVQ4T+WULQ6EMBCF3yocBgsXQOC4AnfA4UjgBCSgIOEEkOBw3IEr4BBcACwGh2IzTUqWn243m3U7rp32y5v30j62bdvwg3r8EWhdV9R1Ddd1oarqwb1lWdA0DTzPg6Ioh97Fo2EYEMcxDMNAmqY7jCBJkmAcR2RZBtM034Oo23Ud8jzfYbTHIVEUwbbtS87C1DhM13V2aZomiCDUvwXN8wxN03ZldJBDeO8s6dYjGsP3fTiOw2BUNE7btqiqinkn9YhSIzP7vkcYhgxGRZCiKGBZFgtDmhpdeoUFQcBAZVkKIUKPzjBai5Rwr96+Na6MDt+N82q49NESjOrsiTS1b38UqaJPwT8DPQFuOb/LC5pRKgAAAABJRU5ErkJggg==) 100%/18px no-repeat}.msg-prescription.customer .prescription_header-btn[data-v-a9aa04b2]{color:#21c17a}.msg-prescription.customer .prescription_btn-group .ant-btn[data-v-a9aa04b2]{color:#21c17a;border-color:#21c17a}.message-record[data-v-7d1a552e]{width:100%;height:100%}.message-record .content[data-v-7d1a552e]{text-align:left}.message-record-modal[data-v-7d1a552e]{min-height:650px}.message-record-modal .message-list-nodata[data-v-7d1a552e],.message-record-modal .message-list-wrapper[data-v-7d1a552e]{height:650px}.message-list-wrapper[data-v-7d1a552e]{height:100%;overflow:auto}.message-list-wrapper[data-v-7d1a552e]::-webkit-scrollbar{width:5px}.message-list-wrapper .immediate[data-v-7d1a552e]{text-align:center;line-height:40px}.message-list-wrapper .loading-icon[data-v-7d1a552e]{position:absolute;top:50%;left:50%}.message-list-nodata[data-v-7d1a552e]{height:100%;display:flex;justify-content:center;align-items:center}.message-item[data-v-7d1a552e]{display:flex;align-items:center;min-height:55px;padding:10px;border-bottom:1px solid #eeeff0}.message-item>img[data-v-7d1a552e]{align-self:flex-start}.message-item .message-content[data-v-7d1a552e]{align-self:stretch;flex:1;display:flex;flex-direction:column;justify-content:space-between;margin-left:8px;overflow:hidden}.message-item .message-content .name-time[data-v-7d1a552e]{display:flex;justify-content:space-between;color:#969696;margin-bottom:10px}.message-item .message-content .content[data-v-7d1a552e]{word-wrap:break-word}.msg-prescription[data-v-7d1a552e]{border-top-left-radius:0}.system-msg[data-v-7d1a552e]{text-align:left;line-height:20px;word-wrap:break-word;display:flex;justify-content:center}.system-msg .system-icon[data-v-7d1a552e]{font-size:18px;color:#ffc200;vertical-align:middle;margin-right:10px;margin-top:1px}.system-msg .system-btn[data-v-7d1a552e]{color:#5585f5;margin-left:8px;cursor:pointer;text-decoration:underline}.search-wrapper[data-v-04dfc814]{display:flex;margin-bottom:16px}.session-list[data-v-04dfc814]{margin-left:20px;padding-top:16px}.advance-table[data-v-04dfc814]{width:100%;margin-bottom:16px}.advance-table[data-v-04dfc814] td,.advance-table[data-v-04dfc814] th{padding:10px 8px}.configuratioin-page[data-v-6ab8d358]{height:100%;display:flex;flex-direction:column}.configuratioin-page .configuratioin-wrap[data-v-6ab8d358]{padding:0 14px;flex:1;overflow-y:auto}.configuratioin-page .footer-submit[data-v-6ab8d358]{width:100%;height:50px;border-top:1px solid #d5d5d5;line-height:50px;background-color:#fff;padding:0 12px}.configuratioin-page .page-title[data-v-6ab8d358]{font-size:16px;color:#000;line-height:22px;padding:10px 18px;border-bottom:1px solid #d5d5d5;margin-bottom:10px;position:relative}.configuratioin-page .page-title .icon[data-v-6ab8d358]{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer}.configuratioin-page .page-title[data-v-6ab8d358]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:16px;background:#2474ff}.configuratioin-page .popover-card[data-v-6ab8d358]{width:360px;background:rgba(0,0,0,.75)}.user-config[data-v-3f949dba]{padding:0 14px}.page-title[data-v-3f949dba]{font-size:16px;color:#000;line-height:22px;padding:10px 18px;border-bottom:1px solid #d5d5d5;margin-bottom:10px;position:relative}.page-title .icon[data-v-3f949dba]{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer}.page-title[data-v-3f949dba]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:16px;background:#2474ff}.sip-info .sip-label[data-v-3f949dba]{color:rgba(0,0,0,.6);line-height:20px;margin-bottom:15px}.sip-info .sip-name[data-v-3f949dba]{color:#000;line-height:22px;margin-right:30px}.sip-info .sip-btn[data-v-3f949dba]{color:#2474ff;cursor:pointer}.user-role-wrapper[data-v-db34a300]{display:flex;min-height:240px}.user-role-wrapper .wrapper-item[data-v-db34a300]{padding:15px;flex:1;overflow-y:auto}.user-role-wrapper .wrapper-item+.wrapper-item[data-v-db34a300]{border-left:1px solid #ccc}.setting-item[data-v-db34a300]{display:flex;line-height:20px;padding:4px 0}.setting-item .setting-label[data-v-db34a300]{width:70px;padding-right:10px;text-align:right}.setting-item .setting-content[data-v-db34a300]{flex:1;overflow:hidden;min-height:20px}.setting-item .setting-content .ant-checkbox-wrapper[data-v-db34a300]{margin-bottom:6px}.chat-customer-service[data-v-4910a0f6]{padding:15px}.chat-customer-service[data-v-4910a0f6] .ant-input-search{width:200px;margin-right:8px}.chat-customer-service[data-v-4910a0f6] .ant-input-search .ant-input-group-addon{border:none!important;padding:0}.chat-customer-service[data-v-4910a0f6] .ant-table-wrapper{margin-top:16px}.chat-customer-service[data-v-4910a0f6] .ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected td{background-color:#f5f7fa}.chat-customer-service[data-v-4910a0f6] .ant-table-tbody>tr>td,.chat-customer-service[data-v-4910a0f6] .ant-table-thead>tr>th{padding:5px 10px}.chat-customer-service[data-v-4910a0f6] .ant-table-thead>tr>th{font-weight:700;background-color:#f2f2f2}.chat-customer-service[data-v-4910a0f6] .ant-table-fixed-header .ant-table-scroll .ant-table-header{overflow:hidden}.chat-setting[data-v-4e32d8bd]{height:calc(100% - 46px);background:#fff}.chat-setting .left-menu[data-v-4e32d8bd]{height:100%;display:flex;flex-direction:column;border-right:1px solid #d2d9e8;padding:16px}.chat-setting .left-menu .setting-menu[data-v-4e32d8bd]{flex:1}.chat-setting .left-menu .setting-menu .menu-item[data-v-4e32d8bd]{line-height:20px;padding:10px;cursor:pointer;border-radius:4px}.chat-setting .left-menu .setting-menu .menu-item[data-v-4e32d8bd]:hover{color:#5585f5}.chat-setting .left-menu .setting-menu .menu-item.active[data-v-4e32d8bd]{background-color:#5585f5}.chat-setting .left-menu .setting-menu .menu-item.active[data-v-4e32d8bd],.chat-setting .left-menu .setting-menu .menu-item.active[data-v-4e32d8bd]:hover{color:#fff}.chat-setting .left-menu .setting-menu .menu-item .menu-name[data-v-4e32d8bd]{margin-left:8px}.chat-setting .right-page[data-v-4e32d8bd]{height:100%}.chat-setting .goback[data-v-4e32d8bd]{margin-bottom:12px;font-weight:700;color:#5585f5;padding:0 6px 10px;cursor:pointer;border-bottom:1px solid hsla(0,0%,83.5%,.6)}
|
|
@@ -2547,7 +2547,7 @@ var es_promise_finally = __webpack_require__("a79d");
|
|
|
2547
2547
|
// EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
|
|
2548
2548
|
var es_function_name_js_ = __webpack_require__("db0a");
|
|
2549
2549
|
|
|
2550
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2550
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"68d87c1a-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/modal-sip.vue?vue&type=template&id=f91c2090&scoped=true&
|
|
2551
2551
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('a-modal',{attrs:{"wrapClassName":"standard-modal standard-modal-white has-mask","title":"请选择音视频设备","visible":_vm.visible,"maskClosable":false,"width":458,"destroyOnClose":""},on:{"cancel":_vm.handleCancel,"ok":_vm.handleOk}},[_c('div',[_c('div',{staticClass:"search-header"},[_c('a-select',{staticClass:"status-select",attrs:{"allowClear":"","placeholder":"全部"},model:{value:(_vm.status),callback:function ($$v) {_vm.status=$$v},expression:"status"}},_vm._l((_vm.statusList),function(item){return _c('a-select-option',{key:item.value},[_vm._v(" "+_vm._s(item.label)+" ")])}),1),_c('a-input-search',{attrs:{"placeholder":"输入关键字搜索","enter-button":""},on:{"search":_vm.onSearch}})],1),_c('div',{staticClass:"sip-title"},[_vm._v("音视频设备")]),_c('div',{staticClass:"sip-list"},_vm._l((_vm.sipList),function(item){return _c('div',{key:item.id,class:{ 'is-busy': item.status == 2, 'sip-item': true },on:{"click":function($event){return _vm.handleChecked(item.id)}}},[_c('div',{staticClass:"sip-icon"}),_c('div',{staticClass:"sip-name"},[_vm._v(_vm._s(item.name))]),_c('div',{staticClass:"sip-status"},[_vm._v(" "+_vm._s(item.status == 2 ? '使用中' : _vm.sipId === item.id ? '已选择' : '空闲')+" ")])])}),0)])])],1)}
|
|
2552
2552
|
var staticRenderFns = []
|
|
2553
2553
|
|