ver 1.1.20:
- corretto campo foto che non compariva più. - sistemato i campi aggiuntivi e i richiesti. - migliorato la barra in alto di selezione. - aggiunto alcune icone.
This commit is contained in:
@@ -243,6 +243,8 @@ export default defineComponent({
|
||||
|
||||
const loaded = ref(false)
|
||||
|
||||
const addstrrequired = ref('')
|
||||
|
||||
const col = ref(<IColGridTable>{
|
||||
name: 'test',
|
||||
fieldtype: 0,
|
||||
@@ -318,6 +320,8 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
addstrrequired.value = col.value.required ? '* ' : ''
|
||||
|
||||
// console.log('popupedit myvalue.value: ', myvalue.value)
|
||||
|
||||
if (props.tablesel) {
|
||||
@@ -944,6 +948,7 @@ export default defineComponent({
|
||||
gotoPage,
|
||||
mypath,
|
||||
changeValRecCoordAddr,
|
||||
addstrrequired,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user