Commit 6fe0f6e0 authored by 姬鋆屾's avatar 姬鋆屾

parent cd0aa926
...@@ -38,11 +38,11 @@ ...@@ -38,11 +38,11 @@
v-if="item.type === 'select'" v-if="item.type === 'select'"
:placeholder="'请选择' + item.label" :placeholder="'请选择' + item.label"
> >
<el-option <!-- <el-option
label="全部" label=""
value="" value=""
v-if="!item.multiple && !item.notShowAll" v-if="!item.multiple && !item.notShowAll"
></el-option> ></el-option> -->
<el-option <el-option
:label="label" :label="label"
:value="value" :value="value"
......
...@@ -486,6 +486,12 @@ export default { ...@@ -486,6 +486,12 @@ export default {
label: "班次", label: "班次",
fuzzy: false, fuzzy: false,
}, },
{
name: "punchResult",
type: "select",
label: "打卡结果",
fuzzy: false,
},
{ {
name: "attendanceDateStart", name: "attendanceDateStart",
type: "date", type: "date",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment