| | |
| | | <div> |
| | | <div style="text-align: center;font-weight: 600;border-bottom:1px solid rgba(0,0,0,.2);height: 40px;line-height: 40px;font-size: 18px">审核内容</div> |
| | | <el-form-item label="状态标记" label-width="150px" style="width:100%;padding-left:20px;margin-bottom:0"> |
| | | √合格 ×不合格 NA不适用 |
| | | √合格   ×不合格   NA不适用 |
| | | </el-form-item> |
| | | <div class="table-container"> |
| | | <el-table ref="tableConfigAuditList" class="el-software el-margin-top-bot" border |
| | |
| | | <el-input v-model="row.auditContent" placeholder="审核内容"></el-input> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="auditResult" align="center" width="150" label="审核结果"> |
| | | <el-table-column prop="auditResult" align="center" width="200" label="审核结果"> |
| | | <template v-slot="{ row }"> |
| | | <zt-dict v-model="row.auditResult" placeholder="审核结果" dict="status_tag" |
| | | clearable></zt-dict> |
| | | <zt-dict v-model="row.auditResult" placeholder="审核结果" dict="status_tag" :radio="true"></zt-dict> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="remark" label="备注" width="100" align="center"> |
| | |
| | | ...res.data |
| | | } |
| | | if(this.dataForm.configAuditReport === null){ |
| | | this.dataForm.contractReview={} |
| | | this.dataForm.configAuditReport={} |
| | | } |
| | | console.log(this.dataForm, "getInfo this.dataForm") |
| | | }, |