#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', storage: 'dms',
collection: null, collection: null,
resolution: null, resolution: null,
id: prop.row.file.split('.')[0], id: parseInt(prop.row.file.split('.')[0]),
token: token, token: token,
class: 'rounded', class: 'rounded',
ratio: 1, ratio: 1,

View File

@ -10,8 +10,8 @@ const $props = defineProps({
default: false, default: false,
}, },
hasInfo: { hasInfo: {
type: Boolean, type: String,
default: false, default: '',
}, },
modelValue: { modelValue: {
type: [String, Number, Object], type: [String, Number, Object],

View File

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