@@ -53,12 +53,12 @@ class AppMarketService {
return [
{
title: '项目名称',
- dataIndex: 'accountName',
+ dataIndex: 'projectName',
width: '30%'
},
title: '账户数量',
- dataIndex: 'age',
+ dataIndex: 'accountCount',
width: '15%'
@@ -402,7 +402,6 @@ export default {
};
getAction('/kuaishouCrowdPack/queryRel', paramsData).then(result => {
if (result.code === 200) {
- console.log(result, 'result----relax');
if (this.relaxStatus === 'dep') {
this.depData = result.result.list;
}