cnhis-design-vue 0.2.42-beta → 0.2.43-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/index/index.js +67 -54
- package/es/index/style.css +1 -1
- package/es/multi-chat-setting/index.js +33 -28
- package/es/multi-chat-setting/style.css +1 -1
- package/es/table-filter/index.js +35 -27
- package/es/table-filter/style.css +1 -1
- package/lib/cui.common.js +114 -101
- package/lib/cui.umd.js +114 -101
- package/lib/cui.umd.min.js +13 -13
- package/package.json +1 -1
- package/packages/multi-chat/setting/index.vue +6 -1
- package/packages/table-filter/src/base-search-com/BaseSearch.vue +7 -1
|
@@ -597,12 +597,12 @@ 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":"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=
|
|
601
|
-
var
|
|
602
|
-
var
|
|
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=81b37472&scoped=true&
|
|
601
|
+
var settingvue_type_template_id_81b37472_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
|
+
var settingvue_type_template_id_81b37472_scoped_true_staticRenderFns = []
|
|
603
603
|
|
|
604
604
|
|
|
605
|
-
// CONCATENATED MODULE: ./packages/multi-chat/setting/index.vue?vue&type=template&id=
|
|
605
|
+
// CONCATENATED MODULE: ./packages/multi-chat/setting/index.vue?vue&type=template&id=81b37472&scoped=true&
|
|
606
606
|
|
|
607
607
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
608
608
|
var defineProperty = __webpack_require__("ade3");
|
|
@@ -5747,6 +5747,11 @@ var settingvue_type_script_lang_js_components;
|
|
|
5747
5747
|
},
|
|
5748
5748
|
assemblyId: {
|
|
5749
5749
|
type: [String, Number]
|
|
5750
|
+
},
|
|
5751
|
+
// 是否单独配置的菜单,比如系统设置->配置管理->进入本页面
|
|
5752
|
+
isOtherEntry: {
|
|
5753
|
+
type: Boolean,
|
|
5754
|
+
default: false
|
|
5750
5755
|
}
|
|
5751
5756
|
},
|
|
5752
5757
|
data: function data() {
|
|
@@ -5811,7 +5816,7 @@ var settingvue_type_script_lang_js_components;
|
|
|
5811
5816
|
useMenuList: function useMenuList() {
|
|
5812
5817
|
var exclude = [];
|
|
5813
5818
|
|
|
5814
|
-
if (!this.isOrgAdmin) {
|
|
5819
|
+
if (!this.isOtherEntry && !this.isOrgAdmin) {
|
|
5815
5820
|
exclude = exclude.concat(["authority", "base-info", "event", "customer-service", "worktime", "session-list", "configuration"]);
|
|
5816
5821
|
}
|
|
5817
5822
|
|
|
@@ -5899,8 +5904,8 @@ var settingvue_type_script_lang_js_components;
|
|
|
5899
5904
|
});
|
|
5900
5905
|
// CONCATENATED MODULE: ./packages/multi-chat/setting/index.vue?vue&type=script&lang=js&
|
|
5901
5906
|
/* harmony default export */ var multi_chat_settingvue_type_script_lang_js_ = (settingvue_type_script_lang_js_);
|
|
5902
|
-
// EXTERNAL MODULE: ./packages/multi-chat/setting/index.vue?vue&type=style&index=0&id=
|
|
5903
|
-
var
|
|
5907
|
+
// EXTERNAL MODULE: ./packages/multi-chat/setting/index.vue?vue&type=style&index=0&id=81b37472&lang=less&scoped=true&
|
|
5908
|
+
var settingvue_type_style_index_0_id_81b37472_lang_less_scoped_true_ = __webpack_require__("e6d2");
|
|
5904
5909
|
|
|
5905
5910
|
// CONCATENATED MODULE: ./packages/multi-chat/setting/index.vue
|
|
5906
5911
|
|
|
@@ -5913,11 +5918,11 @@ var settingvue_type_style_index_0_id_4e32d8bd_lang_less_scoped_true_ = __webpack
|
|
|
5913
5918
|
|
|
5914
5919
|
var setting_component = Object(componentNormalizer["a" /* default */])(
|
|
5915
5920
|
multi_chat_settingvue_type_script_lang_js_,
|
|
5916
|
-
|
|
5917
|
-
|
|
5921
|
+
settingvue_type_template_id_81b37472_scoped_true_render,
|
|
5922
|
+
settingvue_type_template_id_81b37472_scoped_true_staticRenderFns,
|
|
5918
5923
|
false,
|
|
5919
5924
|
null,
|
|
5920
|
-
"
|
|
5925
|
+
"81b37472",
|
|
5921
5926
|
null
|
|
5922
5927
|
|
|
5923
5928
|
)
|
|
@@ -7178,13 +7183,6 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACt
|
|
|
7178
7183
|
|
|
7179
7184
|
/***/ }),
|
|
7180
7185
|
|
|
7181
|
-
/***/ "3166":
|
|
7182
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
7183
|
-
|
|
7184
|
-
// extracted by mini-css-extract-plugin
|
|
7185
|
-
|
|
7186
|
-
/***/ }),
|
|
7187
|
-
|
|
7188
7186
|
/***/ "3244":
|
|
7189
7187
|
/***/ (function(module, exports) {
|
|
7190
7188
|
|
|
@@ -7828,17 +7826,6 @@ module.exports = require("core-js/modules/es.symbol.description.js");
|
|
|
7828
7826
|
|
|
7829
7827
|
module.exports = require("core-js/modules/es.string.starts-with.js");
|
|
7830
7828
|
|
|
7831
|
-
/***/ }),
|
|
7832
|
-
|
|
7833
|
-
/***/ "4bad":
|
|
7834
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
7835
|
-
|
|
7836
|
-
"use strict";
|
|
7837
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_4e32d8bd_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("3166");
|
|
7838
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_4e32d8bd_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_4e32d8bd_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
7839
|
-
/* unused harmony reexport * */
|
|
7840
|
-
|
|
7841
|
-
|
|
7842
7829
|
/***/ }),
|
|
7843
7830
|
|
|
7844
7831
|
/***/ "4c07":
|
|
@@ -13211,6 +13198,17 @@ $({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {
|
|
|
13211
13198
|
});
|
|
13212
13199
|
|
|
13213
13200
|
|
|
13201
|
+
/***/ }),
|
|
13202
|
+
|
|
13203
|
+
/***/ "e6d2":
|
|
13204
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
13205
|
+
|
|
13206
|
+
"use strict";
|
|
13207
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_81b37472_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("f190");
|
|
13208
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_81b37472_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_81b37472_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
13209
|
+
/* unused harmony reexport * */
|
|
13210
|
+
|
|
13211
|
+
|
|
13214
13212
|
/***/ }),
|
|
13215
13213
|
|
|
13216
13214
|
/***/ "e7c9":
|
|
@@ -13333,6 +13331,13 @@ module.exports.f = function (C) {
|
|
|
13333
13331
|
/* unused harmony reexport * */
|
|
13334
13332
|
|
|
13335
13333
|
|
|
13334
|
+
/***/ }),
|
|
13335
|
+
|
|
13336
|
+
/***/ "f190":
|
|
13337
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
13338
|
+
|
|
13339
|
+
// extracted by mini-css-extract-plugin
|
|
13340
|
+
|
|
13336
13341
|
/***/ }),
|
|
13337
13342
|
|
|
13338
13343
|
/***/ "f2f7":
|
|
@@ -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-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)}
|
|
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-81b37472]{height:calc(100% - 46px);background:#fff}.chat-setting .left-menu[data-v-81b37472]{height:100%;display:flex;flex-direction:column;border-right:1px solid #d2d9e8;padding:16px}.chat-setting .left-menu .setting-menu[data-v-81b37472]{flex:1}.chat-setting .left-menu .setting-menu .menu-item[data-v-81b37472]{line-height:20px;padding:10px;cursor:pointer;border-radius:4px}.chat-setting .left-menu .setting-menu .menu-item[data-v-81b37472]:hover{color:#5585f5}.chat-setting .left-menu .setting-menu .menu-item.active[data-v-81b37472]{background-color:#5585f5}.chat-setting .left-menu .setting-menu .menu-item.active[data-v-81b37472],.chat-setting .left-menu .setting-menu .menu-item.active[data-v-81b37472]:hover{color:#fff}.chat-setting .left-menu .setting-menu .menu-item .menu-name[data-v-81b37472]{margin-left:8px}.chat-setting .right-page[data-v-81b37472]{height:100%}.chat-setting .goback[data-v-81b37472]{margin-bottom:12px;font-weight:700;color:#5585f5;padding:0 6px 10px;cursor:pointer;border-bottom:1px solid hsla(0,0%,83.5%,.6)}
|
package/es/table-filter/index.js
CHANGED
|
@@ -6778,14 +6778,14 @@ var Classification_com_component = Object(componentNormalizer["a" /* default */]
|
|
|
6778
6778
|
)
|
|
6779
6779
|
|
|
6780
6780
|
/* harmony default export */ var Classification_com = (Classification_com_component.exports);
|
|
6781
|
-
// 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/table-filter/src/base-search-com/BaseSearch.vue?vue&type=template&id=
|
|
6782
|
-
var
|
|
6781
|
+
// 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/table-filter/src/base-search-com/BaseSearch.vue?vue&type=template&id=55155460&scoped=true&
|
|
6782
|
+
var BaseSearchvue_type_template_id_55155460_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"base-search"},[_c('div',{staticClass:"base-container"},[_c('div',{directives:[{name:"resize",rawName:"v-resize",value:(_vm.onResize),expression:"onResize"}],ref:"baseLeft",staticClass:"bease-left"},[(_vm.visibleInlineOperateBtn)?[_c('a-button',{staticClass:"btn-custom-class",staticStyle:{"margin":"8px 8px 8px 0"},style:({ display: _vm.isInlineOperating ? 'inline-block' : 'none' }),attrs:{"type":"primary"},on:{"click":_vm.inlineEditClick}},[_vm._v(" 保存 ")]),_c('a-button',{staticClass:"btn-custom-class",staticStyle:{"margin":"8px 8px 8px 0"},style:({ display: _vm.isInlineOperating ? 'inline-block' : 'none' }),on:{"click":_vm.inlineEditCancel}},[_vm._v(" 取消 ")])]:_c('ul',[(_vm.isShowSettingBtn)?_c('div',{ref:"btnRow",staticClass:"btn-row"},[_c('a-button',{directives:[{name:"show",rawName:"v-show",value:(_vm.currentTempId != '0' && _vm.isShowSetting('hideSettingBtn')),expression:"currentTempId != '0' && isShowSetting('hideSettingBtn')"}],staticClass:"btn-setting",attrs:{"icon":"setting"},on:{"click":_vm.handlerSetting}},[_vm._v(" 设置 ")]),(_vm.showViewList)?_c('a-dropdown',{attrs:{"overlayClassName":"viewList-dropdown"}},[_c('a-button',{staticClass:"viewList-button"},[_c('svg-icon',{staticStyle:{"font-size":"22px"},attrs:{"icon-class":'anniuqiehuanmoshi'}})],1),_c('a-menu',{attrs:{"slot":"overlay"},slot:"overlay"},_vm._l((_vm.viewList),function(item,index){return _c('a-menu-item',{key:index,class:{ 'menu-active': _vm.currentTempId === item.id },attrs:{"value":item.id},on:{"click":function($event){return _vm.handlerSelectTemp(item.id)}}},[_c('span',[_vm._v(_vm._s(item.name))])])}),1)],1):_vm._e()],1):_vm._e(),_vm._t("classification"),(_vm.showQuickSearch)?_c('li',{ref:"quickSearchLi"},[_c('a-button',{staticClass:"search-default",attrs:{"type":"default"},on:{"click":_vm.foldQuickSearch}},[_c('svg-icon',{staticStyle:{"color":"#2d7aff","margin-right":"6px"},attrs:{"icon-class":"xitongtubiaoBIxitongshaixuan"}}),_vm._v(" 筛选 "+_vm._s(_vm.qqConObjCount ? ("(" + _vm.qqConObjCount + ")") : '')+" ")],1)],1):_vm._e(),_vm._l((_vm.outSearchFieldList),function(item){return [_c('outQuickSearch',{key:item.id + item.random_key,attrs:{"item":item,"filterApiConfig":_vm.filterApiConfigOutSearch},on:{"outFilterChange":_vm.outFilterChange}})]}),_vm._l((_vm.outRelationQuickSearch),function(relationItem){return [_vm._l((relationItem.fieldList),function(item){return [_c('outQuickSearch',{key:item.id,attrs:{"item":item,"filterApiConfig":_vm.filterApiConfigOutSearch},on:{"outFilterChange":_vm.outFilterChange}})]})]}),(_vm.isShowSetting('hideSearch') && !_vm.showRelatedTreeBtn)?_c('li',{ref:"inputSearchLi",staticClass:"baseSearch-input-search"},[(_vm.outSearchFieldList && _vm.outSearchFieldList.length)?[_c('a-input',{staticClass:"input-search-com",style:({ width: _vm.inputSearchW + 'px', margin: '0 8px 8px 0' }),attrs:{"allowClear":"","placeholder":_vm.searchPlaceHolder,"value":_vm.currentValue},on:{"input":function($event){return _vm.$emit('input', $event.target.value)},"pressEnter":_vm.outFilterChange}},[(_vm.showPlaceholderPrefix)?_c('template',{slot:"prefix"},[_c('a-tooltip',{attrs:{"title":_vm.searchPlaceHolder,"overlayClassName":"basesearch-placeholder-tooltip"}},[_c('a-icon',{staticClass:"search-placeholder-icon",attrs:{"type":"info-circle"}})],1)],1):_vm._e()],2)]:_c('a-input-search',{staticClass:"my-input-search input-search-com",style:({ width: _vm.inputSearchW + 'px' }),attrs:{"allowClear":"","placeholder":_vm.searchPlaceHolder,"value":_vm.currentValue},on:{"search":_vm.onSearch,"input":function($event){return _vm.$emit('input', $event.target.value)}}},[(_vm.showPlaceholderPrefix)?_c('template',{slot:"prefix"},[_c('a-tooltip',{attrs:{"title":_vm.searchPlaceHolder,"overlayClassName":"basesearch-placeholder-tooltip"}},[_c('a-icon',{staticClass:"search-placeholder-icon",attrs:{"type":"info-circle"}})],1)],1):_vm._e(),_c('a-button',{attrs:{"slot":"enterButton","type":"primary"},slot:"enterButton"},[_c('svg-icon',{attrs:{"icon-class":"xitongtubiaosousuo"}})],1)],2)],2):_vm._e(),(_vm.outSearchFieldList && _vm.outSearchFieldList.length)?_c('li',[_c('a-button',{staticStyle:{"margin":"0 8px 8px 0"},attrs:{"type":"primary"},on:{"click":_vm.outFilterChange}},[_c('a-icon',{staticStyle:{"margin-right":"6px"},attrs:{"type":"search"}}),_vm._v(" 查询 ")],1)],1):_vm._e(),(_vm.showResetFilterBtn)?_c('li',[_c('a-button',{staticStyle:{"margin":"0 8px 8px 0"},on:{"click":_vm.handleReset}},[_c('svg-icon',{staticStyle:{"margin-right":"6px"},attrs:{"icon-class":"xitongtubiaoliebiaocaozuoanniushanchu"}}),_vm._v(" 重置 ")],1)],1):_vm._e(),(_vm.showRelatedTreeBtn)?[(_vm.showRelatedSearch)?_c('li',{class:[_vm.isRelatedSearchFold ? 'related-search-input' : 'related-search-input-expand']},[_c('a-input-search',{ref:"relatedSearchInput",staticClass:"my-input-search my-input-search-related",attrs:{"placeholder":"请输入关键字搜索","allowClear":"","value":_vm.currentValue},on:{"search":_vm.onRelatedSearch,"input":function($event){return _vm.$emit('input', $event.target.value)}}},[_c('a-button',{attrs:{"slot":"enterButton","type":"primary"},slot:"enterButton"},[_c('a-icon',{attrs:{"type":"search"}})],1)],1)],1):_vm._e(),(_vm.rowTileBtnListTree && _vm.rowTileBtnListTree.length === 1)?[_c('a-button',{staticStyle:{"margin-right":"8px","margin-bottom":"8px"},attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleAddType(_vm.rowTileBtnListTree[0])}}},[_vm._v(" "+_vm._s(_vm.rowTileBtnListTree[0].alias || _vm.rowTileBtnListTree[0].name)+" ")])]:_vm._e(),(_vm.rowTileBtnListTree.length > 1 && !_vm.isInlineOperating)?_c('a-dropdown',[_c('a-menu',{attrs:{"slot":"overlay"},slot:"overlay"},[_vm._l((_vm.rowTileBtnListTree),function(b){return [(b.type == 'ADD')?_c('a-menu-item',{key:b.sid,staticClass:"dropdown-btn",on:{"click":function($event){return _vm.handleAddType(b)}}},[_vm._v(" "+_vm._s(b.alias || b.name)+" "),(b.icon)?_c('a-icon',{attrs:{"type":_vm.btnObj[b.icon]}}):[(b.iconSetting)?_c('svg-icon',{style:({
|
|
6783
6783
|
marginRight: '8px'
|
|
6784
6784
|
}),attrs:{"iconClass":JSON.parse(b.iconSetting).icon}}):_vm._e()]],2):_vm._e()]})],2),_c('a-button',{staticStyle:{"margin-left":"8px","margin-bottom":"8px"},attrs:{"type":"primary","ghost":""}},[_vm._v(" "+_vm._s('更多')+" ... ")])],1):_vm._e()]:_vm._e(),(!_vm.nobutton && !_vm.showRelatedTreeBtn)?[(_vm.isButtonFolding)?[(_vm.allBtn && _vm.allBtn.length)?_c('li',{ref:"allBtnLi",staticClass:"allBtn"},[_c('a-dropdown',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isInlineOperating),expression:"!isInlineOperating"}]},[_c('a-menu',{attrs:{"slot":"overlay"},slot:"overlay"},[_vm._l((_vm.allBtn),function(b,j){return [(b.type == 'ADD')?_c('a-menu-item',{key:b.sid,staticClass:"dropdown-btn",on:{"click":function($event){return _vm.showDrawer(b, j)}}},[_vm._v(" "+_vm._s(b.alias || b.name)+" "),_c('getBtnIcon',{attrs:{"data":b,"btnObj":_vm.btnObj}})],1):(_vm.showButtonTop == 1 && b.type != 'LINK' && _vm.currentTempId == '0')?_c('a-menu-item',{key:b.sid,staticClass:"dropdown-btn",on:{"click":function($event){return _vm.clickBtn(_vm.clickRowData, b, _vm.clickRowData.my_index, undefined, j)}}},[_vm._v(" "+_vm._s(b.showStyle === 'only_icon' ? '' : b.alias || b.name)+" "),_c('getBtnIcon',{attrs:{"data":b,"btnObj":_vm.btnObj}})],1):_vm._e()]})],2),_c('a-button',{staticClass:"ml12 dropdown-button"},[_vm._v(_vm._s('更多')+" "),_c('a-icon',{attrs:{"type":"down"}})],1)],1)],1):_vm._e()]:[(_vm.isShowGroupBtn)?[_vm._l((_vm.groupBtnObj),function(key,i){return [(key.list && key.list.length > 1)?_c('li',{key:i,ref:"rowTileBtnItem",refInFor:true,attrs:{"data-key":i,"data-source":"groupBtn"}},[_c('ButtonGroup',{directives:[{name:"show",rawName:"v-show",value:(!key.isHide),expression:"!key.isHide"}],attrs:{"title":i,"list":key.list,"currentTempId":_vm.currentTempId},on:{"showDrawer":_vm.showDrawer,"clickGroupBtn":_vm.clickGroupBtn}})],1):_vm._e()]})]:_vm._e(),_vm._l((_vm.rowTileBtnList),function(item,j){return [(_vm.showLi(item))?_c('li',{key:item.sid,ref:"rowTileBtnItem",refInFor:true,staticClass:"rowTileBtn-item 123",attrs:{"data-key":item.sid,"data-source":"rowTile"}},[(item.type == 'ADD' || item.type == 'BATCH')?[_c('a-button',{directives:[{name:"show",rawName:"v-show",value:(_vm.visibleBtn(item) && !item.isHide),expression:"visibleBtn(item) && !item.isHide"}],staticClass:"btn-custom-class",staticStyle:{"margin":"0 8px 8px 0"},style:(_vm.$utils.getBtnStyle(item)),attrs:{"type":item.showStyle == 'none_bg' || item.showStyle === 'only_icon' ? 'link' : 'primary',"ghost":item.showStyle == 'white_bg'},on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.showDrawer(item, j)}}},[_c('getBtnIcon',{attrs:{"data":item,"btnObj":_vm.btnObj}}),(item.showStyle !== 'only_icon')?[_vm._v(" "+_vm._s(item.alias || item.name)+" ")]:_vm._e()],2),(item.isImportGuage)?_c('a-upload',{attrs:{"method":"post","show-upload-list":false,"action":((_vm.axios.defaults.baseURL) + "/guage/importGuage")},on:{"change":_vm.handleUploadChange}},[_c('a-button',{staticClass:"btn-custom-class",staticStyle:{"margin":"0 8px 8px 0"},style:(_vm.$utils.getBtnStyle(item)),attrs:{"type":item.showStyle == 'none_bg' || item.showStyle === 'only_icon' ? 'link' : 'primary',"ghost":item.showStyle == 'white_bg'}},[_c('a-icon',{attrs:{"type":"upload"}}),(item.showStyle !== 'only_icon')?[_vm._v(" "+_vm._s(item.alias || item.name)+" ")]:_vm._e()],2)],1):_vm._e()]:(_vm.isShowRowTileBtnItem(item))?[_c('a-button',{directives:[{name:"show",rawName:"v-show",value:(_vm.visibleBtn(item) && !item.isHide),expression:"visibleBtn(item) && !item.isHide"}],staticClass:"btn-custom-class",staticStyle:{"margin":"0 8px 8px 0"},style:(_vm.$utils.getBtnStyle(item)),attrs:{"type":item.showStyle == 'none_bg' ? 'link' : 'primary',"ghost":item.showStyle == 'white_bg'},on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.clickBtn(_vm.clickRowData, item, _vm.clickRowData.my_index, undefined, j)}}},[_c('getBtnIcon',{attrs:{"data":item,"btnObj":_vm.btnObj}}),(item.showStyle !== 'only_icon')?[_vm._v(" "+_vm._s(item.alias || item.name)+" ")]:_vm._e()],2)]:_vm._e()],2):_vm._e()]}),_vm._l((_vm.rowPrintBtnList),function(item,j){return [(_vm.showLi(item))?_c('li',{key:item.sid,ref:"rowTileBtnItem",refInFor:true,staticClass:"rowTileBtn-item rowPrintBtn-btn",attrs:{"data-key":item.sid,"data-source":"rowTile"}},[(item.isVisible && !item.isHide)?[_c('PrintBtn',{attrs:{"printConfig":_vm.printConfig,"baseUrl":_vm.printConfig.printBaseUrl,"strategy":item.strategy,"btnText":item.name,"versionType":item.__printConfig && item.__printConfig.versionType,"port":item.__printConfig && item.__printConfig.port,"authorizationKey":item.__printConfig && item.__printConfig.authorizationKey,"templateNumber":item.__printConfig && item.__printConfig.number,"hisParams":item.__printConfig && item.__printConfig.hisParams,"params":_vm.getPrintBtnParams(item),"prevFn":function () { return _vm.printBtnPrevFn(_vm.clickRowData, item, 2, j); }},on:{"success":_vm.receivePrintSuccess,"error":_vm.receivePrintError}})]:_vm._e()],2):_vm._e()]}),(_vm.showRowFoldBtnList(_vm.rowFoldBtnList, 'rowFoldBtnList'))?_c('li',{staticClass:"rowFoldBtn"},[_c('a-dropdown',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isInlineOperating),expression:"!isInlineOperating"}],attrs:{"overlayClassName":"baseSearch-fold-dropdown"}},[_c('a-menu',{attrs:{"slot":"overlay"},slot:"overlay"},[_vm._l((_vm.rowFoldBtnList),function(b,j){return [(_vm.showLiAdd(b))?_c('a-menu-item',{directives:[{name:"show",rawName:"v-show",value:(_vm.visibleBtn(b)),expression:"visibleBtn(b)"}],key:b.sid,staticClass:"dropdown-btn",on:{"click":function($event){return _vm.showDrawer(b, j)}}},[_vm._v(" "+_vm._s(b.alias || b.name)+" "),_c('getBtnIcon',{attrs:{"data":b,"btnObj":_vm.btnObj}})],1):(_vm.showLiFold(b))?[_c('a-menu-item',{directives:[{name:"show",rawName:"v-show",value:(_vm.visibleBtn(b)),expression:"visibleBtn(b)"}],key:b.sid,staticClass:"dropdown-btn",on:{"click":function($event){return _vm.clickBtn(_vm.clickRowData, b, _vm.clickRowData.my_index, undefined, j)}}},[_vm._v(" "+_vm._s(b.alias || b.name)+" "),_c('getBtnIcon',{attrs:{"data":b,"btnObj":_vm.btnObj}})],1)]:_vm._e()]})],2),_c('a-button',{staticClass:"dropdown-button",staticStyle:{"margin":"0 8px 8px 0"}},[_vm._v(_vm._s('更多')+" "),_c('a-icon',{attrs:{"type":"down"}})],1)],1)],1):_vm._e(),(_vm.showRowFoldBtnList(_vm.rowFoldHideBtnList))?[_c('a-dropdown',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isInlineOperating),expression:"!isInlineOperating"}],attrs:{"overlayClassName":"rowFoldHideBtnList-dropdown"}},[_c('a-menu',{attrs:{"slot":"overlay"},slot:"overlay"},[_vm._l((_vm.rowFoldHideBtnListObj),function(value,key){return [(_vm.showRowFoldBtnList(value.list))?_c('a-menu-item-group',{key:key},[_c('template',{slot:"title"}),_vm._l((value.list),function(b,j){return [(b.type == 'ADD')?_c('a-menu-item',{directives:[{name:"show",rawName:"v-show",value:(_vm.visibleBtn(b)),expression:"visibleBtn(b)"}],key:b.sid,staticClass:"dropdown-btn",on:{"click":function($event){return _vm.showDrawer(b, j)}}},[_vm._v(" "+_vm._s(b.alias || b.name)+" "),_c('getBtnIcon',{attrs:{"data":b,"btnObj":_vm.btnObj}})],1):(b.type != 'LINK' && _vm.currentTempId == '0')?[_c('a-menu-item',{directives:[{name:"show",rawName:"v-show",value:(_vm.visibleBtn(b)),expression:"visibleBtn(b)"}],key:b.sid,staticClass:"dropdown-btn",on:{"click":function($event){return _vm.clickBtn(_vm.clickRowData, b, _vm.clickRowData.my_index, undefined, j)}}},[_vm._v(" "+_vm._s(b.alias || b.name)+" "),_c('getBtnIcon',{attrs:{"data":b,"btnObj":_vm.btnObj}})],1)]:_vm._e()]})],2):_vm._e()]})],2),_c('a-button',{staticClass:"dropdown-button",staticStyle:{"margin":"0 8px 8px 0"}},[_vm._v(_vm._s('更多')+" "),_c('a-icon',{attrs:{"type":"down"}})],1)],1)]:_vm._e()]]:_vm._e()],2)],2)]),(_vm.conditionType === 'keyword' && _vm.tabConditionList.length > 0)?_c('div',{staticClass:"base-tabs"},_vm._l((_vm.tabConditionList),function(item,index){return _c('div',{key:index,class:_vm.tabIndex === index ? 'base-tabs-item base-tabs-item-active' : 'base-tabs-item',on:{"click":function($event){return _vm.tabClick(index)}}},[_vm._v(_vm._s(item.name)+" "+_vm._s(_vm.countTabCondition == 1 && (item.digital || item.digital === 0) ? '(' + (item.digital || 0) + ')' : ''))])}),0):_vm._e(),_c('span',{ref:"baseSearchPlaceholderSpan",staticClass:"baseSearchPlaceholderSpan"},[_vm._v(" "+_vm._s(_vm.searchPlaceHolder)+" ")])])}
|
|
6785
|
-
var
|
|
6785
|
+
var BaseSearchvue_type_template_id_55155460_scoped_true_staticRenderFns = []
|
|
6786
6786
|
|
|
6787
6787
|
|
|
6788
|
-
// CONCATENATED MODULE: ./packages/table-filter/src/base-search-com/BaseSearch.vue?vue&type=template&id=
|
|
6788
|
+
// CONCATENATED MODULE: ./packages/table-filter/src/base-search-com/BaseSearch.vue?vue&type=template&id=55155460&scoped=true&
|
|
6789
6789
|
|
|
6790
6790
|
// EXTERNAL MODULE: external "core-js/modules/es.string.search.js"
|
|
6791
6791
|
var es_string_search_js_ = __webpack_require__("1c32");
|
|
@@ -8292,6 +8292,14 @@ var BaseSearchvue_type_script_lang_js_BTNOBJ = {
|
|
|
8292
8292
|
},
|
|
8293
8293
|
showRelatedSearch: function showRelatedSearch() {
|
|
8294
8294
|
return this.showRelatedTreeBtn && this.isShowSetting('hideSearch');
|
|
8295
|
+
},
|
|
8296
|
+
showQuickSearch: function showQuickSearch() {
|
|
8297
|
+
var _this$relatedBaseInfo;
|
|
8298
|
+
|
|
8299
|
+
var showQuick = this.isShowSetting('hideQuickSearch'); // 平铺列表, 左侧不为tree, 而是table
|
|
8300
|
+
|
|
8301
|
+
if (this.editTableSource == 'relatedComponent' && ((_this$relatedBaseInfo = this.relatedBaseInfo) === null || _this$relatedBaseInfo === void 0 ? void 0 : _this$relatedBaseInfo.showType) != "TREE") return showQuick;
|
|
8302
|
+
return showQuick && this.isRelatedSearchFold;
|
|
8295
8303
|
}
|
|
8296
8304
|
},
|
|
8297
8305
|
data: function data() {
|
|
@@ -10116,8 +10124,8 @@ var BaseSearchvue_type_script_lang_js_BTNOBJ = {
|
|
|
10116
10124
|
}));
|
|
10117
10125
|
// CONCATENATED MODULE: ./packages/table-filter/src/base-search-com/BaseSearch.vue?vue&type=script&lang=js&
|
|
10118
10126
|
/* harmony default export */ var base_search_com_BaseSearchvue_type_script_lang_js_ = (BaseSearchvue_type_script_lang_js_);
|
|
10119
|
-
// EXTERNAL MODULE: ./packages/table-filter/src/base-search-com/BaseSearch.vue?vue&type=style&index=0&id=
|
|
10120
|
-
var
|
|
10127
|
+
// EXTERNAL MODULE: ./packages/table-filter/src/base-search-com/BaseSearch.vue?vue&type=style&index=0&id=55155460&lang=less&scoped=true&
|
|
10128
|
+
var BaseSearchvue_type_style_index_0_id_55155460_lang_less_scoped_true_ = __webpack_require__("ecc7");
|
|
10121
10129
|
|
|
10122
10130
|
// EXTERNAL MODULE: ./packages/table-filter/src/base-search-com/BaseSearch.vue?vue&type=style&index=1&lang=less&
|
|
10123
10131
|
var BaseSearchvue_type_style_index_1_lang_less_ = __webpack_require__("aa86");
|
|
@@ -10134,11 +10142,11 @@ var BaseSearchvue_type_style_index_1_lang_less_ = __webpack_require__("aa86");
|
|
|
10134
10142
|
|
|
10135
10143
|
var BaseSearch_component = Object(componentNormalizer["a" /* default */])(
|
|
10136
10144
|
base_search_com_BaseSearchvue_type_script_lang_js_,
|
|
10137
|
-
|
|
10138
|
-
|
|
10145
|
+
BaseSearchvue_type_template_id_55155460_scoped_true_render,
|
|
10146
|
+
BaseSearchvue_type_template_id_55155460_scoped_true_staticRenderFns,
|
|
10139
10147
|
false,
|
|
10140
10148
|
null,
|
|
10141
|
-
"
|
|
10149
|
+
"55155460",
|
|
10142
10150
|
null
|
|
10143
10151
|
|
|
10144
10152
|
)
|
|
@@ -10456,13 +10464,6 @@ module.exports = require("core-js/modules/es.array.filter.js");
|
|
|
10456
10464
|
|
|
10457
10465
|
/***/ }),
|
|
10458
10466
|
|
|
10459
|
-
/***/ "1b0a":
|
|
10460
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
10461
|
-
|
|
10462
|
-
// extracted by mini-css-extract-plugin
|
|
10463
|
-
|
|
10464
|
-
/***/ }),
|
|
10465
|
-
|
|
10466
10467
|
/***/ "1be4":
|
|
10467
10468
|
/***/ (function(module, exports, __webpack_require__) {
|
|
10468
10469
|
|
|
@@ -18820,6 +18821,13 @@ module.exports = require("core-js/modules/es.regexp.constructor.js");
|
|
|
18820
18821
|
/* unused harmony reexport * */
|
|
18821
18822
|
|
|
18822
18823
|
|
|
18824
|
+
/***/ }),
|
|
18825
|
+
|
|
18826
|
+
/***/ "880f":
|
|
18827
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
18828
|
+
|
|
18829
|
+
// extracted by mini-css-extract-plugin
|
|
18830
|
+
|
|
18823
18831
|
/***/ }),
|
|
18824
18832
|
|
|
18825
18833
|
/***/ "88fd":
|
|
@@ -24086,6 +24094,17 @@ module.exports = require("core-js/modules/es.array.slice.js");
|
|
|
24086
24094
|
|
|
24087
24095
|
module.exports = require("core-js/modules/es.object.keys.js");
|
|
24088
24096
|
|
|
24097
|
+
/***/ }),
|
|
24098
|
+
|
|
24099
|
+
/***/ "ecc7":
|
|
24100
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
24101
|
+
|
|
24102
|
+
"use strict";
|
|
24103
|
+
/* 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_BaseSearch_vue_vue_type_style_index_0_id_55155460_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("880f");
|
|
24104
|
+
/* 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_BaseSearch_vue_vue_type_style_index_0_id_55155460_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_BaseSearch_vue_vue_type_style_index_0_id_55155460_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
24105
|
+
/* unused harmony reexport * */
|
|
24106
|
+
|
|
24107
|
+
|
|
24089
24108
|
/***/ }),
|
|
24090
24109
|
|
|
24091
24110
|
/***/ "eed9":
|
|
@@ -24120,17 +24139,6 @@ module.exports.f = function (C) {
|
|
|
24120
24139
|
};
|
|
24121
24140
|
|
|
24122
24141
|
|
|
24123
|
-
/***/ }),
|
|
24124
|
-
|
|
24125
|
-
/***/ "f0f0":
|
|
24126
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
24127
|
-
|
|
24128
|
-
"use strict";
|
|
24129
|
-
/* 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_BaseSearch_vue_vue_type_style_index_0_id_2c1144bd_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1b0a");
|
|
24130
|
-
/* 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_BaseSearch_vue_vue_type_style_index_0_id_2c1144bd_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_BaseSearch_vue_vue_type_style_index_0_id_2c1144bd_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
24131
|
-
/* unused harmony reexport * */
|
|
24132
|
-
|
|
24133
|
-
|
|
24134
24142
|
/***/ }),
|
|
24135
24143
|
|
|
24136
24144
|
/***/ "f2f7":
|