| | |
| | | }, |
| | | // 设置删除/打印/编辑是否显示 |
| | | setBottonView() { |
| | | console.log(this.editConfig.infomation.status) |
| | | if (this.editConfig.title === "新建") { |
| | | this.showButton = false |
| | | this.showEdit = false |
| | | this.showFooter = true |
| | | this.isValidateClick = false |
| | | } else if ( |
| | | this.editConfig.title === "查看" && |
| | | (this.editConfig.infomation.status !== 4 || this.editConfig.infomation.status !== "完成") |
| | | ) { |
| | | } else if (this.editConfig.title === "查看" && this.editConfig.infomation.status !== 4) { |
| | | this.showButton = true |
| | | this.showEdit = false |
| | | this.isDelClick = true |
| | | this.showFooter = false |
| | | this.isValidateClick = true |
| | | if (this.editConfig.infomation.status === "完成") { |
| | | this.isValidateClick = false |
| | | } else { |
| | | this.isValidateClick = true |
| | | } |
| | | } else if (this.editConfig.infomation.status === 4 || this.editConfig.infomation.status === "完成") { |
| | | this.showButton = true |
| | | this.showEdit = false |