@burh/nuxt-core 1.0.221 → 1.0.222
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -132,8 +132,12 @@ export default {
|
|
|
132
132
|
label: 'Aumento de quadro'
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
value: '
|
|
136
|
-
label: '
|
|
135
|
+
value: 'Substituição de Profissional',
|
|
136
|
+
label: 'Substituição de Profissional'
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
value: 'Aumento de Demanda - Temporário',
|
|
140
|
+
label: 'Aumento de Demanda - Temporário'
|
|
137
141
|
}
|
|
138
142
|
]
|
|
139
143
|
};
|