This commit is contained in:
mashuai 2026-01-20 15:54:09 +08:00
parent 59a278899c
commit 8e3d52c777
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@
<dict-tag :options="dict.type.repair_task_status" :value="scope.row.repairStatusCode"/> <dict-tag :options="dict.type.repair_task_status" :value="scope.row.repairStatusCode"/>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="提交时间" align="center" width="100" prop="submitTime" />
<!-- <el-table-column label="备注" align="center" width="100" prop="remark" :show-overflow-tooltip="true"/> --> <!-- <el-table-column label="备注" align="center" width="100" prop="remark" :show-overflow-tooltip="true"/> -->
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="300" fixed="right"> <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="300" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">