提交 2e675469 编写于 作者: fzh's avatar fzh

feat: 修复考勤系统缺卡数据显示异常

上级 594a6a35
...@@ -2884,7 +2884,7 @@ const mt = { ...@@ -2884,7 +2884,7 @@ const mt = {
class: this.nns.e("cc-jb") class: this.nns.e("cc-jb")
}, [j("span", { }, [j("span", {
class: this.nns.e("cc") class: this.nns.e("cc")
}, ["\u7F3A\u5361: ", this.$props.data.cc ? this.$props.data.qk : "0"]), j("span", { }, ["\u7F3A\u5361: ", this.$props.data.qk ? this.$props.data.qk : "0"]), j("span", {
class: this.nns.e("jb") class: this.nns.e("jb")
}, ["\u52A0\u73ED: ", this.$props.data.jbsc ? this.$props.data.jbsc : "0", "\u5C0F\u65F6"])])]) : null; }, ["\u52A0\u73ED: ", this.$props.data.jbsc ? this.$props.data.jbsc : "0", "\u5C0F\u65F6"])])]) : null;
} }
......
...@@ -24,13 +24,13 @@ ...@@ -24,13 +24,13 @@
}, },
"dependencies": { "dependencies": {
"@ibiz-template/command": "^0.0.1-beta.50", "@ibiz-template/command": "^0.0.1-beta.50",
"@ibiz-template/controller": "^0.0.1-beta.59", "@ibiz-template/controller": "^0.0.1-beta.63",
"@ibiz-template/core": "^0.0.1-beta.57", "@ibiz-template/core": "^0.0.1-beta.63",
"@ibiz-template/model": "^0.0.1-beta.59", "@ibiz-template/model": "^0.0.1-beta.63",
"@ibiz-template/runtime": "^0.0.1-beta.59", "@ibiz-template/runtime": "^0.0.1-beta.63",
"@ibiz-template/service": "^0.0.1-beta.59", "@ibiz-template/service": "^0.0.1-beta.63",
"@ibiz-template/theme": "^0.0.1-beta.59", "@ibiz-template/theme": "^0.0.1-beta.59",
"@ibiz-template/vue-util": "^0.0.1-beta.59", "@ibiz-template/vue-util": "^0.0.1-beta.63",
"async-validator": "^4.2.5", "async-validator": "^4.2.5",
"axios": "^1.1.3", "axios": "^1.1.3",
"core-js": "3", "core-js": "3",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册