Commit 17ab44a5 authored by 姬鋆屾's avatar 姬鋆屾

parent 2cc98dc2
...@@ -441,19 +441,19 @@ export default { ...@@ -441,19 +441,19 @@ export default {
sourceArr: [ sourceArr: [
{ {
label: "脱岗", label: "脱岗",
value: "1", value: 1,
}, },
{ {
label: "离岗", label: "离岗",
value: "2", value: 2,
}, },
{ {
label: "玩手机", label: "玩手机",
value: "3", value: 3,
}, },
{ {
label: "睡觉", label: "睡觉",
value: "4", value: 4,
}, },
], ],
form: {}, form: {},
......
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