|
@@ -48,7 +48,7 @@ export const columns = [
|
|
|
},
|
|
|
{
|
|
|
title: window.$t("flowPool.HaveBeenUsedName"),
|
|
|
- dataIndex: "HaveBeenUsed",
|
|
|
+ dataIndex: "dataUsage",
|
|
|
align: "center",
|
|
|
width: 200,
|
|
|
tooltip: true,
|
|
@@ -129,7 +129,7 @@ export const columnsAfter = [
|
|
|
},
|
|
|
{
|
|
|
title: window.$t("flowPool.HaveBeenUsedName"),
|
|
|
- dataIndex: "HaveBeenUsed",
|
|
|
+ dataIndex: "dataUsage",
|
|
|
align: "center",
|
|
|
width: 200,
|
|
|
tooltip: true,
|