データ処理書き込み完了

This commit is contained in:
Mouriya
2024-05-17 23:32:14 +09:00
parent 61ac281134
commit cf4209333d
5 changed files with 197 additions and 73 deletions

View File

@@ -6,7 +6,7 @@
{{ selectedObject.name }}
</q-chip>
<q-chip color="info" text-color="white" v-if="isSelected && selectedObject.objectType==='variable'" :dense="true" class="selected-obj">
{{ selectedObject.name }}
{{ selectedObject.name.name }}
</q-chip>
</template>
<template v-slot:append>
@@ -88,9 +88,9 @@
.condition-object{
min-width: 200px;
max-height: 40px;
padding: 2px;
margin: 0 2px;
}
.selected-obj{
margin: 0px;
margin: 0 2px;
}
</style>