代码调整
This commit is contained in:
parent
264d1a696c
commit
4915d0c9ce
@ -30,7 +30,7 @@
|
||||
<tr v-for="row in resData.list" :key="row.dataKey">
|
||||
<td align="center">{{ row.deviceType }}</td>
|
||||
<td align="center">{{ row.label }}</td>
|
||||
<td align="center">
|
||||
<td align="center" class="cursor-pointer">
|
||||
<q-badge color="primary">
|
||||
{{ row.value }}
|
||||
</q-badge>
|
||||
|
Loading…
Reference in New Issue
Block a user