modified japanese

This commit is contained in:
xiaozhe.ma
2024-12-06 10:58:07 +09:00
parent bca2f46ea5
commit d3478ef851
4 changed files with 404 additions and 38 deletions

View File

@@ -20,8 +20,8 @@
<template v-slot:body-cell-name="p">
<q-td class="flex justify-between items-center" :props="p">
{{ p.row.name }}
<q-badge v-if="!p.row.domainActive" color="grey"></q-badge>
<q-badge v-if="p.row.id == currentDomainId" color="primary">現在</q-badge>
<q-badge v-if="!p.row.domainActive" color="grey">使</q-badge>
<q-badge v-if="p.row.id == currentDomainId" color="primary">既定</q-badge>
</q-td>
</template>
@@ -283,4 +283,4 @@ const onReset = () => {
.q-table td.inactive-row {
color: #aaa;
}
</style>
</style>