minor changes to make npm run dev work

This commit is contained in:
Fernando Ontiveros
2025-04-10 03:51:54 +00:00
parent 2b8f3c1692
commit ddf6684704
4 changed files with 4025 additions and 278 deletions

View File

@@ -43,12 +43,11 @@
:key="random"
name="todo"
>
<div
v-for="col in columns"
:slot="col"
slot-scope="props"
:key="col.id"
>
<template>
<div>
<template v-for="col in columns" >
<div :key="col.id" :slot="col" slot-scope="props">
<div
v-if="col === 'detail'"
>
@@ -133,6 +132,9 @@
<ellipsis :data="updateDataEllipsis(props.row)"> </ellipsis>
</div>
</div>
</template>
</div>
</template>
</v-server-table>
<VueCardView
v-if="typeView === 'CARD'"

View File

@@ -61,7 +61,7 @@
<b-row class="my-1">
<b-col sm="3">
<label for="reasonPause">{{ $t('ID_REASON_PAUSE') }}</label>
<label for="reasonPause"> $t('ID_REASON_PAUSE') </label>
</b-col>
<b-col sm="9">
<b-form-textarea