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
!116
Release v1.0.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release v1.0.0
release_v1.0.0
into
master
Overview
0
Commits
858
Pipelines
1
Changes
115
Merged
Vytor Calixto
requested to merge
release_v1.0.0
into
master
7 years ago
Overview
0
Commits
858
Pipelines
1
Changes
115
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d6517be0
858 commits,
7 years ago
115 files
+
12436
−
560
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
115
Search (e.g. *.vue) (Ctrl+P)
src/libs/convert/admDependency.js
0 → 100644
+
14
−
0
Options
module
.
exports
=
function
admDependency
(
id
)
{
switch
(
id
)
{
case
1
:
return
'
Federal
'
;
case
2
:
return
'
Estadual
'
;
case
3
:
return
'
Municipal
'
;
case
4
:
return
'
Privada
'
;
default
:
return
'
Não classificada
'
;
}
};
Loading