[update 标准解读流程]

This commit is contained in:
danshihao
2024-07-10 11:57:20 +08:00
parent ad0b45ee31
commit aca25e66e8
3 changed files with 8 additions and 3 deletions
@@ -104,7 +104,10 @@ export default {
computed: {
// 解读人填写信息节点
isInterpreterFillInfo () {
return this.currentNodeId === StandardInterpretationNodes.interpreterFillInfo.value
return [
StandardInterpretationNodes.interpreterFillInfoOne.value,
StandardInterpretationNodes.interpreterFillInfoTwo.value
].includes(this.currentNodeId)
},
// 是否解读人汇总
isStandardInterpreterSummary () {