mirror of
https://shylinux.com/x/operation
synced 2025-07-01 13:14:43 +08:00
add some
This commit is contained in:
parent
8101e23053
commit
01bf28a044
@ -26,7 +26,7 @@ func (s Plan) AfterMigrate(m *ice.Message, arg ...string) {
|
||||
s.SettingCreate(m, ISSUE_MAX_CREATE, html.INPUT, "每个人最多有多少个项目待审批", api.LEADER, "1005", "2")
|
||||
s.SettingCreate(m, "date", html.TITLE, "约会配置", api.LEADER, "1010")
|
||||
s.SettingCreate(m, DATE_START_HOURS, html.INPUT, "会议预约开始时间", api.LEADER, "1011", "14")
|
||||
s.SettingCreate(m, DATE_STOP_HOURS, html.INPUT, "会议预约结束时间", api.LEADER, "1012", "23")
|
||||
s.SettingCreate(m, DATE_STOP_HOURS, html.INPUT, "会议预约结束时间", api.LEADER, "1012", "24")
|
||||
s.SettingCreate(m, DATE_BEGIN_DAYS, html.INPUT, "会议预约开始日期", api.LEADER, "1013", "2")
|
||||
s.SettingCreate(m, DATE_END_DAYS, html.INPUT, "会议预约结束日期", api.LEADER, "1014", "3")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user