joy-admin-components 0.2.37 → 0.2.39
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElForm as _t, ElRow as $t, ElCol as St, ElMessageBox as Et, ElInputNumber as It, ElText as Lt, ElLink as Je } from "element-plus";
|
|
2
|
-
import { defineComponent as ot, ref as U, onMounted as lt, h as ze, mergeModels as Xe, useAttrs as Ft, useModel as Tt, computed as ce, watch as Re, resolveComponent as M, unref as K, openBlock as F, createBlock as H, mergeProps as ge, createSlots as at, withCtx as D, createElementVNode as re, toDisplayString as Q, renderSlot as
|
|
2
|
+
import { defineComponent as ot, ref as U, onMounted as lt, h as ze, mergeModels as Xe, useAttrs as Ft, useModel as Tt, computed as ce, watch as Re, resolveComponent as M, unref as K, openBlock as F, createBlock as H, mergeProps as ge, createSlots as at, withCtx as D, createElementVNode as re, toDisplayString as Q, renderSlot as ee, createVNode as O, createTextVNode as ne, createCommentVNode as de, createElementBlock as ie, Fragment as Me, renderList as st, withModifiers as Ve, nextTick as we, resolveDynamicComponent as rt, withKeys as Dt, normalizeStyle as zt, normalizeClass as qe, reactive as Ie, onUpdated as Ot, onUnmounted as Mt, withDirectives as Vt, isVNode as qt } from "vue";
|
|
3
3
|
import { saveAs as it } from "file-saver";
|
|
4
4
|
import Fe from "exceljs";
|
|
5
5
|
import $e from "dayjs";
|
|
@@ -644,14 +644,14 @@ const Se = (e, t) => {
|
|
|
644
644
|
const n = e, a = Ft(), { t: s, locale: o } = pe(), l = Tt(e, "modelValue"), r = ce(() => a["value-key"] != null), i = U(""), y = ce(() => {
|
|
645
645
|
if (a.remote !== void 0)
|
|
646
646
|
return n.data;
|
|
647
|
-
const b = pt(i.value), { data: w, labelValue: G } = n,
|
|
647
|
+
const b = pt(i.value), { data: w, labelValue: G } = n, te = w || g.value;
|
|
648
648
|
if (b.length == 0)
|
|
649
|
-
return
|
|
649
|
+
return te;
|
|
650
650
|
const { label: _, labelEn: ye } = G;
|
|
651
651
|
let z = o.value == "en_us" ? ye || "i18nName" : _;
|
|
652
|
-
return b.length == 1 ?
|
|
652
|
+
return b.length == 1 ? te.filter(
|
|
653
653
|
(ue) => ue[z].toLowerCase().includes(b[0].toLowerCase())
|
|
654
|
-
) :
|
|
654
|
+
) : te.filter((ue) => {
|
|
655
655
|
let ve = !1;
|
|
656
656
|
return ve = b.some((Ee) => ue[z].toLowerCase() == Ee.toLowerCase()), ve;
|
|
657
657
|
});
|
|
@@ -719,21 +719,21 @@ const Se = (e, t) => {
|
|
|
719
719
|
if (w.length !== I.value.length)
|
|
720
720
|
I.value = w;
|
|
721
721
|
else {
|
|
722
|
-
let
|
|
722
|
+
let te = !1;
|
|
723
723
|
for (let _ = 0; _ < w.length; _++)
|
|
724
724
|
if (w[_].value !== ((G = I.value[_]) == null ? void 0 : G.value)) {
|
|
725
|
-
|
|
725
|
+
te = !0;
|
|
726
726
|
break;
|
|
727
727
|
}
|
|
728
|
-
|
|
728
|
+
te && (I.value = w);
|
|
729
729
|
}
|
|
730
730
|
},
|
|
731
731
|
{ deep: !0 }
|
|
732
732
|
);
|
|
733
733
|
const W = ce(() => I.value);
|
|
734
734
|
return (b, w) => {
|
|
735
|
-
const G = M("el-checkbox"),
|
|
736
|
-
return K(a).v2 != null ? (F(), H(
|
|
735
|
+
const G = M("el-checkbox"), te = M("el-select-v2"), _ = M("el-option"), ye = M("el-select");
|
|
736
|
+
return K(a).v2 != null ? (F(), H(te, ge({
|
|
737
737
|
key: 0,
|
|
738
738
|
options: W.value,
|
|
739
739
|
modelValue: l.value,
|
|
@@ -756,7 +756,7 @@ const Se = (e, t) => {
|
|
|
756
756
|
K(a).multiple != null ? {
|
|
757
757
|
name: "header",
|
|
758
758
|
fn: D(() => [
|
|
759
|
-
|
|
759
|
+
ee(b.$slots, "header", {}, () => [
|
|
760
760
|
O(G, {
|
|
761
761
|
class: "mgl20",
|
|
762
762
|
modelValue: p.value,
|
|
@@ -783,7 +783,7 @@ const Se = (e, t) => {
|
|
|
783
783
|
clearable: ""
|
|
784
784
|
}, K(a), { onClear: e.optionClick }), {
|
|
785
785
|
default: D(() => [
|
|
786
|
-
K(a).multiple != null && e.showCheckAll && e.maxLimit == null ?
|
|
786
|
+
K(a).multiple != null && e.showCheckAll && e.maxLimit == null ? ee(b.$slots, "header", { key: 0 }, () => [
|
|
787
787
|
O(G, {
|
|
788
788
|
class: "mgl20",
|
|
789
789
|
modelValue: p.value,
|
|
@@ -844,7 +844,7 @@ const yt = /* @__PURE__ */ Se(cn, [["render", un], ["__scopeId", "data-v-733f9da
|
|
|
844
844
|
onCancel: s
|
|
845
845
|
}), {
|
|
846
846
|
reference: D(() => [
|
|
847
|
-
|
|
847
|
+
ee(o.$slots, "default")
|
|
848
848
|
]),
|
|
849
849
|
_: 3
|
|
850
850
|
}, 16, ["onConfirm"])
|
|
@@ -887,6 +887,7 @@ const dn = ["accept"], fn = {
|
|
|
887
887
|
const i = M("el-button");
|
|
888
888
|
return F(), ie("span", null, [
|
|
889
889
|
O(i, {
|
|
890
|
+
type: "primary",
|
|
890
891
|
loading: s.value,
|
|
891
892
|
class: "mgr10",
|
|
892
893
|
onClick: r[0] || (r[0] = (y) => a.value.click())
|
|
@@ -907,7 +908,7 @@ const dn = ["accept"], fn = {
|
|
|
907
908
|
]);
|
|
908
909
|
};
|
|
909
910
|
}
|
|
910
|
-
}, Gn = /* @__PURE__ */ Se(fn, [["__scopeId", "data-v-
|
|
911
|
+
}, Gn = /* @__PURE__ */ Se(fn, [["__scopeId", "data-v-cf92fafe"]]);
|
|
911
912
|
function Pe(e) {
|
|
912
913
|
let t = {};
|
|
913
914
|
return e.forEach((n) => {
|
|
@@ -1025,7 +1026,7 @@ const hn = { key: 0 }, mn = { class: "btns" }, gn = { class: "left" }, pn = { cl
|
|
|
1025
1026
|
], 4),
|
|
1026
1027
|
re("div", mn, [
|
|
1027
1028
|
re("div", gn, [
|
|
1028
|
-
|
|
1029
|
+
ee(h.$slots, "table-header-left", {}, void 0, !0)
|
|
1029
1030
|
]),
|
|
1030
1031
|
re("div", pn, [
|
|
1031
1032
|
O(B, {
|
|
@@ -1061,7 +1062,7 @@ const hn = { key: 0 }, mn = { class: "btns" }, gn = { class: "left" }, pn = { cl
|
|
|
1061
1062
|
]),
|
|
1062
1063
|
_: 1
|
|
1063
1064
|
}),
|
|
1064
|
-
|
|
1065
|
+
ee(h.$slots, "btn", {}, void 0, !0)
|
|
1065
1066
|
])
|
|
1066
1067
|
])
|
|
1067
1068
|
], 32);
|
|
@@ -1196,7 +1197,7 @@ const wn = { class: "center" }, Cn = {
|
|
|
1196
1197
|
}
|
|
1197
1198
|
}
|
|
1198
1199
|
});
|
|
1199
|
-
const E = ce(() =>
|
|
1200
|
+
const E = ce(() => te.value.height || h.value);
|
|
1200
1201
|
let V;
|
|
1201
1202
|
async function B(d) {
|
|
1202
1203
|
const { dataFormat: u } = l.tableConfig;
|
|
@@ -1253,7 +1254,7 @@ const wn = { class: "center" }, Cn = {
|
|
|
1253
1254
|
drag: !0,
|
|
1254
1255
|
resizable: !0,
|
|
1255
1256
|
maxFixedSize: 0
|
|
1256
|
-
}),
|
|
1257
|
+
}), te = ce(() => {
|
|
1257
1258
|
const { customConfig: d, columnConfig: u, ...S } = l.tableConfig;
|
|
1258
1259
|
return {
|
|
1259
1260
|
headerAlign: "left",
|
|
@@ -1511,7 +1512,7 @@ const wn = { class: "center" }, Cn = {
|
|
|
1511
1512
|
}, {
|
|
1512
1513
|
btn: D(() => [
|
|
1513
1514
|
u[3] || (u[3] = re("span", { class: "mgr10" }, null, -1)),
|
|
1514
|
-
|
|
1515
|
+
ee(d.$slots, "search-bar-btn", {}, void 0, !0),
|
|
1515
1516
|
O(S, {
|
|
1516
1517
|
class: "mgl10",
|
|
1517
1518
|
round: "",
|
|
@@ -1525,7 +1526,7 @@ const wn = { class: "center" }, Cn = {
|
|
|
1525
1526
|
]),
|
|
1526
1527
|
_: 3
|
|
1527
1528
|
}, 8, ["form", "onVisibleChange"])) : de("", !0),
|
|
1528
|
-
|
|
1529
|
+
ee(d.$slots, "table-header-left", {}, void 0, !0),
|
|
1529
1530
|
re("div", {
|
|
1530
1531
|
ref_key: "tableContentRef",
|
|
1531
1532
|
ref: c
|
|
@@ -1537,11 +1538,11 @@ const wn = { class: "center" }, Cn = {
|
|
|
1537
1538
|
loading: e.loading || r.value,
|
|
1538
1539
|
data: e.api ? i.value : e.data,
|
|
1539
1540
|
border: ""
|
|
1540
|
-
},
|
|
1541
|
+
}, te.value, {
|
|
1541
1542
|
height: E.value,
|
|
1542
1543
|
onCheckboxChange: Ze,
|
|
1543
1544
|
onCheckboxAll: Ze,
|
|
1544
|
-
onSortChange: (A =
|
|
1545
|
+
onSortChange: (A = te.value["sort-config"]) == null ? void 0 : A.sortChange
|
|
1545
1546
|
}), {
|
|
1546
1547
|
default: D(() => [
|
|
1547
1548
|
e.searchForm.showCheckBox == null || e.searchForm.showCheckBox ? (F(), H(Z, {
|
|
@@ -1579,7 +1580,7 @@ const wn = { class: "center" }, Cn = {
|
|
|
1579
1580
|
]),
|
|
1580
1581
|
_: 1
|
|
1581
1582
|
}, 8, ["width", "title"])) : de("", !0),
|
|
1582
|
-
|
|
1583
|
+
ee(d.$slots, "default", {}, void 0, !0)
|
|
1583
1584
|
]),
|
|
1584
1585
|
_: 3
|
|
1585
1586
|
}, 16, ["id", "loading", "data", "height", "onSortChange"])
|
|
@@ -1624,9 +1625,11 @@ const wn = { class: "center" }, Cn = {
|
|
|
1624
1625
|
underline: "never"
|
|
1625
1626
|
}, a.$attrs, { onClick: n }), {
|
|
1626
1627
|
default: D(() => [
|
|
1627
|
-
|
|
1628
|
+
ee(a.$slots, "default", {}, () => [
|
|
1629
|
+
ne(Q(a.$t("xia-zai-dao-ru-mo-ban")), 1)
|
|
1630
|
+
])
|
|
1628
1631
|
]),
|
|
1629
|
-
_:
|
|
1632
|
+
_: 3
|
|
1630
1633
|
}, 16);
|
|
1631
1634
|
};
|
|
1632
1635
|
}
|
|
@@ -1762,10 +1765,10 @@ const kn = {
|
|
|
1762
1765
|
class: "drawer-content"
|
|
1763
1766
|
}, {
|
|
1764
1767
|
default: D(() => [
|
|
1765
|
-
|
|
1768
|
+
ee(r.$slots, "default"),
|
|
1766
1769
|
i[2] || (i[2] = re("p", { class: "mgt50" }, null, -1)),
|
|
1767
1770
|
e.layer.showButton ? (F(), ie("div", kn, [
|
|
1768
|
-
|
|
1771
|
+
ee(r.$slots, "btn", {}, () => [
|
|
1769
1772
|
O(y, { onClick: l }, {
|
|
1770
1773
|
default: D(() => [
|
|
1771
1774
|
ne(Q(r.$t("qu-xiao")), 1)
|
|
@@ -1796,14 +1799,14 @@ const kn = {
|
|
|
1796
1799
|
center: ""
|
|
1797
1800
|
}, at({
|
|
1798
1801
|
default: D(() => [
|
|
1799
|
-
|
|
1802
|
+
ee(r.$slots, "default")
|
|
1800
1803
|
]),
|
|
1801
1804
|
_: 2
|
|
1802
1805
|
}, [
|
|
1803
1806
|
e.layer.showButton ? {
|
|
1804
1807
|
name: "footer",
|
|
1805
1808
|
fn: D(() => [
|
|
1806
|
-
|
|
1809
|
+
ee(r.$slots, "btn", {}, () => [
|
|
1807
1810
|
O(y, { onClick: l }, {
|
|
1808
1811
|
default: D(() => [
|
|
1809
1812
|
ne(Q(r.$t("qu-xiao")), 1)
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(function(p,W){typeof exports=="object"&&typeof module<"u"?W(exports,require("element-plus"),require("vue"),require("file-saver"),require("exceljs"),require("dayjs"),require("vue-i18n"),require("lodash"),require("vue-router"),require("vuex"),require("vxe-pc-ui")):typeof define=="function"&&define.amd?define(["exports","element-plus","vue","file-saver","exceljs","dayjs","vue-i18n","lodash","vue-router","vuex","vxe-pc-ui"],W):(p=typeof globalThis<"u"?globalThis:p||self,W(p.JoyAdminComponents={},p.ElementPlus,p.Vue,p.fileSaver,p.ExcelJS,p.dayjs,p.VueI18n,p._,p.VueRouter,p.Vuex,p.VxeUI))})(this,function(p,W,e,Le,pe,ue,ee,ne,ve,te,fe){"use strict";const Je=e.defineComponent({name:"LayOutForm",setup(t,{slots:o,attrs:n,emit:r}){const s=e.ref(null),l=()=>o.default?o.default().filter(i=>i.type!==Symbol.for("v-cmt")).map(i=>i.type===Symbol.for("v-fgt")?i.children:i).flat().map(i=>{var c;return e.h(W.ElCol,{span:((c=i.props)==null?void 0:c.span)||24},{default:()=>i})}):null;e.onMounted(()=>{r("ref",s.value)});function a(){return e.h(W.ElForm,{...n,ref:s},()=>e.h(W.ElRow,{gutter:n.gutter??20},{default:()=>l()}))}return a}});var Fe=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function De(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Be={exports:{}};(function(t,o){(function(n,r){t.exports=r()})(Fe,function(){var n="minute",r=/[+-]\d\d(?::?\d\d)?/g,s=/([+-]|\d\d)/g;return function(l,a,i){var c=a.prototype;i.utc=function(d){var m={date:d,utc:!0,args:arguments};return new a(m)},c.utc=function(d){var m=i(this.toDate(),{locale:this.$L,utc:!0});return d?m.add(this.utcOffset(),n):m},c.local=function(){return i(this.toDate(),{locale:this.$L,utc:!1})};var b=c.parse;c.parse=function(d){d.utc&&(this.$u=!0),this.$utils().u(d.$offset)||(this.$offset=d.$offset),b.call(this,d)};var C=c.init;c.init=function(){if(this.$u){var d=this.$d;this.$y=d.getUTCFullYear(),this.$M=d.getUTCMonth(),this.$D=d.getUTCDate(),this.$W=d.getUTCDay(),this.$H=d.getUTCHours(),this.$m=d.getUTCMinutes(),this.$s=d.getUTCSeconds(),this.$ms=d.getUTCMilliseconds()}else C.call(this)};var w=c.utcOffset;c.utcOffset=function(d,m){var S=this.$utils().u;if(S(d))return this.$u?0:S(this.$offset)?w.call(this):this.$offset;if(typeof d=="string"&&(d=function(B){B===void 0&&(B="");var A=B.match(r);if(!A)return null;var L=(""+A[0]).match(s)||["-",0,0],E=L[0],U=60*+L[1]+ +L[2];return U===0?0:E==="+"?U:-U}(d),d===null))return this;var $=Math.abs(d)<=16?60*d:d;if($===0)return this.utc(m);var _=this.clone();if(m)return _.$offset=$,_.$u=!1,_;var I=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();return(_=this.local().add($+I,n)).$offset=$,_.$x.$localOffset=I,_};var y=c.format;c.format=function(d){var m=d||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return y.call(this,m)},c.valueOf=function(){var d=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*d},c.isUTC=function(){return!!this.$u},c.toISOString=function(){return this.toDate().toISOString()},c.toString=function(){return this.toDate().toUTCString()};var g=c.toDate;c.toDate=function(d){return d==="s"&&this.$offset?i(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():g.call(this)};var h=c.diff;c.diff=function(d,m,S){if(d&&this.$u===d.$u)return h.call(this,d,m,S);var $=this.local(),_=i(d).local();return h.call($,_,m,S)}}})})(Be);var Xe=Be.exports;const Qe=De(Xe);var ze={exports:{}};(function(t,o){(function(n,r){t.exports=r()})(Fe,function(){var n={year:0,month:1,day:2,hour:3,minute:4,second:5},r={};return function(s,l,a){var i,c=function(y,g,h){h===void 0&&(h={});var d=new Date(y),m=function(S,$){$===void 0&&($={});var _=$.timeZoneName||"short",I=S+"|"+_,B=r[I];return B||(B=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:S,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:_}),r[I]=B),B}(g,h);return m.formatToParts(d)},b=function(y,g){for(var h=c(y,g),d=[],m=0;m<h.length;m+=1){var S=h[m],$=S.type,_=S.value,I=n[$];I>=0&&(d[I]=parseInt(_,10))}var B=d[3],A=B===24?0:B,L=d[0]+"-"+d[1]+"-"+d[2]+" "+A+":"+d[4]+":"+d[5]+":000",E=+y;return(a.utc(L).valueOf()-(E-=E%1e3))/6e4},C=l.prototype;C.tz=function(y,g){y===void 0&&(y=i);var h,d=this.utcOffset(),m=this.toDate(),S=m.toLocaleString("en-US",{timeZone:y}),$=Math.round((m-new Date(S))/1e3/60),_=15*-Math.round(m.getTimezoneOffset()/15)-$;if(!Number(_))h=this.utcOffset(0,g);else if(h=a(S,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(_,!0),g){var I=h.utcOffset();h=h.add(d-I,"minute")}return h.$x.$timezone=y,h},C.offsetName=function(y){var g=this.$x.$timezone||a.tz.guess(),h=c(this.valueOf(),g,{timeZoneName:y}).find(function(d){return d.type.toLowerCase()==="timezonename"});return h&&h.value};var w=C.startOf;C.startOf=function(y,g){if(!this.$x||!this.$x.$timezone)return w.call(this,y,g);var h=a(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return w.call(h,y,g).tz(this.$x.$timezone,!0)},a.tz=function(y,g,h){var d=h&&g,m=h||g||i,S=b(+a(),m);if(typeof y!="string")return a(y).tz(m);var $=function(A,L,E){var U=A-60*L*1e3,x=b(U,E);if(L===x)return[U,L];var k=b(U-=60*(x-L)*1e3,E);return x===k?[U,x]:[A-60*Math.min(x,k)*1e3,Math.max(x,k)]}(a.utc(y,d).valueOf(),S,m),_=$[0],I=$[1],B=a(_).utcOffset(I);return B.$x.$timezone=m,B},a.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},a.tz.setDefault=function(y){i=y}}})})(ze);var et=ze.exports;const tt=De(et),ye={"dao-ru":"导入","quan-xuan":"全选","xia-zai-dao-ru-mo-ban":"下载导入模板","xu-hao":"序号","qing-shu-ru":"请输入","qing-xuan-ze":"请选择","kai-shi-shi-jian":"开始时间","jie-shu-shi-jian":"结束时间","shai-xuan":"筛选","chong-zhi":"重置","guan-bi":"关闭","zhan-kai":"展开","qu-xiao":"取消","ti-jiao":"提交","que-ding":"确定","que-ding-guan-bi-ma":"确定关闭吗","xia-zai-dao-ru-mo-ban":"下载导入模板",excel:{fieldsMappingRequired:"请输入列字段映射",invalidInput:"非法输入",invalidOption:"请输入有效选项!",copyFailed:"复制失败",sheetNameTooLong:'Sheet名称 "{0}" 长度超过31个字符,已自动截断为 "{1}"'},validate:{invalidInput:"请输入正确内容"},tools:{keysLengthError:"keys 长度必须大于2 默认前两位为 label value"}},Ce={"dao-ru":"Import","quan-xuan":"Select All","xia-zai-dao-ru-mo-ban":"Download Import Template","xu-hao":"No.","qing-shu-ru":"Please enter","qing-xuan-ze":"Please select","kai-shi-shi-jian":"Start Time","jie-shu-shi-jian":"End Time","shai-xuan":"Filter","chong-zhi":"Reset","guan-bi":"Collapse","zhan-kai":"Expand","qu-xiao":"Cancel","ti-jiao":"Submit","que-ding":"Confirm","que-ding-guan-bi-ma":"Are you sure to close?","xia-zai-dao-ru-mo-ban":"Download Import Template",excel:{fieldsMappingRequired:"Please enter column field mapping",invalidInput:"Invalid input",invalidOption:"Please enter a valid option!",copyFailed:"Copy failed",sheetNameTooLong:'Sheet name "{0}" exceeds 31 characters, automatically truncated to "{1}"'},validate:{invalidInput:"Please enter valid content"},tools:{keysLengthError:"Keys length must be greater than 2, default first two are label and value"}},Me={zh_cn:ye,en_us:Ce};let ie=null;function Oe(t=null){if(t){const{global:o}=t;return o.messages.value.zh_cn?o.mergeLocaleMessage("zh_cn",ye):o.setLocaleMessage("zh_cn",ye),o.messages.value.en_us?o.mergeLocaleMessage("en_us",Ce):o.setLocaleMessage("en_us",Ce),ie=t,t}return ie||(ie=ee.createI18n({legacy:!1,locale:"zh_cn",fallbackLocale:"zh_cn",messages:Me})),ie}function be(){return ie||Oe()}function le(){return be().global.t}ue.extend(Qe),ue.extend(tt);async function ot(t,o){const{fields:n,range:r=1}=o;if(!n){const a=le();throw new Error(a("excel.fieldsMappingRequired"))}let s=new pe.Workbook;await s.xlsx.load(t);const l={};return s.eachSheet(function(a,i){const c=[];a.eachRow(function(b,C){if(C>r){let w={},y=!0;Object.keys(n).forEach(g=>{const h=b.getCell(n[g]).value;w[g]=h,h&&(y=!1)}),y||c.push(w)}}),l[a._name]=c}),s=null,l}const Ne={columnWidth:30};async function nt(t,o,n=[],r={}){if(!t||!o)return;const{columnStyle:s}=r,{columnWidth:l}=Ne;o.forEach(c=>{c.width=c.width?c.width:l});const{workbook:a,worksheet:i}=lt();i.columns=o,i.addRows(n),s&&await at(a,i,s);try{const c=await a.xlsx.writeBuffer(),b=new File([c],t,{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"});Le.saveAs(b)}catch(c){console.log(c)}}function lt(){const t=new pe.Workbook;t.creator="distributor System",t.lastModifiedBy="distributor System",t.created=new Date,t.modified=new Date,t.lastPrinted=new Date;const o=t.addWorksheet("Sheet1");return{workbook:t,worksheet:o}}async function at(t,o,n){const r=Object.keys(n);for(const s of r){const l=n[s],{type:a}=l;switch(a){case"IMG":await rt(t,o,s);break}}}async function rt(t,o,n,r){const s=o.getColumn(n),l=s.values;o.getColumn(n).width=20,o.eachRow((a,i)=>{i>1&&(a.height=40)});for(let a=0,i=l.length;a<i;a++){if(a<2)continue;let c=l[a];c&&(o.getCell(s.letter+a).value="",await st(t,o,c,{width:100,height:50,col:s._number-1,row:a-1}))}}async function st(t,o,n,r){const{col:s,row:l,width:a,height:i}=r,{success:c,base64:b}=await it(n,.3);if(c){const C=t.addImage({base64:b,extension:"jpeg"});o.addImage(C,{tl:{col:s,row:l},ext:{width:a,height:i}})}}function it(t,o=1){const n=new Image;return n.setAttribute("crossOrigin","anonymous"),n.crossOrigin="anonymous",n.src=t,new Promise((r,s)=>{n.onload=()=>{const l=document.createElement("canvas");l.width=n.width,l.height=n.height,l.getContext("2d").drawImage(n,0,0,l.width,l.height),r({success:!0,base64:l.toDataURL("image/jpeg",o)})},n.onerror=()=>{r({success:!1})}})}const ke="---";async function ct(t,o){const{fields:n,range:r=1}=o;if(!n){const a=le();throw new Error(a("excel.fieldsMappingRequired"))}let s=new pe.Workbook;await s.xlsx.load(t);const l={};return s.eachSheet(function(a,i){if(a.state=="visible"){const c=[],b=n[a._name];if(b){let C=Object.values(b).some(y=>y.includes("image")),w={};C&&(a.getImages().forEach(g=>{const{tl:h}=g.range,d=s.model.media.find(m=>m.index===g.imageId);if(d){const m=d.buffer.toString("base64"),S=`data:image/${d.extension};base64,${m}`,$=`${Math.ceil(h.row)}_${Math.ceil(h.col)}`;w[$]?w[$].push(S):w[$]=[S]}}),console.log("withImages-imageMap",w)),a.eachRow(function(y,g){if(g>r){let h={},d=!0;Object.keys(b).forEach(m=>{var B;let[S,$]=b[m].split(ke);const _=y.getCell(S);let I;if($=="image"&&C){const A=_._column._number,L=`${g}_${A}`;I=w[L]||""}else _.result!=null?I=_.result:(B=_.value)!=null&&B.richText?I=_.value.richText.reduce((A,L)=>A+L.text,""):_.type==4&&_.value?I=ue(_.value).utc().format("YYYY-MM-DD HH:mm:ss"):I=_.value;I&&$=="option"&&(I=I.split(ke)[1]),h[m]=I,I&&(d=!1)}),d||c.push(h)}}),l[a._name]=c}}}),s=null,l}async function dt(t,o){if(!t||o.length==0)return;const n=ut(o);n.eachSheet(function(r,s){const{columnWidth:l}=Ne,{tableHeader:a,tableData:i}=o[r._name];a.forEach(c=>{if(c.required){const b=c.style||{},{font:C={}}=b;c.style={...b,font:{...C,color:{argb:"FFFF0000"}}}}}),r.columns=a,r.addRows(i),a.forEach(c=>{const{header:b,key:C,width:w,option:y}=c,g=r.getColumn(C);if(g.width=w||l,y){const h=n.addWorksheet(C);h.state="hidden",h.getColumn(1).values=y.map(d=>`${d.label}${ke}${d.value}`),Array(100).fill("").forEach((d,m)=>{if(m>0){const S=le();r.getCell(`${g.letter}${m}`).dataValidation={type:"list",formulae:[`${C}!$A$1:$A$${y.length}`],showErrorMessage:!0,error:S("excel.invalidInput"),errorStyle:"stop",errorMessage:S("excel.invalidOption")}}})}})});try{const r=await n.xlsx.writeBuffer(),s=new File([r],t,{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"});Le.saveAs(s)}catch(r){console.log(r)}}function ut(t){const o=le(),n=new pe.Workbook;return n.creator="distributor System",n.lastModifiedBy="distributor System",n.created=new Date,n.modified=new Date,n.lastPrinted=new Date,Object.keys(t).sort((s,l)=>{const a=t[s].sort??0,i=t[l].sort??0;return a-i}).forEach(s=>{let l=s,a=!1;/[\\/:*?\[\]]/g.test(s)&&(s=s.replace(/[\\/:*?\[\]]/g,""),a=!0),s.length>31&&(s=s.substring(0,31).trim(),a=!0,console.warn(o("excel.sheetNameTooLong",[l,s]))),a&&(t[s]=t[l],delete t[l]),n.addWorksheet(s)}),n}function ft(t){if(t<26)return String.fromCharCode(65+t);{const o=String.fromCharCode(65+Math.floor((t-26)/26)),n=String.fromCharCode(65+(t-26)%26);return o+n}}function ht(t){return new Promise(o=>{setTimeout(()=>{o()},t)})}function mt(t){return JSON.parse(JSON.stringify(t))}function gt(t){let o=[],n={},r=(s,l)=>Object.prototype.hasOwnProperty.call(s,l);for(const s of t){n[s.id]={...s,children:r(n,s.id)?n[s.id].children:[]};const l=n[s.id];s.pid==-1?o.push(l):(r(n,s.pid)||(n[s.pid]={children:[]}),n[s.pid].children.push(l))}return o}function _e(t,o=" "){return t?t.split(o).filter(n=>n.trim()):[]}class Se{constructor(o,n=["label","value","labelEn"]){this.list=o.map(r=>({...r,label:r[n[0]],labelEn:r[n[2]]??r[n[0]]??"",value:r[n[1]]})),this.map=new Map(this.list.map(r=>[r[n[1]],r]))}getName(o){if(!this.has(o))return"-";const n=be().global.locale,{label:r,labelEn:s}=this.map.get(o);return(n.value=="zh_cn"?r:s)??r??"-"}getTag(o){if(!this.has(o))return"info";const{tag:n="info"}=this.map.get(o);return n}getItem(o){return this.has(o)?this.map.get(o):null}getColor(o){if(!this.has(o))return null;const{color:n}=this.map.get(o);return n}has(o){return this.map.has(o)}}function pt(t,o=[],n="i18nName"){if(t.length==0)return new Se([]);if(o.length<2){const s=le();throw new Error(s("tools.keysLengthError"))}let r=t.map(s=>{let l={};return n&&(l.labelEn=s[n]),o.forEach((a,i)=>{i===0?l.label=s[a]:i===1?l.value=s[a]:l[a]=s[a]}),l});return new Se(r)}function yt(t){return t?t.replace(/<[^>]+>/g,""):""}function Ct(t){return t?(t.includes("\\\\u")&&(t=t.replace(/\\/g,"")),t.replace(/\\u[\dA-F]{4}/gi,o=>String.fromCharCode(parseInt(o.replace(/\\u/g,""),16)))):""}function bt(t,o=10){let n=1048576*o;return!(t.size>n)}function wt(t){return Array.from(10).fill(0).map((n,r)=>t+"_"+r)}function xt(t){let o={};return t.map((n,r)=>{let{key:s,option:l,type:a}=n,i=ft(r);l?o[s]=`${i}---option`:a==="image"?o[s]=`${i}---image`:o[s]=i}),o}function kt(t,o){return o.split(".").reduce((n,r)=>n&&n[r],t)}const lo="",he=(t,o)=>{const n=t.__vccOpts||t;for(const[r,s]of o)n[r]=s;return n},_t=["onClick"],qe=he({__name:"index",props:e.mergeModels({api:{type:Function},showCheckAll:{type:Boolean,default:!0},maxLimit:{type:Number,default:void 0},optionClick:{type:Function,default:()=>{}},data:{type:Array},labelValue:{type:Object,default:()=>({label:"label",labelEn:"labelEn",value:"value"})},changeLocal:{type:Boolean,default:!1}},{modelValue:{},modelModifiers:{}}),emits:e.mergeModels(["success","change","changeAll"],["update:modelValue"]),setup(t,{emit:o}){const n=t,r=e.useAttrs(),{t:s,locale:l}=ee.useI18n(),a=e.useModel(t,"modelValue"),i=e.computed(()=>r["value-key"]!=null),c=e.ref(""),b=e.computed(()=>{if(r.remote!==void 0)return n.data;const x=_e(c.value),{data:k,labelValue:Y}=n,Z=k||y.value;if(x.length==0)return Z;const{label:V,labelEn:ce}=Y;let D=l.value=="en_us"?ce||"i18nName":V;return x.length==1?Z.filter(oe=>oe[D].toLowerCase().includes(x[0].toLowerCase())):Z.filter(oe=>{let de=!1;return de=x.some(xe=>oe[D].toLowerCase()==xe.toLowerCase()),de})}),C=e.computed({get(){return r.multiple==null||a.value==null?!1:a.value.length==b.value.length},set(x){return x}}),w=o,y=e.ref([]),g=async()=>{const{data:x}=await n.api();y.value=[...x],w("success",y)};n.api&&g();function h(x){w("change",x),d.value&&e.nextTick(()=>{n.optionClick&&n.optionClick(d.value),d.value=null})}const d=e.ref(null);function m(x){d.value=x}const S=n.labelValue.label.split("-"),$=x=>{if(S.length==1){if(n.changeLocal)return s(x[n.labelValue.label]);let k=l.value=="en_us"?x[n.labelValue.labelEn||"i18nName"]:x[n.labelValue.label];return k=k||x[n.labelValue.label],k+""}else{let k=[];return S.forEach(Y=>{k.push(x[Y])}),k.join("-")}};function _(x){let k=n.data?n.data:y.value;a.value=x?k.map(Y=>i.value?Y:Y[n.labelValue.value]):[],e.nextTick(()=>{w("change",a.value),w("changeAll",a.value,k)})}function I(x){w("change",i.value?x:x[n.labelValue.value]),e.nextTick(()=>{n.optionClick&&n.optionClick(x)})}function B(x){return a.value.length>=n.maxLimit&&!a.value.includes(x[n.labelValue.value])}function A(x){return x.map(k=>({...k,label:$(k),value:i.value?k:k[n.labelValue.value]}))}const L=e.ref([]),E=n.data?n.data:y.value;L.value=A(E),e.watch(()=>n.data?n.data:y.value,x=>{var Y;const k=A(x);if(k.length!==L.value.length)L.value=k;else{let Z=!1;for(let V=0;V<k.length;V++)if(k[V].value!==((Y=L.value[V])==null?void 0:Y.value)){Z=!0;break}Z&&(L.value=k)}},{deep:!0});const U=e.computed(()=>L.value);return(x,k)=>{const Y=e.resolveComponent("el-checkbox"),Z=e.resolveComponent("el-select-v2"),V=e.resolveComponent("el-option"),ce=e.resolveComponent("el-select");return e.unref(r).v2!=null?(e.openBlock(),e.createBlock(Z,e.mergeProps({key:0,options:U.value,modelValue:a.value,"onUpdate:modelValue":k[1]||(k[1]=D=>a.value=D)},e.unref(r),{filterable:"","collapse-tags":"","collapse-tags-tooltip":"",clearable:"",onChange:h,onClear:h}),e.createSlots({default:e.withCtx(({item:D})=>[e.createElementVNode("div",{onClick:ae=>m(D)},e.toDisplayString(D.label),9,_t)]),_:2},[e.unref(r).multiple!=null?{name:"header",fn:e.withCtx(()=>[e.renderSlot(x.$slots,"header",{},()=>[e.createVNode(Y,{class:"mgl20",modelValue:C.value,"onUpdate:modelValue":k[0]||(k[0]=D=>C.value=D),onChange:_},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(x.$t("quan-xuan")),1)]),_:1},8,["modelValue"])],!0)]),key:"0"}:void 0]),1040,["options","modelValue"])):(e.openBlock(),e.createBlock(ce,e.mergeProps({key:1,modelValue:a.value,"onUpdate:modelValue":k[3]||(k[3]=D=>a.value=D),filterable:"","collapse-tags":"","collapse-tags-tooltip":"","filter-method":e.unref(r).remote!=null?void 0:D=>c.value=D,clearable:""},e.unref(r),{onClear:t.optionClick}),{default:e.withCtx(()=>[e.unref(r).multiple!=null&&t.showCheckAll&&t.maxLimit==null?e.renderSlot(x.$slots,"header",{key:0},()=>[e.createVNode(Y,{class:"mgl20",modelValue:C.value,"onUpdate:modelValue":k[2]||(k[2]=D=>C.value=D),onChange:_},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(x.$t("quan-xuan")),1)]),_:1},8,["modelValue"])],!0):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(b.value,(D,ae)=>(e.openBlock(),e.createBlock(V,{key:ae,label:$(D),disabled:e.unref(r).multiple!=null&&t.maxLimit>0?B(D):!1,onClick:e.withModifiers(oe=>I(D),["stop"]),value:i.value?D:D[t.labelValue.value]},null,8,["label","disabled","onClick","value"]))),128))]),_:3},16,["modelValue","filter-method","onClear"]))}}},[["__scopeId","data-v-51bd1467"]]),ro="",St=e.defineComponent({props:{name:{tyepe:String,required:!0}}});function $t(t,o,n,r,s,l){const a=e.resolveComponent("el-icon");return e.openBlock(),e.createBlock(a,{class:"cmp-icon"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.name)))]),_:1})}const $e=he(St,[["render",$t],["__scopeId","data-v-733f9daa"]]),Vt={__name:"index",emits:["ok","no"],setup(t,{emit:o}){const n=o,r=ne.debounce(()=>{n("ok")},500);function s(){n("no")}return(l,a)=>{const i=e.resolveComponent("el-popconfirm");return e.openBlock(),e.createElementBlock("span",null,[e.createVNode(i,e.mergeProps(l.$attrs,{onConfirm:e.unref(r),onCancel:s}),{reference:e.withCtx(()=>[e.renderSlot(l.$slots,"default")]),_:3},16,["onConfirm"])])}}},so="",Et=["accept"],Tt=he({__name:"index",props:{accept:{type:String,default:".xlsx,.xls"},fields:{type:Object,default:()=>({})},fileChange:{type:Function,required:!0}},emits:["fileChange"],setup(t,{emit:o}){const n=t,r=e.ref(null),s=e.ref(!1);async function l(a){s.value=!0;let i=a.target.files[0];const c=await ct(i,n.fields).catch(()=>{s.value=!1}).finally(()=>{r.value.value=null});await n.fileChange(c).finally(()=>{s.value=!1})}return(a,i)=>{const c=e.resolveComponent("el-button");return e.openBlock(),e.createElementBlock("span",null,[e.createVNode(c,{loading:s.value,class:"mgr10",onClick:i[0]||(i[0]=b=>r.value.click())},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(a.$t("dao-ru")),1)]),_:1},8,["loading"]),e.createElementVNode("input",{onChange:l,ref_key:"input",ref:r,accept:t.accept,style:{position:"absolute",width:"0px",height:"0px",opacity:"0"},type:"file"},null,40,Et)])}}},[["__scopeId","data-v-6f9ede29"]]);function Ve(t){let o={};return t.forEach(n=>{const{key:r,type:s,option:l={},value:a,dateType:i="date"}=n;if(r)if(s=="input"&&(l!=null&&l.multiple))o[r]=_e(a);else if(s=="date")if(i.includes("range")){const[c,b]=r;let[C,w]=a||[];C&&i=="daterange"&&(C=ue(C).format("YYYY-MM-DD 00:00:00"),w=ue(w).format("YYYY-MM-DD 23:59:59")),o[c]=C,o[b]=w}else o[r]=a;else o[r]=a}),o}const co="",It={key:0},Lt={class:"btns"},vt={class:"left"},Ft={class:"right"},Ae=he({__name:"index",props:{form:{type:Object,required:!0}},emits:["confirm","reset","visibleChange"],setup(t,{expose:o,emit:n}){const r=t,s=n,l=e.ref(!0),a=e.ref(null),{t:i}=ee.useI18n(),c=e.computed(()=>l.value?i("guan-bi"):i("zhan-kai"));function b(){s("confirm")}function C(m){m.option.onClear&&m.option.onClear(),s("confirm")}function w(){s("reset")}function y(){s("confirm")}function g(){return Ve(r.form.items)}const h=ne.cloneDeep(r.form.items);function d(){r.form.items.forEach(m=>{const S=h.find($=>$.key==m.key);S&&(m.value=S.value)})}return o({getPrm:g,reset:d}),(m,S)=>{const $=e.resolveComponent("el-input"),_=e.resolveComponent("el-date-picker"),I=e.resolveComponent("el-form-item"),B=e.resolveComponent("el-form"),A=e.resolveComponent("el-link"),L=e.resolveComponent("el-button");return e.openBlock(),e.createElementBlock("div",{class:"searchBar-container mgt10 mgb10",onKeydown:e.withKeys(b,["enter"])},[e.createElementVNode("div",{class:"searchBar",style:e.normalizeStyle({height:l.value?"auto":"42px"})},[e.createVNode(B,{inline:"",model:t.form.data},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.form.items.filter(E=>!E.hidden),E=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:E.key},[E.type=="br"?(e.openBlock(),e.createElementBlock("br",It)):(e.openBlock(),e.createBlock(I,{key:1,label:E.name},{default:e.withCtx(()=>{var U,x;return[E.type==="input"?(e.openBlock(),e.createBlock($,{key:0,modelValue:E.value,"onUpdate:modelValue":k=>E.value=k,class:e.normalizeClass(((U=E.option)==null?void 0:U.class)||"w150"),placeholder:m.$t("qing-shu-ru"),clearable:""},null,8,["modelValue","onUpdate:modelValue","class","placeholder"])):E.type==="custom"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(E.render),{key:1})):e.createCommentVNode("",!0),E.type==="select"?(e.openBlock(),e.createBlock(qe,e.mergeProps({key:2,class:((x=E.option)==null?void 0:x.class)||"w150",modelValue:E.value,"onUpdate:modelValue":k=>E.value=k},{ref_for:!0},E.option,{onChange:b,onClear:k=>C(E)}),null,16,["class","modelValue","onUpdate:modelValue","onClear"])):e.createCommentVNode("",!0),E.type==="date"?(e.openBlock(),e.createBlock(_,{key:3,class:e.normalizeClass({datetimerange:"w300",daterange:"w200"}[E.dateType]||"w100"),modelValue:E.value,"onUpdate:modelValue":k=>E.value=k,"value-format":{datetimerange:"YYYY-MM-DD HH:mm:ss",daterange:"YYYY-MM-DD"}[E.dateType]||"YYYY-MM-DD",type:E.dateType||"date",onFocus:k=>a.value=E,onChange:k=>y(),placeholder:m.$t("qing-xuan-ze"),"start-placeholder":m.$t("kai-shi-shi-jian"),"end-placeholder":m.$t("jie-shu-shi-jian")},null,8,["class","modelValue","onUpdate:modelValue","value-format","type","onFocus","onChange","placeholder","start-placeholder","end-placeholder"])):e.createCommentVNode("",!0)]}),_:2},1032,["label"]))],64))),128))]),_:1},8,["model"])],4),e.createElementVNode("div",Lt,[e.createElementVNode("div",vt,[e.renderSlot(m.$slots,"table-header-left",{},void 0,!0)]),e.createElementVNode("div",Ft,[e.createVNode(A,{underline:"never",class:"mgr10",onClick:S[0]||(S[0]=()=>{s("visibleChange",!l.value),l.value=!l.value})},{default:e.withCtx(()=>[e.createVNode($e,{name:l.value?"ArrowUp":"ArrowDown"},null,8,["name"]),e.createTextVNode(" "+e.toDisplayString(c.value),1)]),_:1}),e.createVNode(L,{type:"primary",onClick:b},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m.$t("shai-xuan")),1)]),_:1}),e.createVNode(L,{type:"primary",onClick:w},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m.$t("chong-zhi")),1)]),_:1}),e.renderSlot(m.$slots,"btn",{},void 0,!0)])])],32)}}},[["__scopeId","data-v-3c0a6716"]]),je={pageNoKey:"pageNo",pageSizeKey:"pageSize",totalKey:"total",defaultPageSize:10,pageSizes:[10,50,100,500],responseDataKeys:{rows:["rows","records","list"],total:["totalRows","total"]},showSearch:!1,showPage:!1,showShadow:!1,showCheckBox:!1,enableCellCopy:!0};let me={...je};function Dt(t){me={...me,...t,responseDataKeys:{...me.responseDataKeys,...t.responseDataKeys||{}}}}function Re(){return me}function Bt(){me={...je}}const fo="",zt={class:"center"},Mt=he({__name:"index",props:{id:{type:String,required:!1},loading:{type:Boolean,default:!1},immediate:{type:Boolean,default:!0},searchForm:{type:Object,default:()=>({items:[],selections:[]})},api:{type:Function},data:{type:Array},tableConfig:{type:Object,default:()=>({})}},setup(t,{expose:o}){const{t:n,locale:r}=ee.useI18n(),s=ve.useRoute(),l=Re(),a=t,i=e.ref(!1),c=e.ref([]);a.searchForm.showSearch===void 0&&(a.searchForm.showSearch=l.showSearch),a.searchForm.showPage===void 0&&(a.searchForm.showPage=l.showPage),a.searchForm.showShadow===void 0&&(a.searchForm.showShadow=l.showShadow),a.searchForm.showCheckBox===void 0&&(a.searchForm.showCheckBox=l.showCheckBox),a.searchForm.enableCellCopy===void 0&&(a.searchForm.enableCellCopy=l.enableCellCopy),a.searchForm.selections||(a.searchForm.selections=[]);const b=e.computed(()=>{const f=s.path.replace(/\//g,"-").replace(/^-/,"")||"default-table";return a.id?`listPageId-${f}-${a.id}`:`listPageId-${f}`}),C=ne.cloneDeep(a.searchForm.items),w=a.searchForm.pageNoKey||l.pageNoKey,y=a.searchForm.pageSizeKey||l.pageSizeKey,g=e.reactive({[w]:1,[y]:a.searchForm.defaultPageSize||l.defaultPageSize,total:0}),h=e.ref(null),d=e.ref(null),m=e.ref(450),S=ne.debounce(()=>{e.nextTick(()=>{if(!d.value)return;const u=d.value.getBoundingClientRect(),T=window.innerHeight,F=u.top,N=100,P=T-F-N,z=200;m.value=Math.max(P,z)})},100),$=()=>{S()},_=()=>{if(!a.searchForm.enableCellCopy&&!l.enableCellCopy)return!1;const f=h.value;if(!f||!f.$el)return!1;const u=f.$el;return u.classList.add("cell-copy-enabled"),u.setAttribute("tabindex","-1"),u.removeEventListener("mousedown",D),u.removeEventListener("mousemove",ae),u.removeEventListener("mouseup",oe),u.removeEventListener("keydown",Te),u.addEventListener("mousedown",D),u.addEventListener("mousemove",ae),u.addEventListener("mouseup",oe),u.addEventListener("keydown",Te),!0};e.onMounted(()=>{S(),window.addEventListener("resize",$),(a.searchForm.enableCellCopy||l.enableCellCopy)&&(document.addEventListener("mouseup",Ke),document.addEventListener("mousedown",We),setTimeout(()=>{_()},500))}),e.onUpdated(()=>{(a.searchForm.enableCellCopy||l.enableCellCopy)&&setTimeout(()=>{_()},500)}),e.onUnmounted(()=>{if(window.removeEventListener("resize",$),a.searchForm.enableCellCopy||l.enableCellCopy){document.removeEventListener("mouseup",Ke),document.removeEventListener("mousedown",We);const f=h.value;if(f&&f.$el){const u=f.$el;u.removeEventListener("mousedown",D),u.removeEventListener("mousemove",ae),u.removeEventListener("mouseup",oe),u.removeEventListener("keydown",Te)}}});const I=e.computed(()=>Z.value.height||m.value);let B;async function A(f){const{dataFormat:u}=a.tableConfig;f[w]!=1&&(f.nextSearchAfter=B),i.value=!0;const{code:T,data:F={}}=await a.api(f).finally(()=>{i.value=!1,a.searchForm.selections=[]});if(T==200){let N=[];for(const z of l.responseDataKeys.rows)if(F[z]){N=F[z];break}let P=0;for(const z of l.responseDataKeys.total)if(F[z]!==void 0){P=F[z];break}c.value=u?u(N):N,g.total=P,B=F.nextSearchAfter,(a.searchForm.enableCellCopy||l.enableCellCopy)&&e.nextTick(()=>{setTimeout(()=>{_()},100)})}}function L(f={}){const{searchData:u=()=>({})}=a.tableConfig,T=u();A({...g,...Ve(a.searchForm.items),...f,...T})}function E(){const{reset:f}=a.tableConfig;f&&f(),a.searchForm.items.forEach(u=>{const T=C.find(F=>ne.isArray(u.key)&&ne.isArray(F.key)?u.key.join(",")==F.key.join(","):F.key==u.key);T&&(u.value=T.value)}),L()}a.api&&a.immediate&&L();function U(){return{...g,...Ve(a.searchForm.items)}}const x=()=>{const f=h.value;f&&f.clearSort()},k=e.reactive({storage:!0}),Y=e.reactive({drag:!0,resizable:!0,maxFixedSize:0}),Z=e.computed(()=>{const{customConfig:f,columnConfig:u,...T}=a.tableConfig;return{headerAlign:"left",align:"center",customConfig:{...k,...f},columnConfig:{...Y,...u},"virtual-x-config":{enabled:!1,scrollToLeftOnChange:!1},"virtual-y-config":{enabled:!0,gt:100},...T}}),V=e.reactive({isSelecting:!1,startCell:null,endCell:null,selectedCells:[]}),ce=f=>{const u=f.closest(".vxe-body--column");if(!u||u.classList.contains("col--checkbox")||u.classList.contains("col--seq"))return null;const T=u.closest(".vxe-body--row");if(!T)return null;const F=h.value;if(!F)return null;let N=-1;const P=T.getAttribute("data-rowid");if(P!=null)N=parseInt(P,10);else{const M=T.parentElement;N=Array.from(M.querySelectorAll(".vxe-body--row")).indexOf(T)}if(N<0)return null;let z=-1;const Q=u.getAttribute("data-colid");if(Q&&(z=F.getColumns().findIndex(v=>v.id===Q)),z<0){const v=Array.from(T.querySelectorAll(".vxe-body--column")).indexOf(u),j=!!u.closest(".vxe-table--fixed-left-wrapper"),H=!!u.closest(".vxe-table--fixed-right-wrapper"),q=F.getColumns();if(j){const K=q.filter(R=>R.fixed==="left");v<K.length&&(z=q.indexOf(K[v]))}else if(H){const K=q.filter(R=>R.fixed==="right");v<K.length&&(z=q.indexOf(K[v]))}else{const K=a.searchForm.showCheckBox?1:0;z=q.filter(G=>G.fixed==="left").length+v-K}}return z<0?null:{rowIndex:N,colIndex:z,cell:u}},D=f=>{const u=ce(f.target);if(!u){de();return}V.isSelecting=!0,V.startCell={rowIndex:u.rowIndex,colIndex:u.colIndex},V.endCell={...V.startCell},xe(),He()},ae=f=>{if(!V.isSelecting)return;const u=ce(f.target);u&&(V.endCell={rowIndex:u.rowIndex,colIndex:u.colIndex},xe(),He())},oe=()=>{V.isSelecting=!1},de=()=>{V.selectedCells=[],V.startCell=null,V.endCell=null;const f=h.value;if(!f)return;f.$el.querySelectorAll(".cell-selected, .cell-border-top, .cell-border-right, .cell-border-bottom, .cell-border-left").forEach(T=>{T.classList.remove("cell-selected","cell-border-top","cell-border-right","cell-border-bottom","cell-border-left")})},xe=()=>{if(!V.startCell||!V.endCell){V.selectedCells=[];return}const f=V.startCell.rowIndex,u=V.endCell.rowIndex,T=V.startCell.colIndex,F=V.endCell.colIndex,N=Math.min(f,u),P=Math.max(f,u),z=Math.min(T,F),Q=Math.max(T,F);V.selectedCells=[];for(let M=N;M<=P;M++)for(let v=z;v<=Q;v++)V.selectedCells.push({rowIndex:M,colIndex:v})},He=()=>{e.nextTick(()=>{const f=h.value;if(!f)return;const u=f.$el;if(u.querySelectorAll(".cell-selected, .cell-border-top, .cell-border-right, .cell-border-bottom, .cell-border-left").forEach(j=>{j.classList.remove("cell-selected","cell-border-top","cell-border-right","cell-border-bottom","cell-border-left")}),V.selectedCells.length===0)return;const T=f.getColumns(),F=V.selectedCells.map(j=>j.rowIndex),N=V.selectedCells.map(j=>j.colIndex),P=Math.min(...F),z=Math.max(...F),Q=Math.min(...N),M=Math.max(...N),v=[u.querySelector(".vxe-table--body-wrapper tbody"),u.querySelector(".vxe-table--fixed-left-wrapper tbody"),u.querySelector(".vxe-table--fixed-right-wrapper tbody")].filter(Boolean);V.selectedCells.forEach(({rowIndex:j,colIndex:H})=>{const q=T[H];if(!q)return;const K=q.fixed==="left",R=q.fixed==="right";for(const G of v){const ge=G.querySelectorAll(".vxe-body--row")[j];if(!ge)continue;const re=Array.from(ge.querySelectorAll(".vxe-body--column"));let O=null;if(K&&G.closest(".vxe-table--fixed-left-wrapper")){const J=T.filter(X=>X.fixed==="left").indexOf(q);O=re[J]}else if(R&&G.closest(".vxe-table--fixed-right-wrapper")){const J=T.filter(X=>X.fixed==="right").indexOf(q);O=re[J]}else if(!K&&!R&&G.closest(".vxe-table--body-wrapper")){const se=a.searchForm.showCheckBox?1:0,J=T.filter(Ie=>Ie.fixed==="left").length,X=H-J;O=re[X+se]}if(O&&!O.classList.contains("col--checkbox")&&!O.classList.contains("col--seq")){O.classList.add("cell-selected"),j===P&&O.classList.add("cell-border-top"),j===z&&O.classList.add("cell-border-bottom"),H===Q&&O.classList.add("cell-border-left"),H===M&&O.classList.add("cell-border-right");break}}})})},eo=async()=>{if(V.selectedCells.length===0)return;const f=h.value;if(!f)return;const u=f.$el,T=f.getColumns(),F=[...new Set(V.selectedCells.map(M=>M.rowIndex))].sort((M,v)=>M-v),N=[...new Set(V.selectedCells.map(M=>M.colIndex))].sort((M,v)=>M-v),P=[u.querySelector(".vxe-table--body-wrapper tbody"),u.querySelector(".vxe-table--fixed-left-wrapper tbody"),u.querySelector(".vxe-table--fixed-right-wrapper tbody")].filter(Boolean),z=[];F.forEach(M=>{const v=[];N.forEach(j=>{const H=T[j];if(!H){v.push("");return}const q=H.fixed==="left",K=H.fixed==="right";let R="";for(const G of P){const ge=G.querySelectorAll(".vxe-body--row")[M];if(!ge)continue;const re=Array.from(ge.querySelectorAll(".vxe-body--column"));let O=null;if(q&&G.closest(".vxe-table--fixed-left-wrapper")){const J=T.filter(X=>X.fixed==="left").indexOf(H);O=re[J]}else if(K&&G.closest(".vxe-table--fixed-right-wrapper")){const J=T.filter(X=>X.fixed==="right").indexOf(H);O=re[J]}else if(!q&&!K&&G.closest(".vxe-table--body-wrapper")){const se=a.searchForm.showCheckBox?1:0,J=T.filter(Ie=>Ie.fixed==="left").length,X=j-J;O=re[X+se]}if(O&&!O.classList.contains("col--checkbox")&&!O.classList.contains("col--seq")){R=O.innerText||O.textContent||"",R=R.trim(),R=R.replace(/\n/g," ").replace(/\s+/g," ");break}}v.push(R)}),z.push(v.join(" "))});const Q=z.join(`
|
|
2
|
-
`);try{await navigator.clipboard.writeText(Q)}catch(M){console.error("复制失败:",M)}},Te=f=>{!a.searchForm.enableCellCopy&&!l.enableCellCopy||((f.ctrlKey||f.metaKey)&&f.key==="c"?V.selectedCells.length>0&&(f.preventDefault(),f.stopPropagation(),eo()):f.key==="Escape"&&de())},Ke=()=>{V.isSelecting=!1},We=f=>{const u=h.value;if(!u||!u.$el)return;u.$el.contains(f.target)||de()},to=f=>{g[w]=f,L()},oo=f=>{g[y]=f,g[w]=1,L()};function Ze(){const f=h.value.getCheckboxRecords();a.searchForm.selections=f}const Ge=f=>{const u=h.value;if(u){u.toggleCheckboxRow(f);const T=h.value.getCheckboxRecords();a.searchForm.selections=T}};return o({tableRef:h,getList:L,getPrm:U,clearSort:x,calculateTableHeight:S}),(f,u)=>{var M;const T=e.resolveComponent("el-button"),F=e.resolveComponent("el-checkbox"),N=e.resolveComponent("el-text"),P=e.resolveComponent("vxe-column"),z=e.resolveComponent("VxeTable"),Q=e.resolveComponent("el-pagination");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass({box:t.searchForm.showShadow})},[t.searchForm.showSearch?(e.openBlock(),e.createBlock(Ae,{key:0,form:t.searchForm,onReset:E,onConfirm:u[1]||(u[1]=v=>L()),onVisibleChange:e.unref(S)},{btn:e.withCtx(()=>[u[3]||(u[3]=e.createElementVNode("span",{class:"mgr10"},null,-1)),e.renderSlot(f.$slots,"search-bar-btn",{},void 0,!0),e.createVNode(T,{class:"mgl10",round:"",onClick:u[0]||(u[0]=v=>h.value.openCustom())},{default:e.withCtx(()=>[e.createVNode($e,{name:"Tools"})]),_:1})]),_:3},8,["form","onVisibleChange"])):e.createCommentVNode("",!0),e.renderSlot(f.$slots,"table-header-left",{},void 0,!0),e.createElementVNode("div",{ref_key:"tableContentRef",ref:d},[e.createVNode(z,e.mergeProps({id:b.value,ref_key:"tableRef",ref:h,loading:t.loading||i.value,data:t.api?c.value:t.data,border:""},Z.value,{height:I.value,onCheckboxChange:Ze,onCheckboxAll:Ze,onSortChange:(M=Z.value["sort-config"])==null?void 0:M.sortChange}),{default:e.withCtx(()=>[t.searchForm.showCheckBox==null||t.searchForm.showCheckBox?(e.openBlock(),e.createBlock(P,{key:0,type:"checkbox",width:e.unref(r)=="zh_cn"?80:150,title:f.$t("xu-hao"),fixed:"left"},{checkbox:e.withCtx(({rowIndex:v,row:j,checked:H,disabled:q,indeterminate:K})=>[e.createElementVNode("div",zt,[H?(e.openBlock(),e.createBlock(F,{key:0,checked:!0,disabled:q,size:"default",onClick:e.withModifiers(R=>!q&&Ge(j),["stop"])},null,8,["disabled","onClick"])):(e.openBlock(),e.createBlock(F,{key:1,disabled:q,checked:!1,size:"default",onClick:e.withModifiers(R=>!q&&Ge(j),["stop"])},null,8,["disabled","onClick"])),e.createVNode(N,{type:"info",class:"mgl5"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(v+1),1)]),_:2},1024)])]),_:1},8,["width","title"])):e.createCommentVNode("",!0),e.renderSlot(f.$slots,"default",{},void 0,!0)]),_:3},16,["id","loading","data","height","onSortChange"])],512),t.searchForm.showPage?(e.openBlock(),e.createBlock(Q,{key:1,"current-page":g[e.unref(w)],"onUpdate:currentPage":u[2]||(u[2]=v=>g[e.unref(w)]=v),class:"myPagination mgt10",background:"",layout:"total, sizes, prev, pager, next",total:g.total,"page-size":g[e.unref(y)],"page-sizes":t.searchForm.pageSizes||e.unref(l).pageSizes,onCurrentChange:to,onSizeChange:oo},null,8,["current-page","total","page-size","page-sizes"])):e.createCommentVNode("",!0)],2)}}},[["__scopeId","data-v-c022c16d"]]),Ot={__name:"index",props:{sheetsConfig:{type:Object,required:!0},fileName:{type:String,required:!0}},setup(t){const o=t;function n(){dt(o.fileName,o.sheetsConfig)}return(r,s)=>{const l=e.resolveComponent("el-link");return e.openBlock(),e.createBlock(l,e.mergeProps({type:"primary",underline:"never"},r.$attrs,{onClick:n}),{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.$t("xia-zai-dao-ru-mo-ban")),1)]),_:1},16)}}},Nt={mounted(t,o){o.value&&Ue(t)},updated(t,o){o.value?Ue(t):Pe(t)},beforeUnmount(t){Pe(t)}};async function Ue(t){await y();const o=t.querySelector(".el-dialog");if(!o)return;const n=t.querySelector(".el-dialog__header"),r=t.querySelector(".el-overlay");r.style.cssText+="overflow: hidden;",n.style.cursor="move";let s=!1,l={window:{width:0,height:0},dialog:{x:0,y:0,width:0,height:0,marginTop:""},mouse:{x:0,y:0},drag:{x:0,y:0}};n.addEventListener("mousedown",c),document.addEventListener("mousemove",b),document.addEventListener("mouseup",C),window.addEventListener("resize",w);function a(){l.mouse.x-l.drag.x>=l.dialog.x&&(l.drag.x=l.mouse.x-l.dialog.x),l.drag.x-l.mouse.x>=l.window.width-(l.dialog.x+l.dialog.width)&&(l.drag.x=l.mouse.x+l.window.width-l.dialog.x-l.dialog.width),l.mouse.y-l.drag.y>=l.dialog.y&&(l.drag.y=l.mouse.y-l.dialog.y),l.drag.y-l.mouse.y>=l.window.height-(l.dialog.y+l.dialog.height)&&(l.drag.y=l.mouse.y+l.window.height-l.dialog.y-l.dialog.height),i()}function i(){let g=l.drag.y-l.mouse.y+l.dialog.y,h=l.drag.x-l.mouse.x+l.dialog.x;o.style.cssText+=`position: absolute; top: calc(${g}px - ${l.dialog.marginTop}); left: ${h}px;`}function c(g){g.button===0&&(l.window={width:document.body.clientWidth,height:document.body.clientHeight},l.dialog=o.getBoundingClientRect(),l.dialog.marginTop=window.getComputedStyle(o).marginTop,l.mouse={x:g.clientX,y:g.clientY},s=!0)}function b(g){s&&(l.drag={x:g.clientX,y:g.clientY},r.style.userSelect="none",a())}function C(g){r.style.userSelect="auto",s=!1}function w(g){}function y(){return new Promise((g,h)=>{setTimeout(()=>{g()},500)})}t.__mouseDown__=c,t.__mouseUp__=C,t.__mouseMove__=b,t.__sizeChange__=w}function Pe(t){document.removeEventListener("mousedown",t.__mouseDown__),document.removeEventListener("mousemove",t.__mouseMove__),document.removeEventListener("mouseup",t.__mouseUp__),window.removeEventListener("resize",t.__sizeChange__)}const mo="",qt={key:0,class:"drawer-btn"},At={key:1},jt={__name:"index",props:{layer:{type:Object,default:()=>({show:!1,type:"layer",title:"",showButton:!1}),required:!0},loading:{type:Boolean,default:!1}},emits:["confirm"],setup(t,{emit:o}){const n=t,r=o,{t:s}=ee.useI18n(),l=ne.debounce(()=>{r("confirm")},300);async function a(){n.layer.type=="drawer"?n.layer.onClose?n.layer.onClose():await W.ElMessageBox.confirm(s("que-ding-guan-bi-ma"),{confirmButtonText:s("que-ding"),cancelButtonText:s("qu-xiao"),type:"warning"}).catch(()=>{})=="confirm"&&(n.layer.show=!1):n.layer.show=!1}return(i,c)=>{const b=e.resolveComponent("el-button"),C=e.resolveComponent("el-drawer"),w=e.resolveComponent("el-dialog");return t.layer.type?(e.openBlock(),e.createBlock(C,{key:0,modelValue:t.layer.show,"onUpdate:modelValue":c[0]||(c[0]=y=>t.layer.show=y),size:t.layer.width||"100%",title:t.layer.title,direction:"rtl","append-to-body":"","before-close":a,class:"drawer-content"},{default:e.withCtx(()=>[e.renderSlot(i.$slots,"default"),c[2]||(c[2]=e.createElementVNode("p",{class:"mgt50"},null,-1)),t.layer.showButton?(e.openBlock(),e.createElementBlock("div",qt,[e.renderSlot(i.$slots,"btn",{},()=>[e.createVNode(b,{onClick:a},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.$t("qu-xiao")),1)]),_:1}),e.createVNode(b,{type:"primary",loading:t.loading,onClick:e.unref(l)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.$t("ti-jiao")),1)]),_:1},8,["loading","onClick"])])])):e.createCommentVNode("",!0)]),_:3},8,["modelValue","size","title"])):e.withDirectives((e.openBlock(),e.createElementBlock("div",At,[e.createVNode(w,{"close-on-click-modal":!1,modelValue:t.layer.show,"onUpdate:modelValue":c[1]||(c[1]=y=>t.layer.show=y),title:t.layer.title,width:t.layer.width||500,center:""},e.createSlots({default:e.withCtx(()=>[e.renderSlot(i.$slots,"default")]),_:2},[t.layer.showButton?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(i.$slots,"btn",{},()=>[e.createVNode(b,{onClick:a},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.$t("qu-xiao")),1)]),_:1}),e.createVNode(b,{type:"primary",onClick:e.unref(l)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.$t("ti-jiao")),1)]),_:1},8,["onClick"])])]),key:"0"}:void 0]),1032,["modelValue","title","width"])])),[[e.unref(Nt),t.layer.show]])}}};function Rt(t,o={}){const n=le(),r={inForm:!0,required:!0,...o},s={phone:/^1(3[0-9]|4[01456879]|5[0-35-9]|6[2567]|7[0-8]|8[0-9]|9[0-35-9])\d{8}$/,password:/(?=.*\d)(?=.*[a-zA-Z])(?=.*[^a-zA-Z0-9]).{8,12}/,email:/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/}[t],{inForm:l,value:a,required:i,msg:c=n("validate.invalidInput")}=r;return l?function(b,C,w){if(i){s.test(C)?w():w(new Error(c));return}C&&!s.test(C)?w(new Error(c)):w()}:s.test(a)}class Ut{constructor(o={}){this.config={clientCode:o.clientCode||"one-portal",casServerUrl:`https://one-portal${o.isTest?"-test":""}.joy-group.com/api`,casPortalUrl:`https://one-portal${o.isTest?"-test":""}.joy-group.com`,serviceUrl:o.serviceUrl||window.location.origin+"/cas/callback",tokenKey:o.tokenKey||"one_portal_token",userKey:o.userKey||"one_portal_user",debug:o.debug||!1,autoLogin:o.autoLogin!==!1,loginCallback:o.loginCallback||null,logoutCallback:o.logoutCallback||null,errorCallback:o.errorCallback||null},this.token=null,this.user=null,this.init()}init(){this.log("OnePortal CAS SDK 初始化中..."),this.loadFromStorage();const n=new URLSearchParams(window.location.search).get("ticket");this.isLoggedIn()&&this.config.loginCallback?this.config.loginCallback(this.user,this.token):n?(this.log("检测到ST票据:",n),this.validateTicket(n)):this.config.autoLogin&&!this.isLoggedIn()&&(this.log("用户未登录,准备跳转到CAS登录页面"),this.login())}loadFromStorage(){try{this.token=localStorage.getItem(this.config.tokenKey);const o=localStorage.getItem(this.config.userKey);o&&(this.user=JSON.parse(o)),this.log("从本地存储加载数据:",{token:!!this.token,user:!!this.user})}catch(o){this.log("加载本地存储数据失败:",o)}}saveToStorage(){try{this.token&&localStorage.setItem(this.config.tokenKey,this.token),this.user&&localStorage.setItem(this.config.userKey,JSON.stringify(this.user)),this.log("数据已保存到本地存储")}catch(o){this.log("保存到本地存储失败:",o)}}clearStorage(){try{localStorage.removeItem(this.config.tokenKey),localStorage.removeItem(this.config.userKey),this.log("本地存储已清除")}catch(o){this.log("清除本地存储失败:",o)}}isLoggedIn(){return!!(this.token&&this.user)}getUser(){return this.user}getToken(){return this.token}login(){const o=`${this.config.casPortalUrl}?appCode=${this.config.clientCode}&redirectUrl=${encodeURIComponent(this.config.serviceUrl)}`;this.log("跳转到CAS登录页面:",o),window.location.href=o}async validateTicket(o){try{this.log("验证ST票据:",o);const n=await fetch(`${this.config.casServerUrl}/auth/validateST?ticket=${o}`,{method:"GET",headers:{"Content-Type":"application/json"}});if(!n.ok)throw new Error(`HTTP ${n.status}: ${n.statusText}`);const r=await n.json();if(r.success&&r.data)return this.token=r.data.token,this.user=r.data.user,this.saveToStorage(),this.clearTicketFromUrl(),this.log("ST票据验证成功,用户登录成功:",this.user),this.config.loginCallback&&this.config.loginCallback(this.user,this.token),!0;throw new Error(r.message||"ST票据验证失败")}catch(n){return this.log("ST票据验证失败:",n),this.handleError(n),!1}}clearTicketFromUrl(){const o=new URL(window.location);o.searchParams.delete("ticket"),window.history.replaceState({},document.title,o.toString())}async logout(o=!0){try{if(this.log("用户登出"),this.token)try{await fetch(`${this.config.casServerUrl}/auth/logout`,{method:"POST",headers:{AppId:this.config.clientCode,Authorization:`Bearer ${this.token}`,"Content-Type":"application/json"}})}catch(n){this.log("调用服务端登出接口失败:",n)}this.token=null,this.user=null,this.clearStorage(),this.config.logoutCallback&&this.config.logoutCallback(),o&&this.login()}catch(n){this.log("登出失败:",n),this.handleError(n)}}async request(o,n={}){const r={headers:{"Content-Type":"application/json",...n.headers},...n};r.headers.appId=this.config.clientCode,this.token&&(r.headers.Authorization=`Bearer ${this.token}`);try{const s=await fetch(o,r);return s.status===401?(this.log("Token已过期,需要重新登录"),this.logout(),null):s}catch(s){throw this.log("请求失败:",s),s}}async fetchUserInfo(){try{const o=await this.request(`${this.config.casServerUrl}/auth/user`);if(o&&o.ok){const n=await o.json();if(n.success&&n.data)return this.user=n.data,this.saveToStorage(),this.user}return null}catch(o){return this.log("获取用户信息失败:",o),null}}async refreshToken(){this.log("Token刷新功能暂未实现")}handleError(o){this.log("发生错误:",o),this.config.errorCallback&&this.config.errorCallback(o)}log(...o){this.config.debug&&console.log("[OnePortal CAS SDK]",...o)}checkLoginStatus(){return!this.isLoggedIn()&&this.config.autoLogin?(this.login(),!1):this.isLoggedIn()}setConfig(o,n){this.config[o]=n}getConfig(o){return this.config[o]}}function Pt(t,o={}){const r=Object.assign({manual:!1,log:!1,params:null,format:null},o),{manual:s,log:l,params:a={},cb:i,format:c}=r,b=e.ref([]),C=e.ref(!1),w=y=>{const g=y||a;C.value=!0,t(g).then(h=>{const{code:d,data:m,msg:S}=h;if(i){const{records:$,rows:_}=m||{},I=$||_?$||_:m;b.value=Ee(I,c),i(h)}if(m){if(m.records!=null||m.rows!=null){const{records:$,rows:_,total:I=0}=m||{};g&&g.total!=null&&(a.total=parseInt(I)),b.value=Ee($||_||[],c)}else b.value=Ee(m,c);l&&console.log("useRequest-res",b.value)}}).catch(h=>{i&&(console.log("useRequestErr",h),i({code:500}))}).finally(()=>{C.value=!1})};return s||w(),[C,b,w]}function Yt(t){const o=e.ref(t),n=e.ref(""),r=e.ref("");return e.watch(o,s=>{const l=s||["",""];n.value=l[0],r.value=l[1]}),[o,n,r]}function Ht(t){return Object.prototype.toString.call(t).slice(8,-1).toLowerCase()}function Ee(t,o){if(!o)return t;if(t instanceof Array)return t.map(r=>{let s={};return o.forEach(l=>s[l]=r[l]),s});let n={};return o.forEach(r=>n[r]=t[r]),n}function Kt(t,o=[]){const{locale:n}=ee.useI18n(),r=e.ref(t());return e.watch([n,...o],()=>{r.value=t()},{immediate:!0}),r}function Wt(t,o="zh_cn",n="en_us"){if(!t)return"-";const r={en_us:n,zh_cn:o},l=be().global.locale.value;return t[r[l]]||t[o]||"-"}function Zt(t,o){let n=te.mapState;return typeof t=="string"&&t.length>0&&(n=te.createNamespacedHelpers(t).mapState),Ye(o,n)}function Gt(t,o){let n=te.mapGetters;return typeof t=="string"&&t.length>0&&(n=te.createNamespacedHelpers(t).mapGetters),Ye(o,n)}function Jt(t,o){let n=te.mapActions;return typeof t=="string"&&t.length>0&&(n=te.createNamespacedHelpers(t).mapActions),Xt(o,n)}function Ye(t,o){const n=te.useStore(),r=o(t),s={};return Object.keys(r).forEach(l=>{const a=r[l].bind({$store:n});s[l]=e.computed(a)}),s}function Xt(t,o){const n=te.useStore(),r=o(t),s={};return Object.keys(r).forEach(l=>{s[l]=r[l].bind({$store:n})}),s}function we(t){return typeof t=="function"||Object.prototype.toString.call(t)==="[object Object]"&&!e.isVNode(t)}function Qt(){fe.VxeUI.renderer.add("Enum",{renderTableDefault(t,o){let n;if([null,void 0].includes(o.row[o.column.field]))return"-";const r=o.row[o.column.field];if(t.type=="tag"){let s;return e.createVNode(e.resolveComponent("el-text"),{type:t.enum.getTag(r)},we(s=t.enum.getName(r))?s:{default:()=>[s]})}return e.createVNode(e.resolveComponent("el-text"),null,we(n=t.enum.getName(r))?n:{default:()=>[n]})}}),fe.VxeUI.renderer.add("InputNumber",{renderTableDefault(t,o){return e.createVNode(W.ElInputNumber,e.mergeProps({modelValue:o.row[o.column.field],"onUpdate:modelValue":n=>o.row[o.column.field]=n},t.props,{"step-strictly":!0,"value-on-clear":0}),null)}}),fe.VxeUI.renderer.add("TrueFalse",{renderTableDefault(t,o){const{locale:n}=ee.useI18n();let r=n.value=="zh_cn";return e.createVNode(W.ElText,{type:o.row[o.column.field]?"success":"danger"},{default:()=>[o.row[o.column.field]?r?"是":"YES":r?"否":"NO"]})}}),fe.VxeUI.renderer.add("I18n",{renderTableDefault(t,o){const{locale:n}=ee.useI18n();let r=n.value=="zh_cn"?o.column.field:t.fieldEn;return o.row[r]||o.row[o.column.field]}}),fe.VxeUI.renderer.add("Link",{renderTableDefault(t,o){let n=o.column.field;const r=ve.useRouter(),{multiple:s,to:l,openType:a="system"}=t,i=o.row[n];function c(b,C){a=="blank"?window.open(b):r.push({path:b,query:{[n]:C}})}if(s){const b=(i==null?void 0:i.split(","))||[];return b.map((C,w)=>e.createVNode("span",null,[e.createVNode(W.ElLink,{underline:"never",type:"primary",onclick:()=>c(a=="stystem"?l:C,C)},we(C)?C:{default:()=>[C]}),w<b.length-1?",":""]))}return e.createVNode(W.ElLink,{underline:"never",type:"primary",onclick:()=>c(a=="stystem"?l:i,i)},we(i)?i:{default:()=>[i]})}})}p.CmpDictionary=qe,p.CmpIcon=$e,p.ConfrimButton=Vt,p.DownExcelTemp=Ot,p.ImportButton=Tt,p.LayOutForm=Je,p.Layer=jt,p.ListPage=Mt,p.OnePortalCasSDK=Ut,p.SearchBar=Ae,p.StatusMap=Se,p._toRaw=mt,p._typeOf=Ht,p.arrToStatusMap=pt,p.arrayToTree=gt,p.checkFileSize=bt,p.creatValidator=Rt,p.createImportFields=xt,p.createListPageId=wt,p.en_us=Ce,p.exportExcel=nt,p.getI18n=be,p.getI18nT=le,p.getListPageConfig=Re,p.getLocaleValue=Wt,p.getValueBykey=kt,p.importExcel=ot,p.messages=Me,p.registerVxeRenderers=Qt,p.resetListPageConfig=Bt,p.setListPageConfig=Dt,p.setupI18n=Oe,p.sleep=ht,p.stringToArray=_e,p.stripHtmlTags=yt,p.unicode2Str=Ct,p.useActions=Jt,p.useDatePicker=Yt,p.useGetters=Gt,p.useI18nReState=Kt,p.useRequest=Pt,p.useState=Zt,p.zh_cn=ye,Object.defineProperty(p,Symbol.toStringTag,{value:"Module"})});
|
|
1
|
+
(function(p,W){typeof exports=="object"&&typeof module<"u"?W(exports,require("element-plus"),require("vue"),require("file-saver"),require("exceljs"),require("dayjs"),require("vue-i18n"),require("lodash"),require("vue-router"),require("vuex"),require("vxe-pc-ui")):typeof define=="function"&&define.amd?define(["exports","element-plus","vue","file-saver","exceljs","dayjs","vue-i18n","lodash","vue-router","vuex","vxe-pc-ui"],W):(p=typeof globalThis<"u"?globalThis:p||self,W(p.JoyAdminComponents={},p.ElementPlus,p.Vue,p.fileSaver,p.ExcelJS,p.dayjs,p.VueI18n,p._,p.VueRouter,p.Vuex,p.VxeUI))})(this,function(p,W,e,Le,pe,ue,ee,ne,ve,te,fe){"use strict";const Je=e.defineComponent({name:"LayOutForm",setup(t,{slots:o,attrs:n,emit:r}){const s=e.ref(null),l=()=>o.default?o.default().filter(i=>i.type!==Symbol.for("v-cmt")).map(i=>i.type===Symbol.for("v-fgt")?i.children:i).flat().map(i=>{var c;return e.h(W.ElCol,{span:((c=i.props)==null?void 0:c.span)||24},{default:()=>i})}):null;e.onMounted(()=>{r("ref",s.value)});function a(){return e.h(W.ElForm,{...n,ref:s},()=>e.h(W.ElRow,{gutter:n.gutter??20},{default:()=>l()}))}return a}});var Fe=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function De(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Be={exports:{}};(function(t,o){(function(n,r){t.exports=r()})(Fe,function(){var n="minute",r=/[+-]\d\d(?::?\d\d)?/g,s=/([+-]|\d\d)/g;return function(l,a,i){var c=a.prototype;i.utc=function(d){var m={date:d,utc:!0,args:arguments};return new a(m)},c.utc=function(d){var m=i(this.toDate(),{locale:this.$L,utc:!0});return d?m.add(this.utcOffset(),n):m},c.local=function(){return i(this.toDate(),{locale:this.$L,utc:!1})};var b=c.parse;c.parse=function(d){d.utc&&(this.$u=!0),this.$utils().u(d.$offset)||(this.$offset=d.$offset),b.call(this,d)};var C=c.init;c.init=function(){if(this.$u){var d=this.$d;this.$y=d.getUTCFullYear(),this.$M=d.getUTCMonth(),this.$D=d.getUTCDate(),this.$W=d.getUTCDay(),this.$H=d.getUTCHours(),this.$m=d.getUTCMinutes(),this.$s=d.getUTCSeconds(),this.$ms=d.getUTCMilliseconds()}else C.call(this)};var w=c.utcOffset;c.utcOffset=function(d,m){var S=this.$utils().u;if(S(d))return this.$u?0:S(this.$offset)?w.call(this):this.$offset;if(typeof d=="string"&&(d=function(B){B===void 0&&(B="");var A=B.match(r);if(!A)return null;var L=(""+A[0]).match(s)||["-",0,0],E=L[0],U=60*+L[1]+ +L[2];return U===0?0:E==="+"?U:-U}(d),d===null))return this;var $=Math.abs(d)<=16?60*d:d;if($===0)return this.utc(m);var _=this.clone();if(m)return _.$offset=$,_.$u=!1,_;var I=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();return(_=this.local().add($+I,n)).$offset=$,_.$x.$localOffset=I,_};var y=c.format;c.format=function(d){var m=d||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return y.call(this,m)},c.valueOf=function(){var d=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*d},c.isUTC=function(){return!!this.$u},c.toISOString=function(){return this.toDate().toISOString()},c.toString=function(){return this.toDate().toUTCString()};var g=c.toDate;c.toDate=function(d){return d==="s"&&this.$offset?i(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():g.call(this)};var h=c.diff;c.diff=function(d,m,S){if(d&&this.$u===d.$u)return h.call(this,d,m,S);var $=this.local(),_=i(d).local();return h.call($,_,m,S)}}})})(Be);var Xe=Be.exports;const Qe=De(Xe);var ze={exports:{}};(function(t,o){(function(n,r){t.exports=r()})(Fe,function(){var n={year:0,month:1,day:2,hour:3,minute:4,second:5},r={};return function(s,l,a){var i,c=function(y,g,h){h===void 0&&(h={});var d=new Date(y),m=function(S,$){$===void 0&&($={});var _=$.timeZoneName||"short",I=S+"|"+_,B=r[I];return B||(B=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:S,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:_}),r[I]=B),B}(g,h);return m.formatToParts(d)},b=function(y,g){for(var h=c(y,g),d=[],m=0;m<h.length;m+=1){var S=h[m],$=S.type,_=S.value,I=n[$];I>=0&&(d[I]=parseInt(_,10))}var B=d[3],A=B===24?0:B,L=d[0]+"-"+d[1]+"-"+d[2]+" "+A+":"+d[4]+":"+d[5]+":000",E=+y;return(a.utc(L).valueOf()-(E-=E%1e3))/6e4},C=l.prototype;C.tz=function(y,g){y===void 0&&(y=i);var h,d=this.utcOffset(),m=this.toDate(),S=m.toLocaleString("en-US",{timeZone:y}),$=Math.round((m-new Date(S))/1e3/60),_=15*-Math.round(m.getTimezoneOffset()/15)-$;if(!Number(_))h=this.utcOffset(0,g);else if(h=a(S,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(_,!0),g){var I=h.utcOffset();h=h.add(d-I,"minute")}return h.$x.$timezone=y,h},C.offsetName=function(y){var g=this.$x.$timezone||a.tz.guess(),h=c(this.valueOf(),g,{timeZoneName:y}).find(function(d){return d.type.toLowerCase()==="timezonename"});return h&&h.value};var w=C.startOf;C.startOf=function(y,g){if(!this.$x||!this.$x.$timezone)return w.call(this,y,g);var h=a(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return w.call(h,y,g).tz(this.$x.$timezone,!0)},a.tz=function(y,g,h){var d=h&&g,m=h||g||i,S=b(+a(),m);if(typeof y!="string")return a(y).tz(m);var $=function(A,L,E){var U=A-60*L*1e3,x=b(U,E);if(L===x)return[U,L];var k=b(U-=60*(x-L)*1e3,E);return x===k?[U,x]:[A-60*Math.min(x,k)*1e3,Math.max(x,k)]}(a.utc(y,d).valueOf(),S,m),_=$[0],I=$[1],B=a(_).utcOffset(I);return B.$x.$timezone=m,B},a.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},a.tz.setDefault=function(y){i=y}}})})(ze);var et=ze.exports;const tt=De(et),ye={"dao-ru":"导入","quan-xuan":"全选","xia-zai-dao-ru-mo-ban":"下载导入模板","xu-hao":"序号","qing-shu-ru":"请输入","qing-xuan-ze":"请选择","kai-shi-shi-jian":"开始时间","jie-shu-shi-jian":"结束时间","shai-xuan":"筛选","chong-zhi":"重置","guan-bi":"关闭","zhan-kai":"展开","qu-xiao":"取消","ti-jiao":"提交","que-ding":"确定","que-ding-guan-bi-ma":"确定关闭吗","xia-zai-dao-ru-mo-ban":"下载导入模板",excel:{fieldsMappingRequired:"请输入列字段映射",invalidInput:"非法输入",invalidOption:"请输入有效选项!",copyFailed:"复制失败",sheetNameTooLong:'Sheet名称 "{0}" 长度超过31个字符,已自动截断为 "{1}"'},validate:{invalidInput:"请输入正确内容"},tools:{keysLengthError:"keys 长度必须大于2 默认前两位为 label value"}},Ce={"dao-ru":"Import","quan-xuan":"Select All","xia-zai-dao-ru-mo-ban":"Download Import Template","xu-hao":"No.","qing-shu-ru":"Please enter","qing-xuan-ze":"Please select","kai-shi-shi-jian":"Start Time","jie-shu-shi-jian":"End Time","shai-xuan":"Filter","chong-zhi":"Reset","guan-bi":"Collapse","zhan-kai":"Expand","qu-xiao":"Cancel","ti-jiao":"Submit","que-ding":"Confirm","que-ding-guan-bi-ma":"Are you sure to close?","xia-zai-dao-ru-mo-ban":"Download Import Template",excel:{fieldsMappingRequired:"Please enter column field mapping",invalidInput:"Invalid input",invalidOption:"Please enter a valid option!",copyFailed:"Copy failed",sheetNameTooLong:'Sheet name "{0}" exceeds 31 characters, automatically truncated to "{1}"'},validate:{invalidInput:"Please enter valid content"},tools:{keysLengthError:"Keys length must be greater than 2, default first two are label and value"}},Me={zh_cn:ye,en_us:Ce};let ie=null;function Oe(t=null){if(t){const{global:o}=t;return o.messages.value.zh_cn?o.mergeLocaleMessage("zh_cn",ye):o.setLocaleMessage("zh_cn",ye),o.messages.value.en_us?o.mergeLocaleMessage("en_us",Ce):o.setLocaleMessage("en_us",Ce),ie=t,t}return ie||(ie=ee.createI18n({legacy:!1,locale:"zh_cn",fallbackLocale:"zh_cn",messages:Me})),ie}function be(){return ie||Oe()}function le(){return be().global.t}ue.extend(Qe),ue.extend(tt);async function ot(t,o){const{fields:n,range:r=1}=o;if(!n){const a=le();throw new Error(a("excel.fieldsMappingRequired"))}let s=new pe.Workbook;await s.xlsx.load(t);const l={};return s.eachSheet(function(a,i){const c=[];a.eachRow(function(b,C){if(C>r){let w={},y=!0;Object.keys(n).forEach(g=>{const h=b.getCell(n[g]).value;w[g]=h,h&&(y=!1)}),y||c.push(w)}}),l[a._name]=c}),s=null,l}const Ne={columnWidth:30};async function nt(t,o,n=[],r={}){if(!t||!o)return;const{columnStyle:s}=r,{columnWidth:l}=Ne;o.forEach(c=>{c.width=c.width?c.width:l});const{workbook:a,worksheet:i}=lt();i.columns=o,i.addRows(n),s&&await at(a,i,s);try{const c=await a.xlsx.writeBuffer(),b=new File([c],t,{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"});Le.saveAs(b)}catch(c){console.log(c)}}function lt(){const t=new pe.Workbook;t.creator="distributor System",t.lastModifiedBy="distributor System",t.created=new Date,t.modified=new Date,t.lastPrinted=new Date;const o=t.addWorksheet("Sheet1");return{workbook:t,worksheet:o}}async function at(t,o,n){const r=Object.keys(n);for(const s of r){const l=n[s],{type:a}=l;switch(a){case"IMG":await rt(t,o,s);break}}}async function rt(t,o,n,r){const s=o.getColumn(n),l=s.values;o.getColumn(n).width=20,o.eachRow((a,i)=>{i>1&&(a.height=40)});for(let a=0,i=l.length;a<i;a++){if(a<2)continue;let c=l[a];c&&(o.getCell(s.letter+a).value="",await st(t,o,c,{width:100,height:50,col:s._number-1,row:a-1}))}}async function st(t,o,n,r){const{col:s,row:l,width:a,height:i}=r,{success:c,base64:b}=await it(n,.3);if(c){const C=t.addImage({base64:b,extension:"jpeg"});o.addImage(C,{tl:{col:s,row:l},ext:{width:a,height:i}})}}function it(t,o=1){const n=new Image;return n.setAttribute("crossOrigin","anonymous"),n.crossOrigin="anonymous",n.src=t,new Promise((r,s)=>{n.onload=()=>{const l=document.createElement("canvas");l.width=n.width,l.height=n.height,l.getContext("2d").drawImage(n,0,0,l.width,l.height),r({success:!0,base64:l.toDataURL("image/jpeg",o)})},n.onerror=()=>{r({success:!1})}})}const ke="---";async function ct(t,o){const{fields:n,range:r=1}=o;if(!n){const a=le();throw new Error(a("excel.fieldsMappingRequired"))}let s=new pe.Workbook;await s.xlsx.load(t);const l={};return s.eachSheet(function(a,i){if(a.state=="visible"){const c=[],b=n[a._name];if(b){let C=Object.values(b).some(y=>y.includes("image")),w={};C&&(a.getImages().forEach(g=>{const{tl:h}=g.range,d=s.model.media.find(m=>m.index===g.imageId);if(d){const m=d.buffer.toString("base64"),S=`data:image/${d.extension};base64,${m}`,$=`${Math.ceil(h.row)}_${Math.ceil(h.col)}`;w[$]?w[$].push(S):w[$]=[S]}}),console.log("withImages-imageMap",w)),a.eachRow(function(y,g){if(g>r){let h={},d=!0;Object.keys(b).forEach(m=>{var B;let[S,$]=b[m].split(ke);const _=y.getCell(S);let I;if($=="image"&&C){const A=_._column._number,L=`${g}_${A}`;I=w[L]||""}else _.result!=null?I=_.result:(B=_.value)!=null&&B.richText?I=_.value.richText.reduce((A,L)=>A+L.text,""):_.type==4&&_.value?I=ue(_.value).utc().format("YYYY-MM-DD HH:mm:ss"):I=_.value;I&&$=="option"&&(I=I.split(ke)[1]),h[m]=I,I&&(d=!1)}),d||c.push(h)}}),l[a._name]=c}}}),s=null,l}async function dt(t,o){if(!t||o.length==0)return;const n=ut(o);n.eachSheet(function(r,s){const{columnWidth:l}=Ne,{tableHeader:a,tableData:i}=o[r._name];a.forEach(c=>{if(c.required){const b=c.style||{},{font:C={}}=b;c.style={...b,font:{...C,color:{argb:"FFFF0000"}}}}}),r.columns=a,r.addRows(i),a.forEach(c=>{const{header:b,key:C,width:w,option:y}=c,g=r.getColumn(C);if(g.width=w||l,y){const h=n.addWorksheet(C);h.state="hidden",h.getColumn(1).values=y.map(d=>`${d.label}${ke}${d.value}`),Array(100).fill("").forEach((d,m)=>{if(m>0){const S=le();r.getCell(`${g.letter}${m}`).dataValidation={type:"list",formulae:[`${C}!$A$1:$A$${y.length}`],showErrorMessage:!0,error:S("excel.invalidInput"),errorStyle:"stop",errorMessage:S("excel.invalidOption")}}})}})});try{const r=await n.xlsx.writeBuffer(),s=new File([r],t,{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"});Le.saveAs(s)}catch(r){console.log(r)}}function ut(t){const o=le(),n=new pe.Workbook;return n.creator="distributor System",n.lastModifiedBy="distributor System",n.created=new Date,n.modified=new Date,n.lastPrinted=new Date,Object.keys(t).sort((s,l)=>{const a=t[s].sort??0,i=t[l].sort??0;return a-i}).forEach(s=>{let l=s,a=!1;/[\\/:*?\[\]]/g.test(s)&&(s=s.replace(/[\\/:*?\[\]]/g,""),a=!0),s.length>31&&(s=s.substring(0,31).trim(),a=!0,console.warn(o("excel.sheetNameTooLong",[l,s]))),a&&(t[s]=t[l],delete t[l]),n.addWorksheet(s)}),n}function ft(t){if(t<26)return String.fromCharCode(65+t);{const o=String.fromCharCode(65+Math.floor((t-26)/26)),n=String.fromCharCode(65+(t-26)%26);return o+n}}function ht(t){return new Promise(o=>{setTimeout(()=>{o()},t)})}function mt(t){return JSON.parse(JSON.stringify(t))}function gt(t){let o=[],n={},r=(s,l)=>Object.prototype.hasOwnProperty.call(s,l);for(const s of t){n[s.id]={...s,children:r(n,s.id)?n[s.id].children:[]};const l=n[s.id];s.pid==-1?o.push(l):(r(n,s.pid)||(n[s.pid]={children:[]}),n[s.pid].children.push(l))}return o}function _e(t,o=" "){return t?t.split(o).filter(n=>n.trim()):[]}class Se{constructor(o,n=["label","value","labelEn"]){this.list=o.map(r=>({...r,label:r[n[0]],labelEn:r[n[2]]??r[n[0]]??"",value:r[n[1]]})),this.map=new Map(this.list.map(r=>[r[n[1]],r]))}getName(o){if(!this.has(o))return"-";const n=be().global.locale,{label:r,labelEn:s}=this.map.get(o);return(n.value=="zh_cn"?r:s)??r??"-"}getTag(o){if(!this.has(o))return"info";const{tag:n="info"}=this.map.get(o);return n}getItem(o){return this.has(o)?this.map.get(o):null}getColor(o){if(!this.has(o))return null;const{color:n}=this.map.get(o);return n}has(o){return this.map.has(o)}}function pt(t,o=[],n="i18nName"){if(t.length==0)return new Se([]);if(o.length<2){const s=le();throw new Error(s("tools.keysLengthError"))}let r=t.map(s=>{let l={};return n&&(l.labelEn=s[n]),o.forEach((a,i)=>{i===0?l.label=s[a]:i===1?l.value=s[a]:l[a]=s[a]}),l});return new Se(r)}function yt(t){return t?t.replace(/<[^>]+>/g,""):""}function Ct(t){return t?(t.includes("\\\\u")&&(t=t.replace(/\\/g,"")),t.replace(/\\u[\dA-F]{4}/gi,o=>String.fromCharCode(parseInt(o.replace(/\\u/g,""),16)))):""}function bt(t,o=10){let n=1048576*o;return!(t.size>n)}function wt(t){return Array.from(10).fill(0).map((n,r)=>t+"_"+r)}function xt(t){let o={};return t.map((n,r)=>{let{key:s,option:l,type:a}=n,i=ft(r);l?o[s]=`${i}---option`:a==="image"?o[s]=`${i}---image`:o[s]=i}),o}function kt(t,o){return o.split(".").reduce((n,r)=>n&&n[r],t)}const lo="",he=(t,o)=>{const n=t.__vccOpts||t;for(const[r,s]of o)n[r]=s;return n},_t=["onClick"],qe=he({__name:"index",props:e.mergeModels({api:{type:Function},showCheckAll:{type:Boolean,default:!0},maxLimit:{type:Number,default:void 0},optionClick:{type:Function,default:()=>{}},data:{type:Array},labelValue:{type:Object,default:()=>({label:"label",labelEn:"labelEn",value:"value"})},changeLocal:{type:Boolean,default:!1}},{modelValue:{},modelModifiers:{}}),emits:e.mergeModels(["success","change","changeAll"],["update:modelValue"]),setup(t,{emit:o}){const n=t,r=e.useAttrs(),{t:s,locale:l}=ee.useI18n(),a=e.useModel(t,"modelValue"),i=e.computed(()=>r["value-key"]!=null),c=e.ref(""),b=e.computed(()=>{if(r.remote!==void 0)return n.data;const x=_e(c.value),{data:k,labelValue:Y}=n,Z=k||y.value;if(x.length==0)return Z;const{label:V,labelEn:ce}=Y;let D=l.value=="en_us"?ce||"i18nName":V;return x.length==1?Z.filter(oe=>oe[D].toLowerCase().includes(x[0].toLowerCase())):Z.filter(oe=>{let de=!1;return de=x.some(xe=>oe[D].toLowerCase()==xe.toLowerCase()),de})}),C=e.computed({get(){return r.multiple==null||a.value==null?!1:a.value.length==b.value.length},set(x){return x}}),w=o,y=e.ref([]),g=async()=>{const{data:x}=await n.api();y.value=[...x],w("success",y)};n.api&&g();function h(x){w("change",x),d.value&&e.nextTick(()=>{n.optionClick&&n.optionClick(d.value),d.value=null})}const d=e.ref(null);function m(x){d.value=x}const S=n.labelValue.label.split("-"),$=x=>{if(S.length==1){if(n.changeLocal)return s(x[n.labelValue.label]);let k=l.value=="en_us"?x[n.labelValue.labelEn||"i18nName"]:x[n.labelValue.label];return k=k||x[n.labelValue.label],k+""}else{let k=[];return S.forEach(Y=>{k.push(x[Y])}),k.join("-")}};function _(x){let k=n.data?n.data:y.value;a.value=x?k.map(Y=>i.value?Y:Y[n.labelValue.value]):[],e.nextTick(()=>{w("change",a.value),w("changeAll",a.value,k)})}function I(x){w("change",i.value?x:x[n.labelValue.value]),e.nextTick(()=>{n.optionClick&&n.optionClick(x)})}function B(x){return a.value.length>=n.maxLimit&&!a.value.includes(x[n.labelValue.value])}function A(x){return x.map(k=>({...k,label:$(k),value:i.value?k:k[n.labelValue.value]}))}const L=e.ref([]),E=n.data?n.data:y.value;L.value=A(E),e.watch(()=>n.data?n.data:y.value,x=>{var Y;const k=A(x);if(k.length!==L.value.length)L.value=k;else{let Z=!1;for(let V=0;V<k.length;V++)if(k[V].value!==((Y=L.value[V])==null?void 0:Y.value)){Z=!0;break}Z&&(L.value=k)}},{deep:!0});const U=e.computed(()=>L.value);return(x,k)=>{const Y=e.resolveComponent("el-checkbox"),Z=e.resolveComponent("el-select-v2"),V=e.resolveComponent("el-option"),ce=e.resolveComponent("el-select");return e.unref(r).v2!=null?(e.openBlock(),e.createBlock(Z,e.mergeProps({key:0,options:U.value,modelValue:a.value,"onUpdate:modelValue":k[1]||(k[1]=D=>a.value=D)},e.unref(r),{filterable:"","collapse-tags":"","collapse-tags-tooltip":"",clearable:"",onChange:h,onClear:h}),e.createSlots({default:e.withCtx(({item:D})=>[e.createElementVNode("div",{onClick:ae=>m(D)},e.toDisplayString(D.label),9,_t)]),_:2},[e.unref(r).multiple!=null?{name:"header",fn:e.withCtx(()=>[e.renderSlot(x.$slots,"header",{},()=>[e.createVNode(Y,{class:"mgl20",modelValue:C.value,"onUpdate:modelValue":k[0]||(k[0]=D=>C.value=D),onChange:_},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(x.$t("quan-xuan")),1)]),_:1},8,["modelValue"])],!0)]),key:"0"}:void 0]),1040,["options","modelValue"])):(e.openBlock(),e.createBlock(ce,e.mergeProps({key:1,modelValue:a.value,"onUpdate:modelValue":k[3]||(k[3]=D=>a.value=D),filterable:"","collapse-tags":"","collapse-tags-tooltip":"","filter-method":e.unref(r).remote!=null?void 0:D=>c.value=D,clearable:""},e.unref(r),{onClear:t.optionClick}),{default:e.withCtx(()=>[e.unref(r).multiple!=null&&t.showCheckAll&&t.maxLimit==null?e.renderSlot(x.$slots,"header",{key:0},()=>[e.createVNode(Y,{class:"mgl20",modelValue:C.value,"onUpdate:modelValue":k[2]||(k[2]=D=>C.value=D),onChange:_},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(x.$t("quan-xuan")),1)]),_:1},8,["modelValue"])],!0):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(b.value,(D,ae)=>(e.openBlock(),e.createBlock(V,{key:ae,label:$(D),disabled:e.unref(r).multiple!=null&&t.maxLimit>0?B(D):!1,onClick:e.withModifiers(oe=>I(D),["stop"]),value:i.value?D:D[t.labelValue.value]},null,8,["label","disabled","onClick","value"]))),128))]),_:3},16,["modelValue","filter-method","onClear"]))}}},[["__scopeId","data-v-51bd1467"]]),ro="",St=e.defineComponent({props:{name:{tyepe:String,required:!0}}});function $t(t,o,n,r,s,l){const a=e.resolveComponent("el-icon");return e.openBlock(),e.createBlock(a,{class:"cmp-icon"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.name)))]),_:1})}const $e=he(St,[["render",$t],["__scopeId","data-v-733f9daa"]]),Vt={__name:"index",emits:["ok","no"],setup(t,{emit:o}){const n=o,r=ne.debounce(()=>{n("ok")},500);function s(){n("no")}return(l,a)=>{const i=e.resolveComponent("el-popconfirm");return e.openBlock(),e.createElementBlock("span",null,[e.createVNode(i,e.mergeProps(l.$attrs,{onConfirm:e.unref(r),onCancel:s}),{reference:e.withCtx(()=>[e.renderSlot(l.$slots,"default")]),_:3},16,["onConfirm"])])}}},so="",Et=["accept"],Tt=he({__name:"index",props:{accept:{type:String,default:".xlsx,.xls"},fields:{type:Object,default:()=>({})},fileChange:{type:Function,required:!0}},emits:["fileChange"],setup(t,{emit:o}){const n=t,r=e.ref(null),s=e.ref(!1);async function l(a){s.value=!0;let i=a.target.files[0];const c=await ct(i,n.fields).catch(()=>{s.value=!1}).finally(()=>{r.value.value=null});await n.fileChange(c).finally(()=>{s.value=!1})}return(a,i)=>{const c=e.resolveComponent("el-button");return e.openBlock(),e.createElementBlock("span",null,[e.createVNode(c,{type:"primary",loading:s.value,class:"mgr10",onClick:i[0]||(i[0]=b=>r.value.click())},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(a.$t("dao-ru")),1)]),_:1},8,["loading"]),e.createElementVNode("input",{onChange:l,ref_key:"input",ref:r,accept:t.accept,style:{position:"absolute",width:"0px",height:"0px",opacity:"0"},type:"file"},null,40,Et)])}}},[["__scopeId","data-v-cf92fafe"]]);function Ve(t){let o={};return t.forEach(n=>{const{key:r,type:s,option:l={},value:a,dateType:i="date"}=n;if(r)if(s=="input"&&(l!=null&&l.multiple))o[r]=_e(a);else if(s=="date")if(i.includes("range")){const[c,b]=r;let[C,w]=a||[];C&&i=="daterange"&&(C=ue(C).format("YYYY-MM-DD 00:00:00"),w=ue(w).format("YYYY-MM-DD 23:59:59")),o[c]=C,o[b]=w}else o[r]=a;else o[r]=a}),o}const co="",It={key:0},Lt={class:"btns"},vt={class:"left"},Ft={class:"right"},Ae=he({__name:"index",props:{form:{type:Object,required:!0}},emits:["confirm","reset","visibleChange"],setup(t,{expose:o,emit:n}){const r=t,s=n,l=e.ref(!0),a=e.ref(null),{t:i}=ee.useI18n(),c=e.computed(()=>l.value?i("guan-bi"):i("zhan-kai"));function b(){s("confirm")}function C(m){m.option.onClear&&m.option.onClear(),s("confirm")}function w(){s("reset")}function y(){s("confirm")}function g(){return Ve(r.form.items)}const h=ne.cloneDeep(r.form.items);function d(){r.form.items.forEach(m=>{const S=h.find($=>$.key==m.key);S&&(m.value=S.value)})}return o({getPrm:g,reset:d}),(m,S)=>{const $=e.resolveComponent("el-input"),_=e.resolveComponent("el-date-picker"),I=e.resolveComponent("el-form-item"),B=e.resolveComponent("el-form"),A=e.resolveComponent("el-link"),L=e.resolveComponent("el-button");return e.openBlock(),e.createElementBlock("div",{class:"searchBar-container mgt10 mgb10",onKeydown:e.withKeys(b,["enter"])},[e.createElementVNode("div",{class:"searchBar",style:e.normalizeStyle({height:l.value?"auto":"42px"})},[e.createVNode(B,{inline:"",model:t.form.data},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.form.items.filter(E=>!E.hidden),E=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:E.key},[E.type=="br"?(e.openBlock(),e.createElementBlock("br",It)):(e.openBlock(),e.createBlock(I,{key:1,label:E.name},{default:e.withCtx(()=>{var U,x;return[E.type==="input"?(e.openBlock(),e.createBlock($,{key:0,modelValue:E.value,"onUpdate:modelValue":k=>E.value=k,class:e.normalizeClass(((U=E.option)==null?void 0:U.class)||"w150"),placeholder:m.$t("qing-shu-ru"),clearable:""},null,8,["modelValue","onUpdate:modelValue","class","placeholder"])):E.type==="custom"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(E.render),{key:1})):e.createCommentVNode("",!0),E.type==="select"?(e.openBlock(),e.createBlock(qe,e.mergeProps({key:2,class:((x=E.option)==null?void 0:x.class)||"w150",modelValue:E.value,"onUpdate:modelValue":k=>E.value=k},{ref_for:!0},E.option,{onChange:b,onClear:k=>C(E)}),null,16,["class","modelValue","onUpdate:modelValue","onClear"])):e.createCommentVNode("",!0),E.type==="date"?(e.openBlock(),e.createBlock(_,{key:3,class:e.normalizeClass({datetimerange:"w300",daterange:"w200"}[E.dateType]||"w100"),modelValue:E.value,"onUpdate:modelValue":k=>E.value=k,"value-format":{datetimerange:"YYYY-MM-DD HH:mm:ss",daterange:"YYYY-MM-DD"}[E.dateType]||"YYYY-MM-DD",type:E.dateType||"date",onFocus:k=>a.value=E,onChange:k=>y(),placeholder:m.$t("qing-xuan-ze"),"start-placeholder":m.$t("kai-shi-shi-jian"),"end-placeholder":m.$t("jie-shu-shi-jian")},null,8,["class","modelValue","onUpdate:modelValue","value-format","type","onFocus","onChange","placeholder","start-placeholder","end-placeholder"])):e.createCommentVNode("",!0)]}),_:2},1032,["label"]))],64))),128))]),_:1},8,["model"])],4),e.createElementVNode("div",Lt,[e.createElementVNode("div",vt,[e.renderSlot(m.$slots,"table-header-left",{},void 0,!0)]),e.createElementVNode("div",Ft,[e.createVNode(A,{underline:"never",class:"mgr10",onClick:S[0]||(S[0]=()=>{s("visibleChange",!l.value),l.value=!l.value})},{default:e.withCtx(()=>[e.createVNode($e,{name:l.value?"ArrowUp":"ArrowDown"},null,8,["name"]),e.createTextVNode(" "+e.toDisplayString(c.value),1)]),_:1}),e.createVNode(L,{type:"primary",onClick:b},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m.$t("shai-xuan")),1)]),_:1}),e.createVNode(L,{type:"primary",onClick:w},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m.$t("chong-zhi")),1)]),_:1}),e.renderSlot(m.$slots,"btn",{},void 0,!0)])])],32)}}},[["__scopeId","data-v-3c0a6716"]]),je={pageNoKey:"pageNo",pageSizeKey:"pageSize",totalKey:"total",defaultPageSize:10,pageSizes:[10,50,100,500],responseDataKeys:{rows:["rows","records","list"],total:["totalRows","total"]},showSearch:!1,showPage:!1,showShadow:!1,showCheckBox:!1,enableCellCopy:!0};let me={...je};function Dt(t){me={...me,...t,responseDataKeys:{...me.responseDataKeys,...t.responseDataKeys||{}}}}function Re(){return me}function Bt(){me={...je}}const fo="",zt={class:"center"},Mt=he({__name:"index",props:{id:{type:String,required:!1},loading:{type:Boolean,default:!1},immediate:{type:Boolean,default:!0},searchForm:{type:Object,default:()=>({items:[],selections:[]})},api:{type:Function},data:{type:Array},tableConfig:{type:Object,default:()=>({})}},setup(t,{expose:o}){const{t:n,locale:r}=ee.useI18n(),s=ve.useRoute(),l=Re(),a=t,i=e.ref(!1),c=e.ref([]);a.searchForm.showSearch===void 0&&(a.searchForm.showSearch=l.showSearch),a.searchForm.showPage===void 0&&(a.searchForm.showPage=l.showPage),a.searchForm.showShadow===void 0&&(a.searchForm.showShadow=l.showShadow),a.searchForm.showCheckBox===void 0&&(a.searchForm.showCheckBox=l.showCheckBox),a.searchForm.enableCellCopy===void 0&&(a.searchForm.enableCellCopy=l.enableCellCopy),a.searchForm.selections||(a.searchForm.selections=[]);const b=e.computed(()=>{const f=s.path.replace(/\//g,"-").replace(/^-/,"")||"default-table";return a.id?`listPageId-${f}-${a.id}`:`listPageId-${f}`}),C=ne.cloneDeep(a.searchForm.items),w=a.searchForm.pageNoKey||l.pageNoKey,y=a.searchForm.pageSizeKey||l.pageSizeKey,g=e.reactive({[w]:1,[y]:a.searchForm.defaultPageSize||l.defaultPageSize,total:0}),h=e.ref(null),d=e.ref(null),m=e.ref(450),S=ne.debounce(()=>{e.nextTick(()=>{if(!d.value)return;const u=d.value.getBoundingClientRect(),T=window.innerHeight,F=u.top,N=100,P=T-F-N,z=200;m.value=Math.max(P,z)})},100),$=()=>{S()},_=()=>{if(!a.searchForm.enableCellCopy&&!l.enableCellCopy)return!1;const f=h.value;if(!f||!f.$el)return!1;const u=f.$el;return u.classList.add("cell-copy-enabled"),u.setAttribute("tabindex","-1"),u.removeEventListener("mousedown",D),u.removeEventListener("mousemove",ae),u.removeEventListener("mouseup",oe),u.removeEventListener("keydown",Te),u.addEventListener("mousedown",D),u.addEventListener("mousemove",ae),u.addEventListener("mouseup",oe),u.addEventListener("keydown",Te),!0};e.onMounted(()=>{S(),window.addEventListener("resize",$),(a.searchForm.enableCellCopy||l.enableCellCopy)&&(document.addEventListener("mouseup",Ke),document.addEventListener("mousedown",We),setTimeout(()=>{_()},500))}),e.onUpdated(()=>{(a.searchForm.enableCellCopy||l.enableCellCopy)&&setTimeout(()=>{_()},500)}),e.onUnmounted(()=>{if(window.removeEventListener("resize",$),a.searchForm.enableCellCopy||l.enableCellCopy){document.removeEventListener("mouseup",Ke),document.removeEventListener("mousedown",We);const f=h.value;if(f&&f.$el){const u=f.$el;u.removeEventListener("mousedown",D),u.removeEventListener("mousemove",ae),u.removeEventListener("mouseup",oe),u.removeEventListener("keydown",Te)}}});const I=e.computed(()=>Z.value.height||m.value);let B;async function A(f){const{dataFormat:u}=a.tableConfig;f[w]!=1&&(f.nextSearchAfter=B),i.value=!0;const{code:T,data:F={}}=await a.api(f).finally(()=>{i.value=!1,a.searchForm.selections=[]});if(T==200){let N=[];for(const z of l.responseDataKeys.rows)if(F[z]){N=F[z];break}let P=0;for(const z of l.responseDataKeys.total)if(F[z]!==void 0){P=F[z];break}c.value=u?u(N):N,g.total=P,B=F.nextSearchAfter,(a.searchForm.enableCellCopy||l.enableCellCopy)&&e.nextTick(()=>{setTimeout(()=>{_()},100)})}}function L(f={}){const{searchData:u=()=>({})}=a.tableConfig,T=u();A({...g,...Ve(a.searchForm.items),...f,...T})}function E(){const{reset:f}=a.tableConfig;f&&f(),a.searchForm.items.forEach(u=>{const T=C.find(F=>ne.isArray(u.key)&&ne.isArray(F.key)?u.key.join(",")==F.key.join(","):F.key==u.key);T&&(u.value=T.value)}),L()}a.api&&a.immediate&&L();function U(){return{...g,...Ve(a.searchForm.items)}}const x=()=>{const f=h.value;f&&f.clearSort()},k=e.reactive({storage:!0}),Y=e.reactive({drag:!0,resizable:!0,maxFixedSize:0}),Z=e.computed(()=>{const{customConfig:f,columnConfig:u,...T}=a.tableConfig;return{headerAlign:"left",align:"center",customConfig:{...k,...f},columnConfig:{...Y,...u},"virtual-x-config":{enabled:!1,scrollToLeftOnChange:!1},"virtual-y-config":{enabled:!0,gt:100},...T}}),V=e.reactive({isSelecting:!1,startCell:null,endCell:null,selectedCells:[]}),ce=f=>{const u=f.closest(".vxe-body--column");if(!u||u.classList.contains("col--checkbox")||u.classList.contains("col--seq"))return null;const T=u.closest(".vxe-body--row");if(!T)return null;const F=h.value;if(!F)return null;let N=-1;const P=T.getAttribute("data-rowid");if(P!=null)N=parseInt(P,10);else{const M=T.parentElement;N=Array.from(M.querySelectorAll(".vxe-body--row")).indexOf(T)}if(N<0)return null;let z=-1;const Q=u.getAttribute("data-colid");if(Q&&(z=F.getColumns().findIndex(v=>v.id===Q)),z<0){const v=Array.from(T.querySelectorAll(".vxe-body--column")).indexOf(u),j=!!u.closest(".vxe-table--fixed-left-wrapper"),H=!!u.closest(".vxe-table--fixed-right-wrapper"),q=F.getColumns();if(j){const K=q.filter(R=>R.fixed==="left");v<K.length&&(z=q.indexOf(K[v]))}else if(H){const K=q.filter(R=>R.fixed==="right");v<K.length&&(z=q.indexOf(K[v]))}else{const K=a.searchForm.showCheckBox?1:0;z=q.filter(G=>G.fixed==="left").length+v-K}}return z<0?null:{rowIndex:N,colIndex:z,cell:u}},D=f=>{const u=ce(f.target);if(!u){de();return}V.isSelecting=!0,V.startCell={rowIndex:u.rowIndex,colIndex:u.colIndex},V.endCell={...V.startCell},xe(),He()},ae=f=>{if(!V.isSelecting)return;const u=ce(f.target);u&&(V.endCell={rowIndex:u.rowIndex,colIndex:u.colIndex},xe(),He())},oe=()=>{V.isSelecting=!1},de=()=>{V.selectedCells=[],V.startCell=null,V.endCell=null;const f=h.value;if(!f)return;f.$el.querySelectorAll(".cell-selected, .cell-border-top, .cell-border-right, .cell-border-bottom, .cell-border-left").forEach(T=>{T.classList.remove("cell-selected","cell-border-top","cell-border-right","cell-border-bottom","cell-border-left")})},xe=()=>{if(!V.startCell||!V.endCell){V.selectedCells=[];return}const f=V.startCell.rowIndex,u=V.endCell.rowIndex,T=V.startCell.colIndex,F=V.endCell.colIndex,N=Math.min(f,u),P=Math.max(f,u),z=Math.min(T,F),Q=Math.max(T,F);V.selectedCells=[];for(let M=N;M<=P;M++)for(let v=z;v<=Q;v++)V.selectedCells.push({rowIndex:M,colIndex:v})},He=()=>{e.nextTick(()=>{const f=h.value;if(!f)return;const u=f.$el;if(u.querySelectorAll(".cell-selected, .cell-border-top, .cell-border-right, .cell-border-bottom, .cell-border-left").forEach(j=>{j.classList.remove("cell-selected","cell-border-top","cell-border-right","cell-border-bottom","cell-border-left")}),V.selectedCells.length===0)return;const T=f.getColumns(),F=V.selectedCells.map(j=>j.rowIndex),N=V.selectedCells.map(j=>j.colIndex),P=Math.min(...F),z=Math.max(...F),Q=Math.min(...N),M=Math.max(...N),v=[u.querySelector(".vxe-table--body-wrapper tbody"),u.querySelector(".vxe-table--fixed-left-wrapper tbody"),u.querySelector(".vxe-table--fixed-right-wrapper tbody")].filter(Boolean);V.selectedCells.forEach(({rowIndex:j,colIndex:H})=>{const q=T[H];if(!q)return;const K=q.fixed==="left",R=q.fixed==="right";for(const G of v){const ge=G.querySelectorAll(".vxe-body--row")[j];if(!ge)continue;const re=Array.from(ge.querySelectorAll(".vxe-body--column"));let O=null;if(K&&G.closest(".vxe-table--fixed-left-wrapper")){const J=T.filter(X=>X.fixed==="left").indexOf(q);O=re[J]}else if(R&&G.closest(".vxe-table--fixed-right-wrapper")){const J=T.filter(X=>X.fixed==="right").indexOf(q);O=re[J]}else if(!K&&!R&&G.closest(".vxe-table--body-wrapper")){const se=a.searchForm.showCheckBox?1:0,J=T.filter(Ie=>Ie.fixed==="left").length,X=H-J;O=re[X+se]}if(O&&!O.classList.contains("col--checkbox")&&!O.classList.contains("col--seq")){O.classList.add("cell-selected"),j===P&&O.classList.add("cell-border-top"),j===z&&O.classList.add("cell-border-bottom"),H===Q&&O.classList.add("cell-border-left"),H===M&&O.classList.add("cell-border-right");break}}})})},eo=async()=>{if(V.selectedCells.length===0)return;const f=h.value;if(!f)return;const u=f.$el,T=f.getColumns(),F=[...new Set(V.selectedCells.map(M=>M.rowIndex))].sort((M,v)=>M-v),N=[...new Set(V.selectedCells.map(M=>M.colIndex))].sort((M,v)=>M-v),P=[u.querySelector(".vxe-table--body-wrapper tbody"),u.querySelector(".vxe-table--fixed-left-wrapper tbody"),u.querySelector(".vxe-table--fixed-right-wrapper tbody")].filter(Boolean),z=[];F.forEach(M=>{const v=[];N.forEach(j=>{const H=T[j];if(!H){v.push("");return}const q=H.fixed==="left",K=H.fixed==="right";let R="";for(const G of P){const ge=G.querySelectorAll(".vxe-body--row")[M];if(!ge)continue;const re=Array.from(ge.querySelectorAll(".vxe-body--column"));let O=null;if(q&&G.closest(".vxe-table--fixed-left-wrapper")){const J=T.filter(X=>X.fixed==="left").indexOf(H);O=re[J]}else if(K&&G.closest(".vxe-table--fixed-right-wrapper")){const J=T.filter(X=>X.fixed==="right").indexOf(H);O=re[J]}else if(!q&&!K&&G.closest(".vxe-table--body-wrapper")){const se=a.searchForm.showCheckBox?1:0,J=T.filter(Ie=>Ie.fixed==="left").length,X=j-J;O=re[X+se]}if(O&&!O.classList.contains("col--checkbox")&&!O.classList.contains("col--seq")){R=O.innerText||O.textContent||"",R=R.trim(),R=R.replace(/\n/g," ").replace(/\s+/g," ");break}}v.push(R)}),z.push(v.join(" "))});const Q=z.join(`
|
|
2
|
+
`);try{await navigator.clipboard.writeText(Q)}catch(M){console.error("复制失败:",M)}},Te=f=>{!a.searchForm.enableCellCopy&&!l.enableCellCopy||((f.ctrlKey||f.metaKey)&&f.key==="c"?V.selectedCells.length>0&&(f.preventDefault(),f.stopPropagation(),eo()):f.key==="Escape"&&de())},Ke=()=>{V.isSelecting=!1},We=f=>{const u=h.value;if(!u||!u.$el)return;u.$el.contains(f.target)||de()},to=f=>{g[w]=f,L()},oo=f=>{g[y]=f,g[w]=1,L()};function Ze(){const f=h.value.getCheckboxRecords();a.searchForm.selections=f}const Ge=f=>{const u=h.value;if(u){u.toggleCheckboxRow(f);const T=h.value.getCheckboxRecords();a.searchForm.selections=T}};return o({tableRef:h,getList:L,getPrm:U,clearSort:x,calculateTableHeight:S}),(f,u)=>{var M;const T=e.resolveComponent("el-button"),F=e.resolveComponent("el-checkbox"),N=e.resolveComponent("el-text"),P=e.resolveComponent("vxe-column"),z=e.resolveComponent("VxeTable"),Q=e.resolveComponent("el-pagination");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass({box:t.searchForm.showShadow})},[t.searchForm.showSearch?(e.openBlock(),e.createBlock(Ae,{key:0,form:t.searchForm,onReset:E,onConfirm:u[1]||(u[1]=v=>L()),onVisibleChange:e.unref(S)},{btn:e.withCtx(()=>[u[3]||(u[3]=e.createElementVNode("span",{class:"mgr10"},null,-1)),e.renderSlot(f.$slots,"search-bar-btn",{},void 0,!0),e.createVNode(T,{class:"mgl10",round:"",onClick:u[0]||(u[0]=v=>h.value.openCustom())},{default:e.withCtx(()=>[e.createVNode($e,{name:"Tools"})]),_:1})]),_:3},8,["form","onVisibleChange"])):e.createCommentVNode("",!0),e.renderSlot(f.$slots,"table-header-left",{},void 0,!0),e.createElementVNode("div",{ref_key:"tableContentRef",ref:d},[e.createVNode(z,e.mergeProps({id:b.value,ref_key:"tableRef",ref:h,loading:t.loading||i.value,data:t.api?c.value:t.data,border:""},Z.value,{height:I.value,onCheckboxChange:Ze,onCheckboxAll:Ze,onSortChange:(M=Z.value["sort-config"])==null?void 0:M.sortChange}),{default:e.withCtx(()=>[t.searchForm.showCheckBox==null||t.searchForm.showCheckBox?(e.openBlock(),e.createBlock(P,{key:0,type:"checkbox",width:e.unref(r)=="zh_cn"?80:150,title:f.$t("xu-hao"),fixed:"left"},{checkbox:e.withCtx(({rowIndex:v,row:j,checked:H,disabled:q,indeterminate:K})=>[e.createElementVNode("div",zt,[H?(e.openBlock(),e.createBlock(F,{key:0,checked:!0,disabled:q,size:"default",onClick:e.withModifiers(R=>!q&&Ge(j),["stop"])},null,8,["disabled","onClick"])):(e.openBlock(),e.createBlock(F,{key:1,disabled:q,checked:!1,size:"default",onClick:e.withModifiers(R=>!q&&Ge(j),["stop"])},null,8,["disabled","onClick"])),e.createVNode(N,{type:"info",class:"mgl5"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(v+1),1)]),_:2},1024)])]),_:1},8,["width","title"])):e.createCommentVNode("",!0),e.renderSlot(f.$slots,"default",{},void 0,!0)]),_:3},16,["id","loading","data","height","onSortChange"])],512),t.searchForm.showPage?(e.openBlock(),e.createBlock(Q,{key:1,"current-page":g[e.unref(w)],"onUpdate:currentPage":u[2]||(u[2]=v=>g[e.unref(w)]=v),class:"myPagination mgt10",background:"",layout:"total, sizes, prev, pager, next",total:g.total,"page-size":g[e.unref(y)],"page-sizes":t.searchForm.pageSizes||e.unref(l).pageSizes,onCurrentChange:to,onSizeChange:oo},null,8,["current-page","total","page-size","page-sizes"])):e.createCommentVNode("",!0)],2)}}},[["__scopeId","data-v-c022c16d"]]),Ot={__name:"index",props:{sheetsConfig:{type:Object,required:!0},fileName:{type:String,required:!0}},setup(t){const o=t;function n(){dt(o.fileName,o.sheetsConfig)}return(r,s)=>{const l=e.resolveComponent("el-link");return e.openBlock(),e.createBlock(l,e.mergeProps({type:"primary",underline:"never"},r.$attrs,{onClick:n}),{default:e.withCtx(()=>[e.renderSlot(r.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(r.$t("xia-zai-dao-ru-mo-ban")),1)])]),_:3},16)}}},Nt={mounted(t,o){o.value&&Ue(t)},updated(t,o){o.value?Ue(t):Pe(t)},beforeUnmount(t){Pe(t)}};async function Ue(t){await y();const o=t.querySelector(".el-dialog");if(!o)return;const n=t.querySelector(".el-dialog__header"),r=t.querySelector(".el-overlay");r.style.cssText+="overflow: hidden;",n.style.cursor="move";let s=!1,l={window:{width:0,height:0},dialog:{x:0,y:0,width:0,height:0,marginTop:""},mouse:{x:0,y:0},drag:{x:0,y:0}};n.addEventListener("mousedown",c),document.addEventListener("mousemove",b),document.addEventListener("mouseup",C),window.addEventListener("resize",w);function a(){l.mouse.x-l.drag.x>=l.dialog.x&&(l.drag.x=l.mouse.x-l.dialog.x),l.drag.x-l.mouse.x>=l.window.width-(l.dialog.x+l.dialog.width)&&(l.drag.x=l.mouse.x+l.window.width-l.dialog.x-l.dialog.width),l.mouse.y-l.drag.y>=l.dialog.y&&(l.drag.y=l.mouse.y-l.dialog.y),l.drag.y-l.mouse.y>=l.window.height-(l.dialog.y+l.dialog.height)&&(l.drag.y=l.mouse.y+l.window.height-l.dialog.y-l.dialog.height),i()}function i(){let g=l.drag.y-l.mouse.y+l.dialog.y,h=l.drag.x-l.mouse.x+l.dialog.x;o.style.cssText+=`position: absolute; top: calc(${g}px - ${l.dialog.marginTop}); left: ${h}px;`}function c(g){g.button===0&&(l.window={width:document.body.clientWidth,height:document.body.clientHeight},l.dialog=o.getBoundingClientRect(),l.dialog.marginTop=window.getComputedStyle(o).marginTop,l.mouse={x:g.clientX,y:g.clientY},s=!0)}function b(g){s&&(l.drag={x:g.clientX,y:g.clientY},r.style.userSelect="none",a())}function C(g){r.style.userSelect="auto",s=!1}function w(g){}function y(){return new Promise((g,h)=>{setTimeout(()=>{g()},500)})}t.__mouseDown__=c,t.__mouseUp__=C,t.__mouseMove__=b,t.__sizeChange__=w}function Pe(t){document.removeEventListener("mousedown",t.__mouseDown__),document.removeEventListener("mousemove",t.__mouseMove__),document.removeEventListener("mouseup",t.__mouseUp__),window.removeEventListener("resize",t.__sizeChange__)}const mo="",qt={key:0,class:"drawer-btn"},At={key:1},jt={__name:"index",props:{layer:{type:Object,default:()=>({show:!1,type:"layer",title:"",showButton:!1}),required:!0},loading:{type:Boolean,default:!1}},emits:["confirm"],setup(t,{emit:o}){const n=t,r=o,{t:s}=ee.useI18n(),l=ne.debounce(()=>{r("confirm")},300);async function a(){n.layer.type=="drawer"?n.layer.onClose?n.layer.onClose():await W.ElMessageBox.confirm(s("que-ding-guan-bi-ma"),{confirmButtonText:s("que-ding"),cancelButtonText:s("qu-xiao"),type:"warning"}).catch(()=>{})=="confirm"&&(n.layer.show=!1):n.layer.show=!1}return(i,c)=>{const b=e.resolveComponent("el-button"),C=e.resolveComponent("el-drawer"),w=e.resolveComponent("el-dialog");return t.layer.type?(e.openBlock(),e.createBlock(C,{key:0,modelValue:t.layer.show,"onUpdate:modelValue":c[0]||(c[0]=y=>t.layer.show=y),size:t.layer.width||"100%",title:t.layer.title,direction:"rtl","append-to-body":"","before-close":a,class:"drawer-content"},{default:e.withCtx(()=>[e.renderSlot(i.$slots,"default"),c[2]||(c[2]=e.createElementVNode("p",{class:"mgt50"},null,-1)),t.layer.showButton?(e.openBlock(),e.createElementBlock("div",qt,[e.renderSlot(i.$slots,"btn",{},()=>[e.createVNode(b,{onClick:a},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.$t("qu-xiao")),1)]),_:1}),e.createVNode(b,{type:"primary",loading:t.loading,onClick:e.unref(l)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.$t("ti-jiao")),1)]),_:1},8,["loading","onClick"])])])):e.createCommentVNode("",!0)]),_:3},8,["modelValue","size","title"])):e.withDirectives((e.openBlock(),e.createElementBlock("div",At,[e.createVNode(w,{"close-on-click-modal":!1,modelValue:t.layer.show,"onUpdate:modelValue":c[1]||(c[1]=y=>t.layer.show=y),title:t.layer.title,width:t.layer.width||500,center:""},e.createSlots({default:e.withCtx(()=>[e.renderSlot(i.$slots,"default")]),_:2},[t.layer.showButton?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(i.$slots,"btn",{},()=>[e.createVNode(b,{onClick:a},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.$t("qu-xiao")),1)]),_:1}),e.createVNode(b,{type:"primary",onClick:e.unref(l)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.$t("ti-jiao")),1)]),_:1},8,["onClick"])])]),key:"0"}:void 0]),1032,["modelValue","title","width"])])),[[e.unref(Nt),t.layer.show]])}}};function Rt(t,o={}){const n=le(),r={inForm:!0,required:!0,...o},s={phone:/^1(3[0-9]|4[01456879]|5[0-35-9]|6[2567]|7[0-8]|8[0-9]|9[0-35-9])\d{8}$/,password:/(?=.*\d)(?=.*[a-zA-Z])(?=.*[^a-zA-Z0-9]).{8,12}/,email:/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/}[t],{inForm:l,value:a,required:i,msg:c=n("validate.invalidInput")}=r;return l?function(b,C,w){if(i){s.test(C)?w():w(new Error(c));return}C&&!s.test(C)?w(new Error(c)):w()}:s.test(a)}class Ut{constructor(o={}){this.config={clientCode:o.clientCode||"one-portal",casServerUrl:`https://one-portal${o.isTest?"-test":""}.joy-group.com/api`,casPortalUrl:`https://one-portal${o.isTest?"-test":""}.joy-group.com`,serviceUrl:o.serviceUrl||window.location.origin+"/cas/callback",tokenKey:o.tokenKey||"one_portal_token",userKey:o.userKey||"one_portal_user",debug:o.debug||!1,autoLogin:o.autoLogin!==!1,loginCallback:o.loginCallback||null,logoutCallback:o.logoutCallback||null,errorCallback:o.errorCallback||null},this.token=null,this.user=null,this.init()}init(){this.log("OnePortal CAS SDK 初始化中..."),this.loadFromStorage();const n=new URLSearchParams(window.location.search).get("ticket");this.isLoggedIn()&&this.config.loginCallback?this.config.loginCallback(this.user,this.token):n?(this.log("检测到ST票据:",n),this.validateTicket(n)):this.config.autoLogin&&!this.isLoggedIn()&&(this.log("用户未登录,准备跳转到CAS登录页面"),this.login())}loadFromStorage(){try{this.token=localStorage.getItem(this.config.tokenKey);const o=localStorage.getItem(this.config.userKey);o&&(this.user=JSON.parse(o)),this.log("从本地存储加载数据:",{token:!!this.token,user:!!this.user})}catch(o){this.log("加载本地存储数据失败:",o)}}saveToStorage(){try{this.token&&localStorage.setItem(this.config.tokenKey,this.token),this.user&&localStorage.setItem(this.config.userKey,JSON.stringify(this.user)),this.log("数据已保存到本地存储")}catch(o){this.log("保存到本地存储失败:",o)}}clearStorage(){try{localStorage.removeItem(this.config.tokenKey),localStorage.removeItem(this.config.userKey),this.log("本地存储已清除")}catch(o){this.log("清除本地存储失败:",o)}}isLoggedIn(){return!!(this.token&&this.user)}getUser(){return this.user}getToken(){return this.token}login(){const o=`${this.config.casPortalUrl}?appCode=${this.config.clientCode}&redirectUrl=${encodeURIComponent(this.config.serviceUrl)}`;this.log("跳转到CAS登录页面:",o),window.location.href=o}async validateTicket(o){try{this.log("验证ST票据:",o);const n=await fetch(`${this.config.casServerUrl}/auth/validateST?ticket=${o}`,{method:"GET",headers:{"Content-Type":"application/json"}});if(!n.ok)throw new Error(`HTTP ${n.status}: ${n.statusText}`);const r=await n.json();if(r.success&&r.data)return this.token=r.data.token,this.user=r.data.user,this.saveToStorage(),this.clearTicketFromUrl(),this.log("ST票据验证成功,用户登录成功:",this.user),this.config.loginCallback&&this.config.loginCallback(this.user,this.token),!0;throw new Error(r.message||"ST票据验证失败")}catch(n){return this.log("ST票据验证失败:",n),this.handleError(n),!1}}clearTicketFromUrl(){const o=new URL(window.location);o.searchParams.delete("ticket"),window.history.replaceState({},document.title,o.toString())}async logout(o=!0){try{if(this.log("用户登出"),this.token)try{await fetch(`${this.config.casServerUrl}/auth/logout`,{method:"POST",headers:{AppId:this.config.clientCode,Authorization:`Bearer ${this.token}`,"Content-Type":"application/json"}})}catch(n){this.log("调用服务端登出接口失败:",n)}this.token=null,this.user=null,this.clearStorage(),this.config.logoutCallback&&this.config.logoutCallback(),o&&this.login()}catch(n){this.log("登出失败:",n),this.handleError(n)}}async request(o,n={}){const r={headers:{"Content-Type":"application/json",...n.headers},...n};r.headers.appId=this.config.clientCode,this.token&&(r.headers.Authorization=`Bearer ${this.token}`);try{const s=await fetch(o,r);return s.status===401?(this.log("Token已过期,需要重新登录"),this.logout(),null):s}catch(s){throw this.log("请求失败:",s),s}}async fetchUserInfo(){try{const o=await this.request(`${this.config.casServerUrl}/auth/user`);if(o&&o.ok){const n=await o.json();if(n.success&&n.data)return this.user=n.data,this.saveToStorage(),this.user}return null}catch(o){return this.log("获取用户信息失败:",o),null}}async refreshToken(){this.log("Token刷新功能暂未实现")}handleError(o){this.log("发生错误:",o),this.config.errorCallback&&this.config.errorCallback(o)}log(...o){this.config.debug&&console.log("[OnePortal CAS SDK]",...o)}checkLoginStatus(){return!this.isLoggedIn()&&this.config.autoLogin?(this.login(),!1):this.isLoggedIn()}setConfig(o,n){this.config[o]=n}getConfig(o){return this.config[o]}}function Pt(t,o={}){const r=Object.assign({manual:!1,log:!1,params:null,format:null},o),{manual:s,log:l,params:a={},cb:i,format:c}=r,b=e.ref([]),C=e.ref(!1),w=y=>{const g=y||a;C.value=!0,t(g).then(h=>{const{code:d,data:m,msg:S}=h;if(i){const{records:$,rows:_}=m||{},I=$||_?$||_:m;b.value=Ee(I,c),i(h)}if(m){if(m.records!=null||m.rows!=null){const{records:$,rows:_,total:I=0}=m||{};g&&g.total!=null&&(a.total=parseInt(I)),b.value=Ee($||_||[],c)}else b.value=Ee(m,c);l&&console.log("useRequest-res",b.value)}}).catch(h=>{i&&(console.log("useRequestErr",h),i({code:500}))}).finally(()=>{C.value=!1})};return s||w(),[C,b,w]}function Yt(t){const o=e.ref(t),n=e.ref(""),r=e.ref("");return e.watch(o,s=>{const l=s||["",""];n.value=l[0],r.value=l[1]}),[o,n,r]}function Ht(t){return Object.prototype.toString.call(t).slice(8,-1).toLowerCase()}function Ee(t,o){if(!o)return t;if(t instanceof Array)return t.map(r=>{let s={};return o.forEach(l=>s[l]=r[l]),s});let n={};return o.forEach(r=>n[r]=t[r]),n}function Kt(t,o=[]){const{locale:n}=ee.useI18n(),r=e.ref(t());return e.watch([n,...o],()=>{r.value=t()},{immediate:!0}),r}function Wt(t,o="zh_cn",n="en_us"){if(!t)return"-";const r={en_us:n,zh_cn:o},l=be().global.locale.value;return t[r[l]]||t[o]||"-"}function Zt(t,o){let n=te.mapState;return typeof t=="string"&&t.length>0&&(n=te.createNamespacedHelpers(t).mapState),Ye(o,n)}function Gt(t,o){let n=te.mapGetters;return typeof t=="string"&&t.length>0&&(n=te.createNamespacedHelpers(t).mapGetters),Ye(o,n)}function Jt(t,o){let n=te.mapActions;return typeof t=="string"&&t.length>0&&(n=te.createNamespacedHelpers(t).mapActions),Xt(o,n)}function Ye(t,o){const n=te.useStore(),r=o(t),s={};return Object.keys(r).forEach(l=>{const a=r[l].bind({$store:n});s[l]=e.computed(a)}),s}function Xt(t,o){const n=te.useStore(),r=o(t),s={};return Object.keys(r).forEach(l=>{s[l]=r[l].bind({$store:n})}),s}function we(t){return typeof t=="function"||Object.prototype.toString.call(t)==="[object Object]"&&!e.isVNode(t)}function Qt(){fe.VxeUI.renderer.add("Enum",{renderTableDefault(t,o){let n;if([null,void 0].includes(o.row[o.column.field]))return"-";const r=o.row[o.column.field];if(t.type=="tag"){let s;return e.createVNode(e.resolveComponent("el-text"),{type:t.enum.getTag(r)},we(s=t.enum.getName(r))?s:{default:()=>[s]})}return e.createVNode(e.resolveComponent("el-text"),null,we(n=t.enum.getName(r))?n:{default:()=>[n]})}}),fe.VxeUI.renderer.add("InputNumber",{renderTableDefault(t,o){return e.createVNode(W.ElInputNumber,e.mergeProps({modelValue:o.row[o.column.field],"onUpdate:modelValue":n=>o.row[o.column.field]=n},t.props,{"step-strictly":!0,"value-on-clear":0}),null)}}),fe.VxeUI.renderer.add("TrueFalse",{renderTableDefault(t,o){const{locale:n}=ee.useI18n();let r=n.value=="zh_cn";return e.createVNode(W.ElText,{type:o.row[o.column.field]?"success":"danger"},{default:()=>[o.row[o.column.field]?r?"是":"YES":r?"否":"NO"]})}}),fe.VxeUI.renderer.add("I18n",{renderTableDefault(t,o){const{locale:n}=ee.useI18n();let r=n.value=="zh_cn"?o.column.field:t.fieldEn;return o.row[r]||o.row[o.column.field]}}),fe.VxeUI.renderer.add("Link",{renderTableDefault(t,o){let n=o.column.field;const r=ve.useRouter(),{multiple:s,to:l,openType:a="system"}=t,i=o.row[n];function c(b,C){a=="blank"?window.open(b):r.push({path:b,query:{[n]:C}})}if(s){const b=(i==null?void 0:i.split(","))||[];return b.map((C,w)=>e.createVNode("span",null,[e.createVNode(W.ElLink,{underline:"never",type:"primary",onclick:()=>c(a=="stystem"?l:C,C)},we(C)?C:{default:()=>[C]}),w<b.length-1?",":""]))}return e.createVNode(W.ElLink,{underline:"never",type:"primary",onclick:()=>c(a=="stystem"?l:i,i)},we(i)?i:{default:()=>[i]})}})}p.CmpDictionary=qe,p.CmpIcon=$e,p.ConfrimButton=Vt,p.DownExcelTemp=Ot,p.ImportButton=Tt,p.LayOutForm=Je,p.Layer=jt,p.ListPage=Mt,p.OnePortalCasSDK=Ut,p.SearchBar=Ae,p.StatusMap=Se,p._toRaw=mt,p._typeOf=Ht,p.arrToStatusMap=pt,p.arrayToTree=gt,p.checkFileSize=bt,p.creatValidator=Rt,p.createImportFields=xt,p.createListPageId=wt,p.en_us=Ce,p.exportExcel=nt,p.getI18n=be,p.getI18nT=le,p.getListPageConfig=Re,p.getLocaleValue=Wt,p.getValueBykey=kt,p.importExcel=ot,p.messages=Me,p.registerVxeRenderers=Qt,p.resetListPageConfig=Bt,p.setListPageConfig=Dt,p.setupI18n=Oe,p.sleep=ht,p.stringToArray=_e,p.stripHtmlTags=yt,p.unicode2Str=Ct,p.useActions=Jt,p.useDatePicker=Yt,p.useGetters=Gt,p.useI18nReState=Kt,p.useRequest=Pt,p.useState=Zt,p.zh_cn=ye,Object.defineProperty(p,Symbol.toStringTag,{value:"Module"})});
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cmp-icon[data-v-51bd1467],.cmp-icon[data-v-733f9daa],.cmp-icon[data-v-
|
|
1
|
+
.cmp-icon[data-v-51bd1467],.cmp-icon[data-v-733f9daa],.cmp-icon[data-v-cf92fafe]{padding:0!important}.searchBar-container .searchBar[data-v-3c0a6716]{overflow:hidden;transition:all .3s}.searchBar-container[data-v-3c0a6716] .el-form-item{margin-bottom:8px!important}.searchBar-container .btns[data-v-3c0a6716]{display:flex;justify-content:space-between;align-items:center}.searchBar-container .btns .left[data-v-3c0a6716]{display:flex;align-items:center}.searchBar-container .btns .left[data-v-3c0a6716] .el-tabs__header{margin:0}.searchBar-container .btns .right[data-v-3c0a6716]{text-align:right}[data-v-c022c16d] .vxe-table-custom-wrapper.placement--top-right.is--active{max-height:400px!important}[data-v-c022c16d] .vxe-table.cell-copy-enabled .vxe-body--column{-webkit-user-select:none;user-select:none}[data-v-c022c16d] .vxe-table.cell-copy-enabled .vxe-body--column.cell-selected{background-color:#409eff26!important;position:relative}[data-v-c022c16d] .vxe-table.cell-copy-enabled .vxe-body--column.cell-border-top:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:#409eff;pointer-events:none;z-index:10}[data-v-c022c16d] .vxe-table.cell-copy-enabled .vxe-body--column.cell-border-bottom:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#409eff;pointer-events:none;z-index:10}[data-v-c022c16d] .vxe-table.cell-copy-enabled .vxe-body--column.cell-border-left{border-left:1px solid #409eff!important}[data-v-c022c16d] .vxe-table.cell-copy-enabled .vxe-body--column.cell-border-right{border-right:1px solid #409eff!important}.drawer-content .drawer-btn{position:absolute;box-sizing:border-box;bottom:0;width:100%;text-align:right;padding:10px 60px 20px 20px;background-color:#fff;z-index:10}
|