qsh 2 months ago
parent 1f29e02135
commit e007be1f2d
  1. 2
      src/views/OKR/Management/Components/OkrTable.vue

@ -102,7 +102,7 @@ function prepareData(list) {
nodeId: child.nodeId,
isSys: child.isSys,
processId: child.id,
name: child.keyResultName,
name: child.keyResultShowName,
progress: child.progress,
executorName: child.executorName,
type: '关键成果',

Loading…
Cancel
Save