1
This commit is contained in:
parent
75815cf4b0
commit
6a95c2833a
@ -527,64 +527,64 @@ export default {
|
||||
weekList: [
|
||||
{
|
||||
label: "周一",
|
||||
value: "1"
|
||||
value: "周一"
|
||||
},
|
||||
{
|
||||
label: "周二",
|
||||
value: "2"
|
||||
value: "周二"
|
||||
},
|
||||
{
|
||||
label: "周三",
|
||||
value: "3"
|
||||
value: "周三"
|
||||
},
|
||||
{
|
||||
label: "周四",
|
||||
value: "4"
|
||||
value: "周四"
|
||||
},
|
||||
{
|
||||
label: "周五",
|
||||
value: "5"
|
||||
value: "周五"
|
||||
}, {
|
||||
label: "周六",
|
||||
value: "6"
|
||||
value: "周六"
|
||||
}, {
|
||||
label: "周天",
|
||||
value: "7"
|
||||
value: "周天"
|
||||
}
|
||||
|
||||
],
|
||||
monthList: [
|
||||
{
|
||||
label: "每月1号",
|
||||
value: "01"
|
||||
value: "1"
|
||||
},
|
||||
{
|
||||
label: "每月2号",
|
||||
value: "02"
|
||||
value: "2"
|
||||
},
|
||||
{
|
||||
label: "每月3号",
|
||||
value: "03"
|
||||
value: "3"
|
||||
},
|
||||
{
|
||||
label: "每月4号",
|
||||
value: "04"
|
||||
value: "4"
|
||||
},
|
||||
{
|
||||
label: "每月5号",
|
||||
value: "05"
|
||||
value: "5"
|
||||
}, {
|
||||
label: "每月6号",
|
||||
value: "06"
|
||||
value: "6"
|
||||
}, {
|
||||
label: "每月7号",
|
||||
value: "07"
|
||||
value: "7"
|
||||
}, {
|
||||
label: "每月8号",
|
||||
value: "08"
|
||||
value: "8"
|
||||
}, {
|
||||
label: "每月9号",
|
||||
value: "09"
|
||||
value: "9"
|
||||
}, {
|
||||
label: "每月10号",
|
||||
value: "10"
|
||||
|
Loading…
Reference in New Issue
Block a user