Fix with feedback
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
5ddae1fe65
commit
7974725da0
|
@ -75,6 +75,7 @@ onMounted(() => {
|
||||||
map-options
|
map-options
|
||||||
use-input
|
use-input
|
||||||
hide-selected
|
hide-selected
|
||||||
|
autofocus
|
||||||
:input-debounce="0"
|
:input-debounce="0"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -82,7 +83,7 @@ onMounted(() => {
|
||||||
<VnInputDate v-model="row.eta" :label="t('ETA date')" />
|
<VnInputDate v-model="row.eta" :label="t('ETA date')" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<VnInputTime v-model="row.eta" :label="t('ETA date')" />
|
<VnInputTime v-model="row.eta" :label="t('ETA hour')" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<VnInput
|
<VnInput
|
||||||
|
|
|
@ -266,7 +266,7 @@ const openSmsDialog = async () => {
|
||||||
<QBtn
|
<QBtn
|
||||||
icon="filter_alt"
|
icon="filter_alt"
|
||||||
color="primary"
|
color="primary"
|
||||||
class="q-mr-sm"
|
class="q-mr-sm filled-icon"
|
||||||
:disable="!selectedRows?.length"
|
:disable="!selectedRows?.length"
|
||||||
@click="deletePriorities"
|
@click="deletePriorities"
|
||||||
>
|
>
|
||||||
|
@ -287,7 +287,7 @@ const openSmsDialog = async () => {
|
||||||
<QBtn
|
<QBtn
|
||||||
icon="sms"
|
icon="sms"
|
||||||
color="primary"
|
color="primary"
|
||||||
class="q-mr-sm"
|
class="q-mr-sm filled-icon"
|
||||||
:disable="!selectedRows?.length"
|
:disable="!selectedRows?.length"
|
||||||
@click="openSmsDialog"
|
@click="openSmsDialog"
|
||||||
>
|
>
|
||||||
|
@ -417,6 +417,10 @@ const openSmsDialog = async () => {
|
||||||
.table-actions {
|
.table-actions {
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.filled-icon {
|
||||||
|
font-variation-settings: 'FILL' 1;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<i18n>
|
<i18n>
|
||||||
es:
|
es:
|
||||||
|
|
Loading…
Reference in New Issue