|
@@ -16,7 +16,6 @@
|
|
|
<view class="con">
|
|
<view class="con">
|
|
|
<view class="list" v-for="(item, index) in list" :key="index">
|
|
<view class="list" v-for="(item, index) in list" :key="index">
|
|
|
<view class="list_head flex_r flex_ac flex_jb">
|
|
<view class="list_head flex_r flex_ac flex_jb">
|
|
|
- <!-- <view class="head_name">{{ item.act == '+' ? '收益' : '支出'}}</view> -->
|
|
|
|
|
<view class="head_name">{{ type(item.type_id) }}</view>
|
|
<view class="head_name">{{ type(item.type_id) }}</view>
|
|
|
<view :class="['head_price',item.act == '+' ? 'g_color' : '']">{{ item.act }}{{item.num }}</view>
|
|
<view :class="['head_price',item.act == '+' ? 'g_color' : '']">{{ item.act }}{{item.num }}</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -116,6 +115,7 @@ export default {
|
|
|
case 11: return "创始股东分红收益";
|
|
case 11: return "创始股东分红收益";
|
|
|
case 12: return "节点服务津贴";
|
|
case 12: return "节点服务津贴";
|
|
|
case 13: return "赠送收入";
|
|
case 13: return "赠送收入";
|
|
|
|
|
+ case 14: return "区域节点收益";
|
|
|
default: return "";
|
|
default: return "";
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|