|
@@ -23,7 +23,7 @@
|
|
|
<div v-if="title" class="column text-h6">
|
|
<div v-if="title" class="column text-h6">
|
|
|
<span>{{ title }}</span>
|
|
<span>{{ title }}</span>
|
|
|
<span class="text-body2">{{
|
|
<span class="text-body2">{{
|
|
|
- `${rows.length} ${descricao} ${feminino ? "cadastradas" : "cadastrados"}`
|
|
|
|
|
|
|
+ `${rows.length} ${description} ${female ? "cadastradas" : "cadastrados"}`
|
|
|
}}</span>
|
|
}}</span>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
@@ -208,11 +208,11 @@ const {
|
|
|
type: Function,
|
|
type: Function,
|
|
|
default: null,
|
|
default: null,
|
|
|
},
|
|
},
|
|
|
- descricao: {
|
|
|
|
|
|
|
+ description: {
|
|
|
type: String,
|
|
type: String,
|
|
|
default: "linhas",
|
|
default: "linhas",
|
|
|
},
|
|
},
|
|
|
- feminino: {
|
|
|
|
|
|
|
+ female: {
|
|
|
type: Boolean,
|
|
type: Boolean,
|
|
|
default: true,
|
|
default: true,
|
|
|
},
|
|
},
|