Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
schedule
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
schedule
Commits
2c11eccf
Commit
2c11eccf
authored
4 years ago
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会前提醒 一周前提醒分钟写错问题
parent
a858c386
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
constant.js
pages/createMeeting/constant.js
+2
-1
constant.js
pages/meetingDetail/constant.js
+1
-1
No files found.
pages/createMeeting/constant.js
View file @
2c11eccf
...
@@ -17,5 +17,5 @@ export const aheadTimeList = [
...
@@ -17,5 +17,5 @@ export const aheadTimeList = [
{
id
:
60
,
text
:
'提前一小时提醒'
,
icon
:
''
},
{
id
:
60
,
text
:
'提前一小时提醒'
,
icon
:
''
},
{
id
:
120
,
text
:
'提前二小时提醒'
,
icon
:
''
},
{
id
:
120
,
text
:
'提前二小时提醒'
,
icon
:
''
},
{
id
:
1440
,
text
:
'提前一天提醒'
,
icon
:
''
},
{
id
:
1440
,
text
:
'提前一天提醒'
,
icon
:
''
},
{
id
:
10
512
0
,
text
:
'提前一周提醒'
,
icon
:
''
}
{
id
:
10
08
0
,
text
:
'提前一周提醒'
,
icon
:
''
}
]
]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pages/meetingDetail/constant.js
View file @
2c11eccf
...
@@ -8,7 +8,7 @@ export const aheadTimeList = [
...
@@ -8,7 +8,7 @@ export const aheadTimeList = [
{
id
:
60
,
text
:
'提前一小时提醒'
,
icon
:
''
},
{
id
:
60
,
text
:
'提前一小时提醒'
,
icon
:
''
},
{
id
:
120
,
text
:
'提前二小时提醒'
,
icon
:
''
},
{
id
:
120
,
text
:
'提前二小时提醒'
,
icon
:
''
},
{
id
:
1440
,
text
:
'提前一天提醒'
,
icon
:
''
},
{
id
:
1440
,
text
:
'提前一天提醒'
,
icon
:
''
},
{
id
:
10
512
0
,
text
:
'提前一周提醒'
,
icon
:
''
}
{
id
:
10
08
0
,
text
:
'提前一周提醒'
,
icon
:
''
}
]
]
export
const
participateStatusList
=
[{
text
:
'仅参加此次会议'
,
id
:
'only'
,
value
:
1
},
{
text
:
'参加所有会议'
,
id
:
'all'
,
value
:
1
}]
export
const
participateStatusList
=
[{
text
:
'仅参加此次会议'
,
id
:
'only'
,
value
:
1
},
{
text
:
'参加所有会议'
,
id
:
'all'
,
value
:
1
}]
export
const
noParticipateStatusList
=
[{
text
:
'不参加此次会议'
,
id
:
'only'
,
value
:
0
},
{
text
:
'不参加所有会议'
,
id
:
'all'
,
value
:
0
}]
export
const
noParticipateStatusList
=
[{
text
:
'不参加此次会议'
,
id
:
'only'
,
value
:
0
},
{
text
:
'不参加所有会议'
,
id
:
'all'
,
value
:
0
}]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment