| | |
| | | }, |
| | | content(){ |
| | | const config = this.config.props |
| | | console.log("content:config.assignedUser",config) |
| | | let texts = [] |
| | | config.assignedUser.forEach(org => texts.push(org.name)) |
| | | return String(texts).replaceAll(',', '、') |
| | | }, |
| | | |
| | | }, |
| | | // flowText(){ |
| | | // const config = this.config |
| | | // console.log("flowText-config",config); |
| | | // |
| | | // // return config.approvalArr.filter(ite=>ite.node_id===config.id)[0].approval_time; |
| | | // if(config.approvalArr!==undefined){ |
| | | // return "发起时间:"+config.approvalArr.filter(ite=>ite.node_id===config.id)[0].approval_time; |
| | | // } |
| | | // |
| | | // return '' |
| | | // } |
| | | }, |
| | | created() { |
| | | console.log("加载ApprovalNode.vue") |
| | | }, |
| | | methods: { |
| | | getFormItemById(id){ |