fix: logs id display

This commit is contained in:
engigu
2024-01-22 11:42:24 +08:00
parent 01c63e043d
commit ed292b09ed
@@ -16,7 +16,7 @@
<hr />
<div ref="refContainer">
<el-table :data="tableData" stripe empty-text="发信日志为空" :row-style="rowStyle()">
<el-table-column label="ID" prop="id" width="50px" />
<el-table-column label="ID" prop="id" width="85px" />
<el-table-column label="任务名" prop="task_name" show-overflow-tooltip width="150px" />
<el-table-column label="发信日志" prop="log">
<template #default="scope">