| | |
| | | :isShow="isShow" |
| | | class="full-width custom-height" |
| | | /> |
| | | <div v-hasRole="['auditor']" v-if="audit" class="button-container"> |
| | | <div v-if="audit" class="button-container"> |
| | | <el-button |
| | | class="save-button" |
| | | type="primary" |
| | |
| | | @click="showDialog" |
| | | >驳回</el-button> |
| | | </div> |
| | | |
| | | <div v-if="!disabled" class="button-container"> |
| | | <el-button |
| | | class="save-button" |
| | |
| | | basicInfoForm(data) { |
| | | this.projectForm.projectInfoForm = data; |
| | | this.projectId = data.id; |
| | | this.audit = this.$route.query.audit == 1 && this.projectForm.projectInfoForm.auditRole; |
| | | }, |
| | | investInfoForm(data) { |
| | | this.projectForm.projectInvestmentInfoForm = data; |
| | |
| | | if (this.$route.query.disabled) { |
| | | this.disabled = true; |
| | | } |
| | | this.audit = this.$route.query.audit == 1; |
| | | }, |
| | | }; |
| | | </script> |