细节优化
This commit is contained in:
@ -131,7 +131,7 @@
|
|||||||
<div>{{ scope.row.deviceImei }} {{ scope.row.deviceMac }}</div>
|
<div>{{ scope.row.deviceImei }} {{ scope.row.deviceMac }}</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="报警地点" align="center" prop="location" />
|
<el-table-column label="报警地点" align="center" prop="location" show-overflow-tooltip/>
|
||||||
<el-table-column label="报警事项" align="center" prop="deviceAction">
|
<el-table-column label="报警事项" align="center" prop="deviceAction">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-tag type="danger" v-if="scope.row.deviceAction == 0">强制报警</el-tag>
|
<el-tag type="danger" v-if="scope.row.deviceAction == 0">强制报警</el-tag>
|
||||||
|
|||||||
Reference in New Issue
Block a user