Parcourir la source

fix: fix remarks display

Eagle il y a 8 mois
Parent
commit
5844cdbd65
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/task/bizProcess/index.vue

+ 1 - 1
src/views/task/bizProcess/index.vue

@@ -787,7 +787,7 @@ const columns = reactive<ColumnProps<any>[]>([
     label: '耗时(ms)'
   },
   {
-    prop: 'log',
+    prop: 'remarks',
     label: '日志'
   },
   { prop: 'operation', label: '操作', width: 230, fixed: 'right' }