#7317: Deleted warnings #1261

Open
jon wants to merge 3 commits from 7317-SupplierWarnings into dev
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 627289c58d - Show all commits

View File

@ -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,

View File

@ -10,8 +10,8 @@ const $props = defineProps({
default: false,
},
hasInfo: {
Outdated
Review

Si es en pocos sitios le cambiaria el nombre a "info"

Si es en pocos sitios le cambiaria el nombre a "info"
type: Boolean,
default: false,
type: String,
default: '',
Outdated
Review

Si con undefined funciona mejor

Si con undefined funciona mejor
},
modelValue: {
type: [String, Number, Object],

View File

@ -94,7 +94,7 @@ function handleLocation(data, location) {
<VnInput
v-model="data.name"
:label="t('supplier.fiscalData.name')"
uppercase="true"
:uppercase="true"
clearable
/>
<VnInput