diff --git a/mindinsight/ui/src/views/train-manage/data-traceback.vue b/mindinsight/ui/src/views/train-manage/data-traceback.vue index 1105558024ff2b58fabf6f4fd8502a48647c0c54..5db62e2dfc63863d2f36dcba1c3a5392d2d8612d 100644 --- a/mindinsight/ui/src/views/train-manage/data-traceback.vue +++ b/mindinsight/ui/src/views/train-manage/data-traceback.vue @@ -119,7 +119,7 @@ limitations under the License. :prop="key" :label="table.columnOptions[key].label" :sortable="sortArray.includes(table.columnOptions[key].label) ? 'custom' : false" - :fixed="table.columnOptions[key].label === text?true:false" + :fixed="table.columnOptions[key].label === text ? true : false" min-width="200" show-overflow-tooltip> - - - - - - - - - - - - - {{ $t('public.sure')}} - - - {{ $t('public.clear')}} - - - {{ $t('public.cancel')}} - - - + :src="require('@/assets/images/icon' + scope.row.tag + '.svg')"> + @@ -309,6 +271,45 @@ limitations under the License. + + + + + + + + + + + {{ $t('public.sure')}} + + + {{ $t('public.clear')}} + + + {{ $t('public.cancel')}} + + + +