总览状态添加日志默认10条

This commit is contained in:
熊丽君
2022-02-18 14:39:57 +08:00
parent a66a0425bd
commit d0bedefdf8
2 changed files with 6 additions and 2 deletions

View File

@ -100,7 +100,7 @@
></el-table-column>
<el-table-column label="车辆状态" align="center">
<template slot-scope="scope">
{{ scope.row.distance > 10 ? "离开" : "进入" }}工房
{{ scope.row.status == 0 ? "离开" : "进入" }}工房
</template>
</el-table-column>
<el-table-column