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
|
||||
use-input
|
||||
hide-selected
|
||||
autofocus
|
||||
:input-debounce="0"
|
||||
/>
|
||||
</div>
|
||||
|
@ -82,7 +83,7 @@ onMounted(() => {
|
|||
<VnInputDate v-model="row.eta" :label="t('ETA date')" />
|
||||
</div>
|
||||
<div class="col">
|
||||
<VnInputTime v-model="row.eta" :label="t('ETA date')" />
|
||||
<VnInputTime v-model="row.eta" :label="t('ETA hour')" />
|
||||
</div>
|
||||
<div class="col">
|
||||
<VnInput
|
||||
|
|
|
@ -266,7 +266,7 @@ const openSmsDialog = async () => {
|
|||
<QBtn
|
||||
icon="filter_alt"
|
||||
color="primary"
|
||||
class="q-mr-sm"
|
||||
class="q-mr-sm filled-icon"
|
||||
:disable="!selectedRows?.length"
|
||||
@click="deletePriorities"
|
||||
>
|
||||
|
@ -287,7 +287,7 @@ const openSmsDialog = async () => {
|
|||
<QBtn
|
||||
icon="sms"
|
||||
color="primary"
|
||||
class="q-mr-sm"
|
||||
class="q-mr-sm filled-icon"
|
||||
:disable="!selectedRows?.length"
|
||||
@click="openSmsDialog"
|
||||
>
|
||||
|
@ -417,6 +417,10 @@ const openSmsDialog = async () => {
|
|||
.table-actions {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.filled-icon {
|
||||
font-variation-settings: 'FILL' 1;
|
||||
}
|
||||
</style>
|
||||
<i18n>
|
||||
es:
|
||||
|
|
Loading…
Reference in New Issue