提交 0f114905 编写于 作者: Cano1997's avatar Cano1997

update: 更新插件依赖

上级 916ad887
...@@ -40711,6 +40711,10 @@ const x0 = Qt({ ...@@ -40711,6 +40711,10 @@ const x0 = Qt({
return ce("div", { return ce("div", {
class: this.ns.e("cell-empty") class: this.ns.e("cell-empty")
}, ["/"]); }, ["/"]);
if (S && S.schedule_type === "no_required")
return ce("div", {
class: this.ns.e("cell-empty")
}, ["免考勤"]);
if (y && S) if (y && S)
return ce("CheckInGridColumn", { return ce("CheckInGridColumn", {
props: { props: {
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册