提交 40da2ca7 编写于 作者: lxm1993's avatar lxm1993

feat: 插件升级

上级 1e10941e
......@@ -1845,7 +1845,7 @@ const ft = le({
},
scopedSlots: {
caption: () => {
const r = `${this.c.context.calendarCaption || this.c.context.srfpersonname}\u7EDF\u8BA1`;
const r = `${this.c.context.calendarcaption || this.c.context.srfpersonname}\u7EDF\u8BA1`;
return i("div", {
class: this.ns.b("caption")
}, [i("span", {
......
......@@ -1057,7 +1057,7 @@ const L = C({
srfkey: e.items[0].srfkey
}]);
const c = e.selectedData.findIndex((v) => v.srfkey === i.srfkey), f = () => {
d = !1, delete e.context.n_orgid_eq, e.context.calendarCaption = i.deptname, n(i);
d = !1, delete e.context.n_orgid_eq, e.context.calendarcaption = i.deptname, n(i);
}, p = [s.b("item"), s.is("active", c !== -1 && d === !1)];
return o("div", {
class: p,
......@@ -1078,9 +1078,7 @@ const L = C({
}, [o("div", ["\u6682\u65E0\u6570\u636E"])]), h = (i) => {
d = !0, Object.assign(e.context, {
n_orgid_eq: e.params.n_orgid_eq
});
debugger;
e.context.calendarCaption = i.deptname, n(i);
}), e.context.calendarcaption = i.deptname, n(i);
}, u = () => {
const i = [s.b("item"), s.is("active", d === !0)];
return e.items.length > 0 ? o("div", {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册