Преглед на файлове

Merge branch 'feature_moreStaDimen' of Web/contentCooper into master

jihuaqiang преди 1 седмица
родител
ревизия
600832fa97
променени са 2 файла, в които са добавени 30 реда и са изтрити 1 реда
  1. 10 1
      src/views/weData/gzh/index.tsx
  2. 20 0
      src/views/weData/qw/index.tsx

+ 10 - 1
src/views/weData/gzh/index.tsx

@@ -39,7 +39,6 @@ const Gzh: React.FC = () => {
     total: 0
   });
   const [activeKey, setActiveKey] = useState("0");
-
   const columns:TableProps['columns'] = [
     {
       title: '日期',
@@ -66,6 +65,16 @@ const Gzh: React.FC = () => {
       title: '本渠道裂变率',
       dataIndex: 'score',
       key: 'score',
+		},
+		{
+      title: '预估单价',
+      dataIndex: 'unitPrice',
+      key: 'unitPrice',
+		},
+		{
+      title: '建议结算金额',
+      dataIndex: 'settlementAmount',
+      key: 'settlementAmount',
     },
   ];
 

+ 20 - 0
src/views/weData/qw/index.tsx

@@ -72,6 +72,16 @@ const Qw: React.FC = () => {
       title: '本渠道裂变率',
       dataIndex: 'score',
       key: 'score',
+    },
+		{
+      title: '预估单价',
+      dataIndex: 'unitPrice',
+      key: 'unitPrice',
+		},
+		{
+      title: '建议结算金额',
+      dataIndex: 'settlementAmount',
+      key: 'settlementAmount',
     },
   ];
 
@@ -119,6 +129,16 @@ const Qw: React.FC = () => {
 			dataIndex: 'score',
 			key: 'score',
 		},
+		{
+      title: '预估单价',
+      dataIndex: 'unitPrice',
+      key: 'unitPrice',
+		},
+		{
+      title: '建议结算金额',
+      dataIndex: 'settlementAmount',
+      key: 'settlementAmount',
+    }
 	];
 
   const fetchQwData = async (page = 1, pageSize = 10, type = 0) => {