|
|
|
@ -230,11 +230,11 @@ onMounted(() => {
|
|
|
|
|
<el-table-column prop="record_time" sortable label="记录仪日期时间" />
|
|
|
|
|
<el-table-column prop="police_id" label="警号" />
|
|
|
|
|
<el-table-column prop="event_type" label="违法行为">
|
|
|
|
|
<template v-slot="scope">
|
|
|
|
|
<span>
|
|
|
|
|
{{ scope.row.event_type || "未定义事件" }}
|
|
|
|
|
</span>
|
|
|
|
|
</template>
|
|
|
|
|
<!-- <template v-slot="scope">-->
|
|
|
|
|
<!-- <span>-->
|
|
|
|
|
<!-- {{ scope.row.event_type || "未定义事件" }}-->
|
|
|
|
|
<!-- </span>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
|
|
<el-table-column prop="is_violation" label="是否违规">
|
|
|
|
|