[update 标准解读流程]
This commit is contained in:
+4
-1
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user