|
@@ -227,18 +227,18 @@ interface TablePage {
|
|
|
const tablePage: TablePage = reactive({ current: 1, limit: 50, total: 0, limits: [20, 50, 100, 200, 500] });
|
|
const tablePage: TablePage = reactive({ current: 1, limit: 50, total: 0, limits: [20, 50, 100, 200, 500] });
|
|
|
const columns = ref([
|
|
const columns = ref([
|
|
|
{ title: "选项", width: "44px", type: "checkbox" },
|
|
{ title: "选项", width: "44px", type: "checkbox" },
|
|
|
- { title: "ID", width: "60px", key: "id" },
|
|
|
|
|
|
|
+ { title: "ID", width: "50px", key: "id" },
|
|
|
{ title: "名称", width: "90px", key: "name", customSlot: "name", ellipsisTooltip: true },
|
|
{ title: "名称", width: "90px", key: "name", customSlot: "name", ellipsisTooltip: true },
|
|
|
{ title: "账户", width: "90px", key: "account", customSlot: "account", 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: "pair", customSlot: "pair", align: "center", ellipsisTooltip: true },
|
|
|
{ title: "起始", width: "90px", key: "startAmount", align: "center" },
|
|
{ title: "起始", width: "90px", key: "startAmount", align: "center" },
|
|
|
- { title: "收益", width: "90px", key: "earningRate", customSlot: "earningRate", align: "center" },
|
|
|
|
|
|
|
+ { title: "收益", width: "70px", key: "earningRate", customSlot: "earningRate", align: "center" },
|
|
|
{ title: "状态", width: "90px", key: "status", customSlot: "status", align: "center" },
|
|
{ title: "状态", width: "90px", key: "status", customSlot: "status", align: "center" },
|
|
|
{ title: "参数", key: "configs", customSlot: "configs" },
|
|
{ title: "参数", key: "configs", customSlot: "configs" },
|
|
|
{ title: "IP:编号", width: "130px", key: "ip", customSlot: "ip", ellipsisTooltip: true },
|
|
{ title: "IP:编号", width: "130px", key: "ip", customSlot: "ip", ellipsisTooltip: true },
|
|
|
- { title: "通讯", width: "120px", key: "lastReportTime", customSlot: "lastReportTime", align: "center" },
|
|
|
|
|
- { title: "持仓信息", width: "100px", key: "posNum", customSlot: "posNum", align: "center", ellipsisTooltip: true },
|
|
|
|
|
- { title: "修改", width: "120px", key: "updateTime", customSlot: "updateTime", align: "center" },
|
|
|
|
|
|
|
+ { title: "通讯", width: "70px", 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: "80px", key: "userName", align: "center", ellipsisTooltip: true },
|
|
{ title: "所属人", width: "80px", key: "userName", align: "center", ellipsisTooltip: true },
|
|
|
{
|
|
{
|
|
|
title: "操作",
|
|
title: "操作",
|