Kaynağa Gözat

fix: fix remarks display

Eagle 8 ay önce
ebeveyn
işleme
5844cdbd65
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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' }