diff --git a/cds-fontend-2025.V1/src/views/business/category/index.vue b/cds-fontend-2025.V1/src/views/business/category/index.vue index 10e73c7..b9a95b2 100644 --- a/cds-fontend-2025.V1/src/views/business/category/index.vue +++ b/cds-fontend-2025.V1/src/views/business/category/index.vue @@ -132,12 +132,12 @@ const { render: (row) => { if (!row.pricingRule) return ''; const suffixMap = { - 'BIZ030': ' * 交易金额', + 'BIZ032': ' * 交易金额', 'BIZ031': ' * 交易金额', 'default': '元/条' }; let formattedValue; - if(row.typeId !== 'BIZ030' && row.typeId !== 'BIZ031' ){ + if(row.typeId !== 'BIZ032' && row.typeId !== 'BIZ031' ){ formattedValue = parseFloat(row.pricingRule).toFixed(2); }else{ formattedValue = row.pricingRule; diff --git a/cds-fontend-2025.V1/src/views/business/category/modules/subcategory-operate-drawer.vue b/cds-fontend-2025.V1/src/views/business/category/modules/subcategory-operate-drawer.vue index cfba69a..211dfc7 100644 --- a/cds-fontend-2025.V1/src/views/business/category/modules/subcategory-operate-drawer.vue +++ b/cds-fontend-2025.V1/src/views/business/category/modules/subcategory-operate-drawer.vue @@ -149,7 +149,7 @@ watch(visible, () => { :rows="3" placeholder="请输入计价规则说明" > -