Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
simcaq-node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simcaq
simcaq-node
Merge requests
!309
Merge new updates into master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge new updates into master
new_updates
into
master
Overview
0
Commits
400
Pipelines
0
Changes
2
Merged
Pietro Cavassin
requested to merge
new_updates
into
master
3 years ago
Overview
0
Commits
400
Pipelines
0
Changes
2
Expand
adding filters and changing base consult on employees and teacher tables
edit base consult filters
0
0
Merge request reports
Viewing commit
cf3f2d10
Show latest version
2 files
+
5
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
cf3f2d10
school relative solicitations on issue 792 are completed
· cf3f2d10
Guiusepe
authored
3 years ago
src/libs/convert/integralTime.js
+
1
−
1
Options
@@ -25,6 +25,6 @@ module.exports = function integralTime(id) {
@@ -25,6 +25,6 @@ module.exports = function integralTime(id) {
case
1
:
case
1
:
return
'
Sim
'
;
return
'
Sim
'
;
case
2
:
case
2
:
return
'
Não se aplica
(s
emi presencial e EaD
)
'
;
return
'
Não se aplica
- S
emi presencial e EaD
'
;
}
}
};
};
Loading