Browse Source

Merge branch 'dev_lsk_fix_v3' of www/taais-web into develop

Sk18834839360 8 tháng trước cách đây
mục cha
commit
d84ae64936
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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' }