Circuit go on...
This commit is contained in:
@@ -83,7 +83,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function condividipag() {
|
||||
const msg = self.location.host + tools.getPathByCircuit(myrec.value, props.table)
|
||||
const msg = self.location.host + tools.getPathByTableAndRec(props.table, myrec.value)
|
||||
return tools.copyStringToClipboard($q, msg, true)
|
||||
}
|
||||
|
||||
|
||||
@@ -38,6 +38,17 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div v-else-if="mycol.name === 'path'">
|
||||
|
||||
</div>
|
||||
<div v-else-if="mycol.name === 'symbol'">
|
||||
|
||||
<div class="text-bacheca">
|
||||
Simbolo:
|
||||
{{ tools.getValue(myrec, mycol.field, mycol.subfield) }}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div v-else-if="mycol.name === 'longdescr'">
|
||||
<div class="text-bacheca">
|
||||
{{ tools.getValue(myrec, mycol.field, mycol.subfield) }}
|
||||
|
||||
Reference in New Issue
Block a user