考勤管理
This commit is contained in:
parent
c19258b0aa
commit
753e90494c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user