diff --git a/frontend/src/views/system/training/index.vue b/frontend/src/views/system/training/index.vue index 99c81614e..e6e790558 100644 --- a/frontend/src/views/system/training/index.vue +++ b/frontend/src/views/system/training/index.vue @@ -235,7 +235,6 @@ const rules = { const list = () => { datasourceApi.list().then((res: any) => { - console.log(res) options.value = res || [] }) } @@ -361,16 +360,16 @@ const onRowFormClose = () => { - - + - {{ - scope.row.datasource_name + {{ + scope.row.description }} + + { - + {{ pageForm.description }} @@ -610,6 +609,7 @@ const onRowFormClose = () => { overflow: hidden; text-overflow: ellipsis; word-break: break-word; + white-space: pre-wrap; } .ed-icon { color: #646a73;