#7317: Deleted warnings #1261
|
@ -102,7 +102,7 @@ const columns = computed(() => [
|
|||
storage: 'dms',
|
||||
collection: null,
|
||||
resolution: null,
|
||||
id: prop.row.file.split('.')[0],
|
||||
id: parseInt(prop.row.file.split('.')[0]),
|
||||
token: token,
|
||||
class: 'rounded',
|
||||
ratio: 1,
|
||||
|
|
|
@ -10,8 +10,8 @@ const $props = defineProps({
|
|||
default: false,
|
||||
},
|
||||
hasInfo: {
|
||||
|
||||
type: Boolean,
|
||||
default: false,
|
||||
type: String,
|
||||
default: '',
|
||||
alexm
commented
Si con undefined funciona mejor Si con undefined funciona mejor
|
||||
},
|
||||
modelValue: {
|
||||
type: [String, Number, Object],
|
||||
|
|
|
@ -94,7 +94,7 @@ function handleLocation(data, location) {
|
|||
<VnInput
|
||||
v-model="data.name"
|
||||
:label="t('supplier.fiscalData.name')"
|
||||
uppercase="true"
|
||||
:uppercase="true"
|
||||
clearable
|
||||
/>
|
||||
<VnInput
|
||||
|
|
Loading…
Reference in New Issue
Si es en pocos sitios le cambiaria el nombre a "info"