@fmdeui/fmui 1.0.117 → 1.0.118
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/components/fm-autocomplete/component/subjectSelectDialog.vue.d.ts +68 -0
- package/es/components/fm-autocomplete/index.d.ts +18 -0
- package/es/components/fm-autocomplete/index.vue.d.ts +22 -4
- package/es/packages/components/fm-autocomplete/component/subjectSelectDialog.vue.mjs +5 -0
- package/es/packages/components/fm-autocomplete/component/subjectSelectDialog2.vue.mjs +143 -0
- package/es/packages/components/fm-autocomplete/index2.vue.mjs +25 -4
- package/index.js +249 -90
- package/index.min.js +6 -6
- package/index.min.mjs +6 -6
- package/index.mjs +249 -90
- package/lib/components/fm-autocomplete/component/subjectSelectDialog.vue.d.ts +68 -0
- package/lib/components/fm-autocomplete/index.d.ts +18 -0
- package/lib/components/fm-autocomplete/index.vue.d.ts +22 -4
- package/lib/packages/components/fm-autocomplete/component/subjectSelectDialog.vue.js +9 -0
- package/lib/packages/components/fm-autocomplete/component/subjectSelectDialog2.vue.js +147 -0
- package/lib/packages/components/fm-autocomplete/index2.vue.js +25 -4
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/package.json +1 -1
- /package/es/{component.css → version.css} +0 -0
- /package/lib/{index.css → component.css} +0 -0
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.118 */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vxe-table'), require('@vxe-ui/plugin-render-element'), require('@vxe-ui/plugin-export-xlsx'), require('vxe-pc-ui'), require('exceljs'), require('@element-plus/icons-vue'), require('vue'), require('element-plus'), require('lodash-es'), require('js-cookie'), require('pinia'), require('vue-router'), require('@vueuse/core'), require('crypto-js'), require('xlsx-js-style'), require('vue-i18n'), require('sortablejs'), require('screenfull'), require('push.js'), require('mitt'), require('@microsoft/signalr'), require('axios')) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports', 'vxe-table', '@vxe-ui/plugin-render-element', '@vxe-ui/plugin-export-xlsx', 'vxe-pc-ui', 'exceljs', '@element-plus/icons-vue', 'vue', 'element-plus', 'lodash-es', 'js-cookie', 'pinia', 'vue-router', '@vueuse/core', 'crypto-js', 'xlsx-js-style', 'vue-i18n', 'sortablejs', 'screenfull', 'push.js', 'mitt', '@microsoft/signalr', 'axios'], factory) :
|
|
@@ -20336,7 +20336,7 @@
|
|
|
20336
20336
|
app.use(VxeUITable);
|
|
20337
20337
|
};
|
|
20338
20338
|
|
|
20339
|
-
var _sfc_main$
|
|
20339
|
+
var _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
20340
20340
|
...{
|
|
20341
20341
|
name: "FButton"
|
|
20342
20342
|
},
|
|
@@ -20406,7 +20406,7 @@
|
|
|
20406
20406
|
}
|
|
20407
20407
|
});
|
|
20408
20408
|
|
|
20409
|
-
const FButton = _sfc_main$
|
|
20409
|
+
const FButton = _sfc_main$O;
|
|
20410
20410
|
|
|
20411
20411
|
const buildTranslator = (locale) => (path, option) => translate(path, option, vue.unref(locale));
|
|
20412
20412
|
const translate = (path, option, locale) => lodashEs.get(locale, path, path).replace(
|
|
@@ -21119,9 +21119,9 @@
|
|
|
21119
21119
|
return isJson ? width != "" ? { width } : "" : width;
|
|
21120
21120
|
}
|
|
21121
21121
|
|
|
21122
|
-
const _hoisted_1$
|
|
21123
|
-
const _hoisted_2$
|
|
21124
|
-
var _sfc_main$
|
|
21122
|
+
const _hoisted_1$x = { key: 0 };
|
|
21123
|
+
const _hoisted_2$l = { key: 0 };
|
|
21124
|
+
var _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
21125
21125
|
...{
|
|
21126
21126
|
name: "FInput"
|
|
21127
21127
|
},
|
|
@@ -21328,7 +21328,7 @@
|
|
|
21328
21328
|
fn: vue.withCtx(() => [
|
|
21329
21329
|
__props.inputType === "amount" ? (vue.openBlock(), vue.createElementBlock(
|
|
21330
21330
|
"span",
|
|
21331
|
-
_hoisted_1$
|
|
21331
|
+
_hoisted_1$x,
|
|
21332
21332
|
vue.toDisplayString(appendTitleText.value),
|
|
21333
21333
|
1
|
|
21334
21334
|
/* TEXT */
|
|
@@ -21361,7 +21361,7 @@
|
|
|
21361
21361
|
fn: vue.withCtx(() => [
|
|
21362
21362
|
__props.inputType === "amount" ? (vue.openBlock(), vue.createElementBlock(
|
|
21363
21363
|
"span",
|
|
21364
|
-
_hoisted_2$
|
|
21364
|
+
_hoisted_2$l,
|
|
21365
21365
|
vue.toDisplayString(appendTitleText.value),
|
|
21366
21366
|
1
|
|
21367
21367
|
/* TEXT */
|
|
@@ -21374,13 +21374,13 @@
|
|
|
21374
21374
|
}
|
|
21375
21375
|
});
|
|
21376
21376
|
|
|
21377
|
-
const FInput = _sfc_main$
|
|
21377
|
+
const FInput = _sfc_main$N;
|
|
21378
21378
|
|
|
21379
|
-
const _hoisted_1$
|
|
21379
|
+
const _hoisted_1$w = {
|
|
21380
21380
|
key: 0,
|
|
21381
21381
|
class: "back_to_top"
|
|
21382
21382
|
};
|
|
21383
|
-
var _sfc_main$
|
|
21383
|
+
var _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
21384
21384
|
...{
|
|
21385
21385
|
name: "FLayoutPage"
|
|
21386
21386
|
},
|
|
@@ -21442,7 +21442,7 @@
|
|
|
21442
21442
|
},
|
|
21443
21443
|
[
|
|
21444
21444
|
vue.renderSlot(_ctx.$slots, "default"),
|
|
21445
|
-
__props.showGoTopButton ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
21445
|
+
__props.showGoTopButton ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$w, [
|
|
21446
21446
|
isShowGoTopButton.value ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
21447
21447
|
key: 0,
|
|
21448
21448
|
onClick: backToTop
|
|
@@ -21470,9 +21470,9 @@
|
|
|
21470
21470
|
}
|
|
21471
21471
|
});
|
|
21472
21472
|
|
|
21473
|
-
const FLayoutPage = _sfc_main$
|
|
21473
|
+
const FLayoutPage = _sfc_main$M;
|
|
21474
21474
|
|
|
21475
|
-
var _sfc_main$
|
|
21475
|
+
var _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
21476
21476
|
...{
|
|
21477
21477
|
name: "FLayoutPageItem"
|
|
21478
21478
|
},
|
|
@@ -21500,7 +21500,7 @@
|
|
|
21500
21500
|
}
|
|
21501
21501
|
});
|
|
21502
21502
|
|
|
21503
|
-
const FLayoutPageItem = _sfc_main$
|
|
21503
|
+
const FLayoutPageItem = _sfc_main$L;
|
|
21504
21504
|
|
|
21505
21505
|
function debounce(func, delay = 500, immediate, resultCallback) {
|
|
21506
21506
|
let timer = null;
|
|
@@ -21543,8 +21543,8 @@
|
|
|
21543
21543
|
return name.replace(/([A-Z])/g, "_$1").toLowerCase();
|
|
21544
21544
|
}
|
|
21545
21545
|
|
|
21546
|
-
const _hoisted_1$
|
|
21547
|
-
var _sfc_main$
|
|
21546
|
+
const _hoisted_1$v = ["id"];
|
|
21547
|
+
var _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
21548
21548
|
...{
|
|
21549
21549
|
name: "FChart"
|
|
21550
21550
|
},
|
|
@@ -21628,7 +21628,7 @@
|
|
|
21628
21628
|
id: __props.id,
|
|
21629
21629
|
ref_key: "echartRef",
|
|
21630
21630
|
ref: echartRef
|
|
21631
|
-
}, null, 8, _hoisted_1$
|
|
21631
|
+
}, null, 8, _hoisted_1$v), [
|
|
21632
21632
|
[vue.vShow, !formatEmpty.value]
|
|
21633
21633
|
]),
|
|
21634
21634
|
formatEmpty.value ? vue.renderSlot(_ctx.$slots, "empty", { key: 0 }, () => [
|
|
@@ -21643,13 +21643,13 @@
|
|
|
21643
21643
|
}
|
|
21644
21644
|
});
|
|
21645
21645
|
|
|
21646
|
-
const FChart = _sfc_main$
|
|
21646
|
+
const FChart = _sfc_main$K;
|
|
21647
21647
|
|
|
21648
|
-
const _hoisted_1$
|
|
21648
|
+
const _hoisted_1$u = {
|
|
21649
21649
|
key: 1,
|
|
21650
21650
|
class: "f_select__pagination"
|
|
21651
21651
|
};
|
|
21652
|
-
var _sfc_main$
|
|
21652
|
+
var _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
21653
21653
|
...{
|
|
21654
21654
|
name: "FSelect"
|
|
21655
21655
|
},
|
|
@@ -21862,7 +21862,7 @@
|
|
|
21862
21862
|
128
|
|
21863
21863
|
/* KEYED_FRAGMENT */
|
|
21864
21864
|
)),
|
|
21865
|
-
__props.isShowPagination && filteredOptionsCount.value > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
21865
|
+
__props.isShowPagination && filteredOptionsCount.value > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$u, [
|
|
21866
21866
|
vue.createVNode(_component_el_pagination, vue.mergeProps({
|
|
21867
21867
|
"current-page": __props.paginationOption.currentPage,
|
|
21868
21868
|
"onUpdate:currentPage": _cache[1] || (_cache[1] = ($event) => __props.paginationOption.currentPage = $event),
|
|
@@ -21900,9 +21900,9 @@
|
|
|
21900
21900
|
}
|
|
21901
21901
|
});
|
|
21902
21902
|
|
|
21903
|
-
const FSelect = _sfc_main$
|
|
21903
|
+
const FSelect = _sfc_main$J;
|
|
21904
21904
|
|
|
21905
|
-
var _sfc_main$
|
|
21905
|
+
var _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
21906
21906
|
...{
|
|
21907
21907
|
name: "RenderComp"
|
|
21908
21908
|
},
|
|
@@ -21922,12 +21922,12 @@
|
|
|
21922
21922
|
}
|
|
21923
21923
|
});
|
|
21924
21924
|
|
|
21925
|
-
const _hoisted_1$
|
|
21926
|
-
const _hoisted_2$
|
|
21925
|
+
const _hoisted_1$t = { class: "inside_box" };
|
|
21926
|
+
const _hoisted_2$k = { class: "inside_box_title" };
|
|
21927
21927
|
const _hoisted_3$c = { class: "check-box" };
|
|
21928
21928
|
const _hoisted_4$8 = { class: "more_dropdown_icon" };
|
|
21929
21929
|
const _hoisted_5$7 = { class: "out_box" };
|
|
21930
|
-
var _sfc_main$
|
|
21930
|
+
var _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
21931
21931
|
...{
|
|
21932
21932
|
name: "MoreChoose"
|
|
21933
21933
|
},
|
|
@@ -22065,8 +22065,8 @@
|
|
|
22065
22065
|
])
|
|
22066
22066
|
]),
|
|
22067
22067
|
default: vue.withCtx(() => [
|
|
22068
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
22069
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
22068
|
+
vue.createElementVNode("div", _hoisted_1$t, [
|
|
22069
|
+
vue.createElementVNode("div", _hoisted_2$k, [
|
|
22070
22070
|
vue.createElementVNode(
|
|
22071
22071
|
"div",
|
|
22072
22072
|
null,
|
|
@@ -22242,7 +22242,7 @@
|
|
|
22242
22242
|
};
|
|
22243
22243
|
}
|
|
22244
22244
|
|
|
22245
|
-
var _sfc_main$
|
|
22245
|
+
var _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
22246
22246
|
...{
|
|
22247
22247
|
name: "FQueryCondition"
|
|
22248
22248
|
},
|
|
@@ -22661,7 +22661,7 @@
|
|
|
22661
22661
|
opt.labelRender ? {
|
|
22662
22662
|
name: "label",
|
|
22663
22663
|
fn: vue.withCtx(() => [
|
|
22664
|
-
vue.createVNode(_sfc_main$
|
|
22664
|
+
vue.createVNode(_sfc_main$I, {
|
|
22665
22665
|
form: vue.unref(queryState).form,
|
|
22666
22666
|
render: opt.labelRender
|
|
22667
22667
|
}, null, 8, ["form", "render"])
|
|
@@ -22757,7 +22757,7 @@
|
|
|
22757
22757
|
_: 1
|
|
22758
22758
|
/* STABLE */
|
|
22759
22759
|
})) : vue.createCommentVNode("v-if", true),
|
|
22760
|
-
vue.createVNode(_sfc_main$
|
|
22760
|
+
vue.createVNode(_sfc_main$H, {
|
|
22761
22761
|
isDropDownSelectMore: __props.isDropDownSelectMore,
|
|
22762
22762
|
moreCheckList: __props.moreCheckList,
|
|
22763
22763
|
popoverAttrsBind: popoverAttrsBind.value,
|
|
@@ -22783,7 +22783,7 @@
|
|
|
22783
22783
|
}
|
|
22784
22784
|
});
|
|
22785
22785
|
|
|
22786
|
-
var _sfc_main$
|
|
22786
|
+
var _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
22787
22787
|
...{
|
|
22788
22788
|
name: "RenderCol"
|
|
22789
22789
|
},
|
|
@@ -22939,17 +22939,17 @@
|
|
|
22939
22939
|
};
|
|
22940
22940
|
}
|
|
22941
22941
|
|
|
22942
|
-
const _hoisted_1$
|
|
22942
|
+
const _hoisted_1$s = {
|
|
22943
22943
|
key: 0,
|
|
22944
22944
|
class: "table_query_condition"
|
|
22945
22945
|
};
|
|
22946
|
-
const _hoisted_2$
|
|
22946
|
+
const _hoisted_2$j = ["element-loading-text"];
|
|
22947
22947
|
const _hoisted_3$b = { key: 2 };
|
|
22948
22948
|
const _hoisted_4$7 = {
|
|
22949
22949
|
key: 0,
|
|
22950
22950
|
class: "f-table-select__page"
|
|
22951
22951
|
};
|
|
22952
|
-
var _sfc_main$
|
|
22952
|
+
var _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
22953
22953
|
...{
|
|
22954
22954
|
name: "FSelectTable"
|
|
22955
22955
|
},
|
|
@@ -23571,9 +23571,9 @@
|
|
|
23571
23571
|
style: vue.normalizeStyle({ width: __props.tableWidth ? `${__props.tableWidth}px` : "100%" })
|
|
23572
23572
|
},
|
|
23573
23573
|
[
|
|
23574
|
-
__props.isShowQuery ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
23574
|
+
__props.isShowQuery ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$s, [
|
|
23575
23575
|
vue.createVNode(
|
|
23576
|
-
_sfc_main$
|
|
23576
|
+
_sfc_main$G,
|
|
23577
23577
|
vue.mergeProps({
|
|
23578
23578
|
ref_key: "fQueryConditionRef",
|
|
23579
23579
|
ref: fQueryConditionRef,
|
|
@@ -23699,7 +23699,7 @@
|
|
|
23699
23699
|
fixed: item.fixed
|
|
23700
23700
|
}, { ref_for: true }, { "show-overflow-tooltip": true, ...item.bind }), {
|
|
23701
23701
|
default: vue.withCtx((scope) => [
|
|
23702
|
-
item.render ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
23702
|
+
item.render ? (vue.openBlock(), vue.createBlock(_sfc_main$F, {
|
|
23703
23703
|
key: 0,
|
|
23704
23704
|
column: item,
|
|
23705
23705
|
row: scope.row,
|
|
@@ -23744,7 +23744,7 @@
|
|
|
23744
23744
|
total: __props.table.total
|
|
23745
23745
|
}, { background: true, size: __props.paginationSize || "small", ..._ctx.$attrs }), null, 16, ["current-page", "page-size", "pager-count", "total"])
|
|
23746
23746
|
])) : vue.createCommentVNode("v-if", true)
|
|
23747
|
-
], 8, _hoisted_2$
|
|
23747
|
+
], 8, _hoisted_2$j)), [
|
|
23748
23748
|
[_directive_loading, __props.tableLoading]
|
|
23749
23749
|
]),
|
|
23750
23750
|
vue.renderSlot(_ctx.$slots, "footer")
|
|
@@ -23762,11 +23762,11 @@
|
|
|
23762
23762
|
}
|
|
23763
23763
|
});
|
|
23764
23764
|
|
|
23765
|
-
const FSelectTable = _sfc_main$
|
|
23765
|
+
const FSelectTable = _sfc_main$E;
|
|
23766
23766
|
|
|
23767
|
-
const FQueryCondition = _sfc_main$
|
|
23767
|
+
const FQueryCondition = _sfc_main$G;
|
|
23768
23768
|
|
|
23769
|
-
var _sfc_main$
|
|
23769
|
+
var _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
23770
23770
|
...{
|
|
23771
23771
|
name: "RenderComp"
|
|
23772
23772
|
},
|
|
@@ -23786,7 +23786,7 @@
|
|
|
23786
23786
|
}
|
|
23787
23787
|
});
|
|
23788
23788
|
|
|
23789
|
-
var _sfc_main$
|
|
23789
|
+
var _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
23790
23790
|
...{
|
|
23791
23791
|
name: "RenderBtn"
|
|
23792
23792
|
},
|
|
@@ -23806,12 +23806,12 @@
|
|
|
23806
23806
|
}
|
|
23807
23807
|
});
|
|
23808
23808
|
|
|
23809
|
-
const _hoisted_1$
|
|
23809
|
+
const _hoisted_1$r = {
|
|
23810
23810
|
key: 1,
|
|
23811
23811
|
class: "text_show"
|
|
23812
23812
|
};
|
|
23813
|
-
const _hoisted_2$
|
|
23814
|
-
var _sfc_main$
|
|
23813
|
+
const _hoisted_2$i = { class: "footer_btn flex-box flex-ver f-margin-top-5" };
|
|
23814
|
+
var _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
23815
23815
|
...{
|
|
23816
23816
|
name: "FForm"
|
|
23817
23817
|
},
|
|
@@ -24062,7 +24062,7 @@
|
|
|
24062
24062
|
}) : vue.createCommentVNode("v-if", true),
|
|
24063
24063
|
item.textShow ? (vue.openBlock(), vue.createElementBlock(
|
|
24064
24064
|
"span",
|
|
24065
|
-
_hoisted_1$
|
|
24065
|
+
_hoisted_1$r,
|
|
24066
24066
|
vue.toDisplayString(item.textValue || __props.formOpts.formData[item.value]),
|
|
24067
24067
|
1
|
|
24068
24068
|
/* TEXT */
|
|
@@ -24182,7 +24182,7 @@
|
|
|
24182
24182
|
item.labelSlotName || item.labelRender ? {
|
|
24183
24183
|
name: "label",
|
|
24184
24184
|
fn: vue.withCtx(() => [
|
|
24185
|
-
item.labelRender ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
24185
|
+
item.labelRender ? (vue.openBlock(), vue.createBlock(_sfc_main$D, {
|
|
24186
24186
|
key: 0,
|
|
24187
24187
|
render: item.labelRender,
|
|
24188
24188
|
item
|
|
@@ -24204,7 +24204,7 @@
|
|
|
24204
24204
|
/* UNKEYED_FRAGMENT */
|
|
24205
24205
|
)),
|
|
24206
24206
|
vue.createCommentVNode(" \u6309\u94AE "),
|
|
24207
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
24207
|
+
vue.createElementVNode("div", _hoisted_2$i, [
|
|
24208
24208
|
__props.formOpts.btnSlotName ? vue.renderSlot(_ctx.$slots, __props.formOpts.btnSlotName, { key: 0 }) : vue.createCommentVNode("v-if", true),
|
|
24209
24209
|
!__props.formOpts.btnSlotName && __props.formOpts.operatorList && __props.formOpts.operatorList.length > 0 ? (vue.openBlock(true), vue.createElementBlock(
|
|
24210
24210
|
vue.Fragment,
|
|
@@ -24214,7 +24214,7 @@
|
|
|
24214
24214
|
vue.Fragment,
|
|
24215
24215
|
null,
|
|
24216
24216
|
[
|
|
24217
|
-
val.render ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
24217
|
+
val.render ? (vue.openBlock(), vue.createBlock(_sfc_main$C, {
|
|
24218
24218
|
key: index,
|
|
24219
24219
|
item: val,
|
|
24220
24220
|
render: val.render
|
|
@@ -24261,10 +24261,10 @@
|
|
|
24261
24261
|
}
|
|
24262
24262
|
});
|
|
24263
24263
|
|
|
24264
|
-
const FForm = _sfc_main$
|
|
24264
|
+
const FForm = _sfc_main$B;
|
|
24265
24265
|
|
|
24266
|
-
const _hoisted_1$
|
|
24267
|
-
var _sfc_main$
|
|
24266
|
+
const _hoisted_1$q = ["src"];
|
|
24267
|
+
var _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
24268
24268
|
...{
|
|
24269
24269
|
name: "svgIcon"
|
|
24270
24270
|
},
|
|
@@ -24335,7 +24335,7 @@
|
|
|
24335
24335
|
vue.createElementVNode("img", {
|
|
24336
24336
|
src: getIconName.value,
|
|
24337
24337
|
style: vue.normalizeStyle(setIconSvgInsStyle.value)
|
|
24338
|
-
}, null, 12, _hoisted_1$
|
|
24338
|
+
}, null, 12, _hoisted_1$q)
|
|
24339
24339
|
],
|
|
24340
24340
|
4
|
|
24341
24341
|
/* STYLE */
|
|
@@ -24362,13 +24362,13 @@
|
|
|
24362
24362
|
}
|
|
24363
24363
|
}
|
|
24364
24364
|
if (!app._context.components[`SvgIcon`]) {
|
|
24365
|
-
app.component("SvgIcon", _sfc_main$
|
|
24365
|
+
app.component("SvgIcon", _sfc_main$A);
|
|
24366
24366
|
}
|
|
24367
24367
|
}
|
|
24368
24368
|
|
|
24369
24369
|
const emitter = mitt();
|
|
24370
24370
|
|
|
24371
|
-
var _sfc_main$
|
|
24371
|
+
var _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
24372
24372
|
...{
|
|
24373
24373
|
name: "FLayout"
|
|
24374
24374
|
},
|
|
@@ -24454,7 +24454,7 @@
|
|
|
24454
24454
|
}
|
|
24455
24455
|
});
|
|
24456
24456
|
|
|
24457
|
-
const FLayout = _sfc_main$
|
|
24457
|
+
const FLayout = _sfc_main$z;
|
|
24458
24458
|
|
|
24459
24459
|
function commonFunction() {
|
|
24460
24460
|
const { copy, isSupported } = core.useClipboard();
|
|
@@ -24731,8 +24731,8 @@
|
|
|
24731
24731
|
// },
|
|
24732
24732
|
};
|
|
24733
24733
|
|
|
24734
|
-
const _hoisted_1$
|
|
24735
|
-
const _hoisted_2$
|
|
24734
|
+
const _hoisted_1$p = { class: "layout-breadcrumb-seting" };
|
|
24735
|
+
const _hoisted_2$h = { class: "layout-breadcrumb-seting-bar-flex" };
|
|
24736
24736
|
const _hoisted_3$a = { class: "layout-breadcrumb-seting-bar-flex-label" };
|
|
24737
24737
|
const _hoisted_4$6 = { class: "layout-breadcrumb-seting-bar-flex-value" };
|
|
24738
24738
|
const _hoisted_5$6 = { style: { "margin": "10px 0" } };
|
|
@@ -24856,7 +24856,7 @@
|
|
|
24856
24856
|
class: "traditionalColors-chines",
|
|
24857
24857
|
style: { "cursor": "grab", "color": "gray" }
|
|
24858
24858
|
};
|
|
24859
|
-
var _sfc_main$
|
|
24859
|
+
var _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
24860
24860
|
...{
|
|
24861
24861
|
name: "FSettings"
|
|
24862
24862
|
},
|
|
@@ -25120,7 +25120,7 @@
|
|
|
25120
25120
|
const _component_el_col = vue.resolveComponent("el-col");
|
|
25121
25121
|
const _component_el_row = vue.resolveComponent("el-row");
|
|
25122
25122
|
const _component_el_dialog = vue.resolveComponent("el-dialog");
|
|
25123
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
25123
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$p, [
|
|
25124
25124
|
vue.createVNode(_component_el_drawer, {
|
|
25125
25125
|
title: _ctx.$t("message.layout.configTitle"),
|
|
25126
25126
|
modelValue: getThemeConfig.value.isDrawer,
|
|
@@ -25145,7 +25145,7 @@
|
|
|
25145
25145
|
_: 1
|
|
25146
25146
|
/* STABLE */
|
|
25147
25147
|
}),
|
|
25148
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
25148
|
+
vue.createElementVNode("div", _hoisted_2$h, [
|
|
25149
25149
|
vue.createElementVNode(
|
|
25150
25150
|
"div",
|
|
25151
25151
|
_hoisted_3$a,
|
|
@@ -26619,9 +26619,9 @@
|
|
|
26619
26619
|
}
|
|
26620
26620
|
});
|
|
26621
26621
|
|
|
26622
|
-
const FSettings = _sfc_main$
|
|
26622
|
+
const FSettings = _sfc_main$y;
|
|
26623
26623
|
|
|
26624
|
-
var _sfc_main$
|
|
26624
|
+
var _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
26625
26625
|
...{
|
|
26626
26626
|
name: "FModifyRecord"
|
|
26627
26627
|
},
|
|
@@ -26884,10 +26884,10 @@
|
|
|
26884
26884
|
}
|
|
26885
26885
|
});
|
|
26886
26886
|
|
|
26887
|
-
const FModifyRecord = _sfc_main$
|
|
26887
|
+
const FModifyRecord = _sfc_main$x;
|
|
26888
26888
|
|
|
26889
|
-
const _hoisted_1$
|
|
26890
|
-
var _sfc_main$
|
|
26889
|
+
const _hoisted_1$o = { style: { "display": "flex", "justify-content": "end", "align-items": "right" } };
|
|
26890
|
+
var _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
26891
26891
|
...{
|
|
26892
26892
|
name: "FmSelect"
|
|
26893
26893
|
},
|
|
@@ -27046,7 +27046,7 @@
|
|
|
27046
27046
|
onClear: handelClear
|
|
27047
27047
|
}, {
|
|
27048
27048
|
header: vue.withCtx(() => [
|
|
27049
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
27049
|
+
vue.createElementVNode("div", _hoisted_1$o, [
|
|
27050
27050
|
vue.createVNode(_component_el_icon, {
|
|
27051
27051
|
color: "#13c2c2",
|
|
27052
27052
|
size: __props.freshSize,
|
|
@@ -27088,9 +27088,9 @@
|
|
|
27088
27088
|
}
|
|
27089
27089
|
});
|
|
27090
27090
|
|
|
27091
|
-
const FmSelect = _sfc_main$
|
|
27091
|
+
const FmSelect = _sfc_main$w;
|
|
27092
27092
|
|
|
27093
|
-
var _sfc_main$
|
|
27093
|
+
var _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
27094
27094
|
...{
|
|
27095
27095
|
name: "Fminputdropdown"
|
|
27096
27096
|
},
|
|
@@ -27288,9 +27288,9 @@
|
|
|
27288
27288
|
}
|
|
27289
27289
|
});
|
|
27290
27290
|
|
|
27291
|
-
const Fminputdropdown = _sfc_main$
|
|
27291
|
+
const Fminputdropdown = _sfc_main$v;
|
|
27292
27292
|
|
|
27293
|
-
var _sfc_main$
|
|
27293
|
+
var _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
27294
27294
|
...{ name: "FmInputNumber" },
|
|
27295
27295
|
__name: "index",
|
|
27296
27296
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
@@ -27399,14 +27399,14 @@
|
|
|
27399
27399
|
}
|
|
27400
27400
|
});
|
|
27401
27401
|
|
|
27402
|
-
const FmInputNumber = _sfc_main$
|
|
27402
|
+
const FmInputNumber = _sfc_main$u;
|
|
27403
27403
|
|
|
27404
|
-
const _hoisted_1$
|
|
27405
|
-
const _hoisted_2$
|
|
27404
|
+
const _hoisted_1$n = { style: { "color": "#fff" } };
|
|
27405
|
+
const _hoisted_2$g = { style: { "padding": "8px 16px", "background-color": "var(--el-color-primary-light-9)", "border-left": "5px solid var(--el-color-primary)", "margin-bottom": "5px" } };
|
|
27406
27406
|
const _hoisted_3$9 = { style: { "padding": "8px 16px", "background-color": "var(--el-color-primary-light-9)", "border-left": "5px solid var(--el-color-primary)", "margin-bottom": "5px" } };
|
|
27407
27407
|
const _hoisted_4$5 = { style: { "margin-top": "10px" } };
|
|
27408
27408
|
const _hoisted_5$5 = { class: "dialog-footer" };
|
|
27409
|
-
var _sfc_main$
|
|
27409
|
+
var _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
27410
27410
|
__name: "userSelectDialog",
|
|
27411
27411
|
props: {
|
|
27412
27412
|
visible: {
|
|
@@ -27543,7 +27543,7 @@
|
|
|
27543
27543
|
"close-on-click-modal": false
|
|
27544
27544
|
}, {
|
|
27545
27545
|
header: vue.withCtx(() => [
|
|
27546
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
27546
|
+
vue.createElementVNode("div", _hoisted_1$n, [
|
|
27547
27547
|
vue.createVNode(_component_el_icon, {
|
|
27548
27548
|
size: "16",
|
|
27549
27549
|
style: { "margin-right": "3px", "display": "inline", "vertical-align": "middle" }
|
|
@@ -27589,7 +27589,7 @@
|
|
|
27589
27589
|
default: vue.withCtx(() => [
|
|
27590
27590
|
vue.createElementVNode(
|
|
27591
27591
|
"p",
|
|
27592
|
-
_hoisted_2$
|
|
27592
|
+
_hoisted_2$g,
|
|
27593
27593
|
vue.toDisplayString(_ctx.$t("\u673A\u6784")),
|
|
27594
27594
|
1
|
|
27595
27595
|
/* TEXT */
|
|
@@ -27795,10 +27795,10 @@
|
|
|
27795
27795
|
}
|
|
27796
27796
|
});
|
|
27797
27797
|
|
|
27798
|
-
const _hoisted_1$
|
|
27799
|
-
const _hoisted_2$
|
|
27798
|
+
const _hoisted_1$m = { style: { "color": "#fff" } };
|
|
27799
|
+
const _hoisted_2$f = { style: { "margin-top": "10px" } };
|
|
27800
27800
|
const _hoisted_3$8 = { class: "dialog-footer" };
|
|
27801
|
-
var _sfc_main$
|
|
27801
|
+
var _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
27802
27802
|
__name: "supplierSelectDialog",
|
|
27803
27803
|
props: {
|
|
27804
27804
|
visible: {
|
|
@@ -27910,7 +27910,7 @@
|
|
|
27910
27910
|
"close-on-click-modal": false
|
|
27911
27911
|
}, {
|
|
27912
27912
|
header: vue.withCtx(() => [
|
|
27913
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
27913
|
+
vue.createElementVNode("div", _hoisted_1$m, [
|
|
27914
27914
|
vue.createVNode(_component_el_icon, {
|
|
27915
27915
|
size: "16",
|
|
27916
27916
|
style: { "margin-right": "3px", "display": "inline", "vertical-align": "middle" }
|
|
@@ -27954,7 +27954,7 @@
|
|
|
27954
27954
|
default: vue.withCtx(() => [
|
|
27955
27955
|
vue.createVNode(_component_el_col, { span: 24 }, {
|
|
27956
27956
|
default: vue.withCtx(() => [
|
|
27957
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
27957
|
+
vue.createElementVNode("div", _hoisted_2$f, [
|
|
27958
27958
|
vue.createVNode(_component_el_form, {
|
|
27959
27959
|
model: state.queryParams,
|
|
27960
27960
|
ref: "queryRef",
|
|
@@ -28160,6 +28160,146 @@
|
|
|
28160
28160
|
}
|
|
28161
28161
|
});
|
|
28162
28162
|
|
|
28163
|
+
const _hoisted_1$l = { style: { "color": "#fff" } };
|
|
28164
|
+
const _hoisted_2$e = { class: "dialog-footer" };
|
|
28165
|
+
var _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
28166
|
+
__name: "subjectSelectDialog",
|
|
28167
|
+
props: {
|
|
28168
|
+
visible: {
|
|
28169
|
+
type: Boolean,
|
|
28170
|
+
default: false
|
|
28171
|
+
},
|
|
28172
|
+
title: {
|
|
28173
|
+
type: String,
|
|
28174
|
+
default: ""
|
|
28175
|
+
},
|
|
28176
|
+
data: {
|
|
28177
|
+
type: Array,
|
|
28178
|
+
default: () => []
|
|
28179
|
+
},
|
|
28180
|
+
subjectService: {
|
|
28181
|
+
type: String,
|
|
28182
|
+
default: "autoRes"
|
|
28183
|
+
},
|
|
28184
|
+
subjectAction: {
|
|
28185
|
+
type: String,
|
|
28186
|
+
default: "subjectTable"
|
|
28187
|
+
},
|
|
28188
|
+
subjectParams: {
|
|
28189
|
+
type: Object,
|
|
28190
|
+
default: () => {
|
|
28191
|
+
}
|
|
28192
|
+
}
|
|
28193
|
+
},
|
|
28194
|
+
emits: ["update:visible", "change"],
|
|
28195
|
+
setup(__props, { emit: __emit }) {
|
|
28196
|
+
let emits = __emit;
|
|
28197
|
+
const props = __props;
|
|
28198
|
+
let visibleDialog = vue.computed({
|
|
28199
|
+
get() {
|
|
28200
|
+
return props.visible;
|
|
28201
|
+
},
|
|
28202
|
+
set() {
|
|
28203
|
+
closeDialog();
|
|
28204
|
+
}
|
|
28205
|
+
});
|
|
28206
|
+
vue.onMounted(async () => {
|
|
28207
|
+
});
|
|
28208
|
+
const handleNodeChange = async (node) => {
|
|
28209
|
+
if (node.data.isLeaf == 1) {
|
|
28210
|
+
emits("change", { id: node.id, name: node.name, code: node.data.subjectCode, data: node.data });
|
|
28211
|
+
}
|
|
28212
|
+
};
|
|
28213
|
+
const closeDialog = () => {
|
|
28214
|
+
emits("update:visible", false);
|
|
28215
|
+
};
|
|
28216
|
+
return (_ctx, _cache) => {
|
|
28217
|
+
const _component_ele_Edit = vue.resolveComponent("ele-Edit");
|
|
28218
|
+
const _component_el_icon = vue.resolveComponent("el-icon");
|
|
28219
|
+
const _component_FmTree = vue.resolveComponent("FmTree");
|
|
28220
|
+
const _component_el_col = vue.resolveComponent("el-col");
|
|
28221
|
+
const _component_el_row = vue.resolveComponent("el-row");
|
|
28222
|
+
const _component_el_button = vue.resolveComponent("el-button");
|
|
28223
|
+
const _component_el_dialog = vue.resolveComponent("el-dialog");
|
|
28224
|
+
return vue.openBlock(), vue.createBlock(_component_el_dialog, {
|
|
28225
|
+
modelValue: vue.unref(visibleDialog),
|
|
28226
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(visibleDialog) ? visibleDialog.value = $event : visibleDialog = $event),
|
|
28227
|
+
style: { "width": "70vw" },
|
|
28228
|
+
"append-to-body": "",
|
|
28229
|
+
draggable: "",
|
|
28230
|
+
"close-on-click-modal": false
|
|
28231
|
+
}, {
|
|
28232
|
+
header: vue.withCtx(() => [
|
|
28233
|
+
vue.createElementVNode("div", _hoisted_1$l, [
|
|
28234
|
+
vue.createVNode(_component_el_icon, {
|
|
28235
|
+
size: "16",
|
|
28236
|
+
style: { "margin-right": "3px", "display": "inline", "vertical-align": "middle" }
|
|
28237
|
+
}, {
|
|
28238
|
+
default: vue.withCtx(() => [
|
|
28239
|
+
vue.createVNode(_component_ele_Edit)
|
|
28240
|
+
]),
|
|
28241
|
+
_: 1
|
|
28242
|
+
/* STABLE */
|
|
28243
|
+
}),
|
|
28244
|
+
vue.createElementVNode(
|
|
28245
|
+
"span",
|
|
28246
|
+
null,
|
|
28247
|
+
vue.toDisplayString(_ctx.$t("\u9009\u62E9")) + vue.toDisplayString(_ctx.$t(__props.title)),
|
|
28248
|
+
1
|
|
28249
|
+
/* TEXT */
|
|
28250
|
+
)
|
|
28251
|
+
])
|
|
28252
|
+
]),
|
|
28253
|
+
footer: vue.withCtx(() => [
|
|
28254
|
+
vue.createElementVNode("div", _hoisted_2$e, [
|
|
28255
|
+
vue.createVNode(_component_el_button, {
|
|
28256
|
+
icon: "ele-CircleCloseFilled",
|
|
28257
|
+
onClick: closeDialog
|
|
28258
|
+
}, {
|
|
28259
|
+
default: vue.withCtx(() => [
|
|
28260
|
+
vue.createTextVNode(
|
|
28261
|
+
vue.toDisplayString(_ctx.$t("\u53D6\u6D88")),
|
|
28262
|
+
1
|
|
28263
|
+
/* TEXT */
|
|
28264
|
+
)
|
|
28265
|
+
]),
|
|
28266
|
+
_: 1
|
|
28267
|
+
/* STABLE */
|
|
28268
|
+
}),
|
|
28269
|
+
vue.createCommentVNode(' <el-button type="primary" icon="ele-CircleCheckFilled" @click="saveDialog">\u786E\u5B9A</el-button> ')
|
|
28270
|
+
])
|
|
28271
|
+
]),
|
|
28272
|
+
default: vue.withCtx(() => [
|
|
28273
|
+
vue.createVNode(_component_el_row, { gutter: 10 }, {
|
|
28274
|
+
default: vue.withCtx(() => [
|
|
28275
|
+
vue.createVNode(_component_el_col, { span: 24 }, {
|
|
28276
|
+
default: vue.withCtx(() => [
|
|
28277
|
+
vue.createVNode(_component_FmTree, {
|
|
28278
|
+
ref: "orgTreeRef",
|
|
28279
|
+
apiService: __props.subjectService,
|
|
28280
|
+
apiAction: __props.subjectAction,
|
|
28281
|
+
isPost: true,
|
|
28282
|
+
defaultProps: { children: "children", label: "subjectName" },
|
|
28283
|
+
paras: __props.subjectParams,
|
|
28284
|
+
onNodeClick: handleNodeChange,
|
|
28285
|
+
style: { "height": "calc(100% - 40px)", "overflow-y": "scroll", "overflow-x": "hidden" }
|
|
28286
|
+
}, null, 8, ["apiService", "apiAction", "paras"])
|
|
28287
|
+
]),
|
|
28288
|
+
_: 1
|
|
28289
|
+
/* STABLE */
|
|
28290
|
+
})
|
|
28291
|
+
]),
|
|
28292
|
+
_: 1
|
|
28293
|
+
/* STABLE */
|
|
28294
|
+
})
|
|
28295
|
+
]),
|
|
28296
|
+
_: 1
|
|
28297
|
+
/* STABLE */
|
|
28298
|
+
}, 8, ["modelValue"]);
|
|
28299
|
+
};
|
|
28300
|
+
}
|
|
28301
|
+
});
|
|
28302
|
+
|
|
28163
28303
|
const _hoisted_1$k = { style: { "font-size": "14px", "line-height": "30px" } };
|
|
28164
28304
|
var _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
28165
28305
|
...{
|
|
@@ -28224,8 +28364,8 @@
|
|
|
28224
28364
|
}
|
|
28225
28365
|
},
|
|
28226
28366
|
/**
|
|
28227
|
-
* 打开类型 0--用户加机构 1 联系人 2 单位
|
|
28228
|
-
* @default
|
|
28367
|
+
* 打开类型 0--用户加机构 1-- 联系人 2-- 单位 3-- 银行账户 4--科目
|
|
28368
|
+
* @default 0
|
|
28229
28369
|
*/
|
|
28230
28370
|
openType: {
|
|
28231
28371
|
type: Number,
|
|
@@ -28246,6 +28386,14 @@
|
|
|
28246
28386
|
userAction: {
|
|
28247
28387
|
type: String,
|
|
28248
28388
|
default: "UserTable"
|
|
28389
|
+
},
|
|
28390
|
+
subjectService: {
|
|
28391
|
+
type: String,
|
|
28392
|
+
default: "autoRes"
|
|
28393
|
+
},
|
|
28394
|
+
subjectAction: {
|
|
28395
|
+
type: String,
|
|
28396
|
+
default: "subjectTable"
|
|
28249
28397
|
}
|
|
28250
28398
|
}, {
|
|
28251
28399
|
"name": {
|
|
@@ -28303,7 +28451,7 @@
|
|
|
28303
28451
|
const _component_el_autocomplete = vue.resolveComponent("el-autocomplete");
|
|
28304
28452
|
return vue.openBlock(), vue.createBlock(_component_el_autocomplete, {
|
|
28305
28453
|
modelValue: autoName.value,
|
|
28306
|
-
"onUpdate:modelValue": _cache[
|
|
28454
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => autoName.value = $event),
|
|
28307
28455
|
debounce: 500,
|
|
28308
28456
|
"fetch-suggestions": querySearchAsync,
|
|
28309
28457
|
placeholder: props.placeholder,
|
|
@@ -28337,7 +28485,7 @@
|
|
|
28337
28485
|
_: 1
|
|
28338
28486
|
/* STABLE */
|
|
28339
28487
|
}, 8, ["size"]),
|
|
28340
|
-
__props.openType == 0 ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
28488
|
+
__props.openType == 0 ? (vue.openBlock(), vue.createBlock(_sfc_main$t, {
|
|
28341
28489
|
key: 0,
|
|
28342
28490
|
visible: visibleopenDialog.value,
|
|
28343
28491
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => visibleopenDialog.value = $event),
|
|
@@ -28350,7 +28498,7 @@
|
|
|
28350
28498
|
userParams: __props.params,
|
|
28351
28499
|
onChange: handleSelectDialogChange
|
|
28352
28500
|
}, null, 8, ["visible", "orgService", "orgAction", "orgparas", "title", "userService", "userAction", "userParams"])) : vue.createCommentVNode("v-if", true),
|
|
28353
|
-
__props.openType == 2 ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
28501
|
+
__props.openType == 2 ? (vue.openBlock(), vue.createBlock(_sfc_main$s, {
|
|
28354
28502
|
key: 1,
|
|
28355
28503
|
visible: visibleopenDialog.value,
|
|
28356
28504
|
"onUpdate:visible": _cache[2] || (_cache[2] = ($event) => visibleopenDialog.value = $event),
|
|
@@ -28359,7 +28507,18 @@
|
|
|
28359
28507
|
userAction: __props.userAction,
|
|
28360
28508
|
userParams: __props.params,
|
|
28361
28509
|
onChange: handleSelectDialogChange
|
|
28362
|
-
}, null, 8, ["visible", "title", "userService", "userAction", "userParams"])) : vue.createCommentVNode("v-if", true)
|
|
28510
|
+
}, null, 8, ["visible", "title", "userService", "userAction", "userParams"])) : vue.createCommentVNode("v-if", true),
|
|
28511
|
+
vue.createCommentVNode("\u79D1\u76EE\u9009\u62E9"),
|
|
28512
|
+
__props.openType == 4 ? (vue.openBlock(), vue.createBlock(_sfc_main$r, {
|
|
28513
|
+
key: 2,
|
|
28514
|
+
visible: visibleopenDialog.value,
|
|
28515
|
+
"onUpdate:visible": _cache[3] || (_cache[3] = ($event) => visibleopenDialog.value = $event),
|
|
28516
|
+
title: __props.title,
|
|
28517
|
+
subjectService: __props.subjectService,
|
|
28518
|
+
subjectAction: __props.subjectAction,
|
|
28519
|
+
subjectParams: __props.params,
|
|
28520
|
+
onChange: handleSelectDialogChange
|
|
28521
|
+
}, null, 8, ["visible", "title", "subjectService", "subjectAction", "subjectParams"])) : vue.createCommentVNode("v-if", true)
|
|
28363
28522
|
]),
|
|
28364
28523
|
key: "0"
|
|
28365
28524
|
} : void 0
|