diff --git a/irbs.frontend/src/views/report/RptRatingIndustryFocusDist.vue b/irbs.frontend/src/views/report/RptRatingIndustryFocusDist.vue index 4b1d095..ab782d6 100644 --- a/irbs.frontend/src/views/report/RptRatingIndustryFocusDist.vue +++ b/irbs.frontend/src/views/report/RptRatingIndustryFocusDist.vue @@ -162,8 +162,8 @@ const rptRatingIndustryFocusDistGrid = { name: 'A-', label: 'A-', columns: [ - { label: '客户数', name: 'aaMinusCnt', align: 'center' }, - { label: '占比', name: 'aaMinusRatio', align: 'center' }, + { label: '客户数', name: 'aMinusCnt', align: 'center' }, + { label: '占比', name: 'aMinusRatio', align: 'center' }, ], }, { diff --git a/irbs.frontend/src/views/report/RptRatingModelFocusDist.vue b/irbs.frontend/src/views/report/RptRatingModelFocusDist.vue index c29b0c2..24f6ffb 100644 --- a/irbs.frontend/src/views/report/RptRatingModelFocusDist.vue +++ b/irbs.frontend/src/views/report/RptRatingModelFocusDist.vue @@ -132,8 +132,8 @@ const rptRatingModelFocusDistGrid = { name: 'A-', label: 'A-', columns: [ - { label: '客户数', name: 'aaMinusCnt', align: 'center' }, - { label: '占比', name: 'aaMinusRatio', align: 'center' }, + { label: '客户数', name: 'aMinusCnt', align: 'center' }, + { label: '占比', name: 'aMinusRatio', align: 'center' }, ], }, { @@ -184,14 +184,6 @@ const rptRatingModelFocusDistGrid = { { label: '占比', name: 'cRatio', align: 'center' }, ], }, - { - name: 'C', - label: 'C', - columns: [ - { label: '客户数', name: 'cCnt', align: 'center' }, - { label: '占比', name: 'cRatio', align: 'center' }, - ], - }, { name: 'D', label: 'D', diff --git a/irbs.frontend/src/views/report/RptRatingOrgFocusDist.vue b/irbs.frontend/src/views/report/RptRatingOrgFocusDist.vue index 22850d1..6ac7207 100644 --- a/irbs.frontend/src/views/report/RptRatingOrgFocusDist.vue +++ b/irbs.frontend/src/views/report/RptRatingOrgFocusDist.vue @@ -132,8 +132,8 @@ const rptRatingOrgFocusDistGrid = { name: 'A-', label: 'A-', columns: [ - { label: '客户数', name: 'aaMinusCnt', align: 'center' }, - { label: '占比', name: 'aaMinusRatio', align: 'center' }, + { label: '客户数', name: 'aMinusCnt', align: 'center' }, + { label: '占比', name: 'aMinusRatio', align: 'center' }, ], }, {