774078984@qq.com 3 hónapja
szülő
commit
c75e207a74
2 módosított fájl, 3 hozzáadás és 3 törlés
  1. 2 2
      src/views/flowPool/config.js
  2. 1 1
      src/views/lotCard/cardList/config.js

+ 2 - 2
src/views/flowPool/config.js

@@ -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,

+ 1 - 1
src/views/lotCard/cardList/config.js

@@ -203,7 +203,7 @@ export const SearchForm = [
 export const columnsCard = [
   {
     title: window.$t('lotCard.PackageName'),
-    dataIndex: 'tariffName',
+    dataIndex: 'productName',
     align: 'center', ellipsis: true
   }, {
     title: window.$t('lotCard.PackageStatus'),