点检方案
This commit is contained in:
parent
ef6edf9ac1
commit
e26a0d1daf
@ -92,6 +92,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="维修人" align="center" prop="executorName"/>
|
||||
<el-table-column label="点检方案" align="center" prop="patrolPlan"/>
|
||||
<el-table-column label="创建时间" align="center" prop="createTime" width="180">
|
||||
<template v-slot="scope">
|
||||
<span>{{ parseTime(scope.row.createTime) }}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user