|
|
@@ -235,10 +235,10 @@ const columns = ref([
|
|
|
{ title: "收益", width: "70px", key: "earningRate", customSlot: "earningRate", align: "center" },
|
|
|
{ title: "状态", width: "90px", key: "status", customSlot: "status", align: "center" },
|
|
|
{ title: "参数", key: "configs", customSlot: "configs" },
|
|
|
- { title: "IP:编号", width: "130px", key: "ip", customSlot: "ip", ellipsisTooltip: true },
|
|
|
- { title: "通讯", width: "70px", key: "lastReportTime", customSlot: "lastReportTime", align: "center" },
|
|
|
+ { title: "IP:编号", width: "120px", key: "ip", customSlot: "ip", ellipsisTooltip: true },
|
|
|
+ { title: "通讯", width: "80px", key: "lastReportTime", customSlot: "lastReportTime", align: "center" },
|
|
|
{ title: "持仓信息", width: "80px", key: "posNum", customSlot: "posNum", align: "center", ellipsisTooltip: true },
|
|
|
- { title: "修改", width: "70px", key: "updateTime", customSlot: "updateTime", align: "center" },
|
|
|
+ { title: "修改", width: "90px", key: "updateTime", customSlot: "updateTime", align: "center" },
|
|
|
{ title: "所属人", width: "80px", key: "userName", align: "center", ellipsisTooltip: true },
|
|
|
{
|
|
|
title: "操作",
|