石超 2025-06-26 08:45:33 +08:00
commit 30e87baad2
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<div class="user-icon" v-if="props.userId == item.id"></div>
</div>
<div class="table-item-col" style="width: 121px;">
{{ item.account }}
{{ item.typeId }}
</div>
</div>
</template>

View File

@ -178,7 +178,7 @@
<div class="time-icon"></div>
</div>
<div class="table-item-col" style="width: 94px;">
{{item.type}}
{{item.typeId}}
</div>
<div class="table-item-col" style="width: 57px;">
<div class="list-del" @click="delDevice(item)"></div>