考勤管理

This commit is contained in:
XaoLi717 2024-11-22 16:38:28 +08:00
parent c19258b0aa
commit 753e90494c

View File

@ -57,6 +57,7 @@
<el-button-group>
<el-button @click="changeDay($index,day,1)" color="green">上班</el-button>
<el-button @click="changeDay($index,day,2)" color="orange">缺勤</el-button>
<el-button @click="changeDay($index,day,3)" color="yellow">休息</el-button>
<el-button @click="changeDay($index,day,4)" color="red" >加班</el-button>
<el-button @click="changeDay($index,day,5)" color="violet" >年班</el-button>
</el-button-group>