fix: logs id display
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<hr />
|
<hr />
|
||||||
<div ref="refContainer">
|
<div ref="refContainer">
|
||||||
<el-table :data="tableData" stripe empty-text="发信日志为空" :row-style="rowStyle()">
|
<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="task_name" show-overflow-tooltip width="150px" />
|
||||||
<el-table-column label="发信日志" prop="log">
|
<el-table-column label="发信日志" prop="log">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
|
|||||||
Reference in New Issue
Block a user