Commit de56cbbc authored by 赵啸非's avatar 赵啸非

日志展示修改

parent 8fc446ab
......@@ -48,21 +48,22 @@ export default {
},
],
columns: [
{ label: "traceID", prop: "traceID" },
{ label: "traceID", prop: "traceID",width:120 },
{ label: "设备编号", prop: "deviceCode" },
{ label: "设备名称", prop: "deviceName" },
{ label: "内容", prop: "content" },
{ label: "业务标识", prop: "messageHead",width:80 },
{ label: "日志类型", prop: "logType", formatter: this.formatter ,width:80},
{ label: "内容", prop: "content" },
{
label: "创建时间",
prop: "createTime",
formatter: this.formatterDate,
width:120
},
// {
// label: "操作",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment