更新:JRZQ6F2A更新

This commit is contained in:
2025-12-17 18:10:16 +08:00
parent 788a760070
commit de43246cfe
12 changed files with 238 additions and 144 deletions

View File

@@ -53,6 +53,11 @@ const props = defineProps({
period: {
type: String,
required: true
},
// 维度id身份证 / cell手机号
dimension: {
type: String,
default: 'id'
}
})
@@ -69,7 +74,9 @@ const COLORS = [
]
// 获取银行机构数详情
const bankOrgs = computed(() => getBankOrgDetails(props.data, props.period))
const bankOrgs = computed(() =>
getBankOrgDetails(props.data, props.period, props.dimension)
)
// 计算银行机构总数
const bankTotal = computed(() => {