|
|
@@ -236,16 +236,16 @@ const columns = ref([
|
|
|
{ title: "名称", width: "90px", key: "name", customSlot: "name", ellipsisTooltip: true },
|
|
|
{ title: "账户", width: "90px", key: "account", customSlot: "account", ellipsisTooltip: true },
|
|
|
{ title: "币对", width: "90px", key: "pair", customSlot: "pair", align: "center", ellipsisTooltip: true },
|
|
|
- { title: "起始", width: "90px", key: "startAmount", align: "center" },
|
|
|
+ { title: "起始", width: "70px", key: "startAmount", align: "center" },
|
|
|
{ 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: "120px", key: "ip", customSlot: "ip", ellipsisTooltip: true },
|
|
|
- { title: "通讯", width: "80px", key: "lastReportTime", customSlot: "lastReportTime", align: "center" },
|
|
|
+ { title: "IP:编号", width: "100px", key: "ip", customSlot: "ip", ellipsisTooltip: true },
|
|
|
+ { title: "通讯", width: "80px", key: "lastReportTime", customSlot: "lastReportTime", align: "center", ellipsisTooltip: true },
|
|
|
{ title: "持仓信息", width: "80px", key: "posNum", customSlot: "posNum", align: "center", ellipsisTooltip: true },
|
|
|
- { title: "开机币对数", width: "90px", key: "pairNum", customSlot: "pairNum", align: "center" },
|
|
|
- { title: "修改", width: "90px", key: "updateTime", customSlot: "updateTime", align: "center" },
|
|
|
- { title: "所属人", width: "80px", key: "userName", align: "center", ellipsisTooltip: true },
|
|
|
+ { title: "开机数", width: "60px", key: "pairNum", customSlot: "pairNum", align: "center" },
|
|
|
+ { title: "修改", width: "80px", key: "updateTime", customSlot: "updateTime", align: "center", ellipsisTooltip: true },
|
|
|
+ { title: "所属人", width: "70px", key: "userName", align: "center", ellipsisTooltip: true },
|
|
|
{
|
|
|
title: "操作",
|
|
|
width: "160px",
|