diff --git a/src/views/notify/config/index.vue b/src/views/notify/config/index.vue index 7445efb..1b33107 100644 --- a/src/views/notify/config/index.vue +++ b/src/views/notify/config/index.vue @@ -48,8 +48,8 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP width: 64 }, { - key: 'businessName', - title: $t('page.notifyConfig.businessName'), + key: 'notifyName', + title: $t('page.notifyConfig.notifyName'), align: 'left', width: 120, render: row => { @@ -60,7 +60,7 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP return ( - {row.businessName} + {row.notifyName} ); } diff --git a/src/views/notify/config/modules/notify-config-detail-drawer.vue b/src/views/notify/config/modules/notify-config-detail-drawer.vue index 48c1579..1d0104d 100644 --- a/src/views/notify/config/modules/notify-config-detail-drawer.vue +++ b/src/views/notify/config/modules/notify-config-detail-drawer.vue @@ -22,8 +22,8 @@ const visible = defineModel('visible', {