diff --git a/frontend/src/views/system/training/index.vue b/frontend/src/views/system/training/index.vue index 0759092bb..99c81614e 100644 --- a/frontend/src/views/system/training/index.vue +++ b/frontend/src/views/system/training/index.vue @@ -228,7 +228,7 @@ const rules = { description: [ { required: true, - message: t('datasource.please_enter') + t('common.empty') + t('training.sql_statement'), + message: t('datasource.please_enter') + t('common.empty') + t('training.sample_sql'), }, ], } @@ -488,7 +488,7 @@ const onRowFormClose = () => { clearable /> - + { {{ pageForm.question }} - +
{{ pageForm.description }}