This commit is contained in:
zw199166
2026-01-23 17:20:44 +08:00
parent 9f1fd3ffe0
commit 30d2ec5823
493 changed files with 45879 additions and 10 deletions

View File

@@ -0,0 +1,159 @@
"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
name: "ywjg-view",
data() {
return {
ywjg: [
{
title: "业务结构分析",
list: [{
title: "零售业务",
is_hexin: 1,
yszb: 55.16,
mlv: 78.21,
yysr: 17900,
zz: -8.2
}, {
title: "科技金融",
is_hexin: 1,
yszb: 41.121,
mlv: 89.11,
yysr: 13400,
zz: 24.6
}, {
title: "绿色金融",
is_hexin: 0,
yszb: 2.37,
mlv: 9.11,
yysr: 771,
zz: 36.9
}, {
title: "零售业务",
is_hexin: 0,
yszb: 2.37,
mlv: 9.11,
yysr: 396,
zz: -16.9
}]
},
{
title: "业务板块详情",
list: [
{
title: "零售银行业务",
list: [
{
title: "业务描述",
info: "平安银行对公业务践行"
},
{
title: "竞争地位",
info: "平安银行零售业务在同行业中保持较强竞争力,凭借其数字化创新优势和综合金融背景,构建了差异化竞争优势。"
},
{
title: "未来潜力",
info: "平安银行零售业务未来发展潜力巨大,随着中国财富管理市场的快速扩张和中产阶级规模的持续增长,零售银行...展开查看"
}
]
},
{
title: "对公业务",
list: [
{
title: "业务描述",
info: "平安银行对公业务践行"
},
{
title: "竞争地位",
info: "平安银行对公业务在市场中保持较强竞争力,贷款规模实现两位数增长,远高于行业平均水平。通过差异化战略...展开查看"
},
{
title: "未来潜力",
info: "随着国家对科创、绿色经济的持续支持,以及对普惠金融的政策倾斜,平安银行对公业务面临广阔发展空间...展开查看"
}
]
},
{
title: "同业业务",
list: [
{
title: "业务描述",
info: "平安银行同业业务主要包括债券交易、同业拆借、票据业务等。"
},
{
title: "竞争地位",
info: "平安银行同业业务在股份制银行中位居前列债券交易市场份额达4.4%,显示出较强的市场竞争力。"
},
{
title: "未来潜力",
info: "随着金融市场深化改革和利率市场化推进,同业业务面临新的发展机遇。平安银行同业业务凭借其债券...展开查看"
}
]
},
{
title: "普惠金融",
list: [
{
title: "业务描述",
info: "普惠金融是平安银行"
},
{
title: "竞争地位",
info: "平安银行普惠金融业务在行业内保持领先地位,小微企业贷款规模较大且客户基础广泛。通过优化产品体系、提...展开查看"
},
{
title: "未来潜力",
info: "随着国家持续推动普惠金融发展战略,平安银行该业务具有广阔发展空间。通过数字化转型深化、客户体验...展开查看"
}
]
}
]
}
]
};
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {
a: common_vendor.f($data.ywjg, (item, index, i0) => {
return common_vendor.e({
a: common_vendor.t(item.title),
b: index == 0
}, index == 0 ? {
c: common_vendor.f(item.list, (child, row, i1) => {
return common_vendor.e({
a: common_vendor.t(child.title),
b: child.is_hexin
}, child.is_hexin ? {} : {}, {
c: common_vendor.t(child.yszb),
d: common_vendor.t(child.mlv),
e: common_vendor.t(child.yysr > 1e4 ? child.yysr / 1e4 + "亿" : child.yysr + "万"),
f: common_vendor.t(child.zz > 0 ? "+" + child.zz : child.zz),
g: child.zz > 0 ? "#EC3440" : "#345423",
h: row
});
})
} : {
d: common_vendor.f(item.list, (child, row, i1) => {
return {
a: common_vendor.t(child.title),
b: common_vendor.f(child.list, (model, j, i2) => {
return {
a: common_vendor.t(model.title),
b: common_vendor.t(model.info),
c: j
};
}),
c: row
};
})
}, {
e: index
});
})
};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
wx.createComponent(Component);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/ywjg-view/ywjg-view.js.map