| | |
| | | </div> |
| | | <div v-if="form && form.status == 0"> |
| | | <p class="tip-header" >申请审批</p> |
| | | <el-form :model="checkForm" ref="checkForm" :rules="rules" label-width="110px" label-suffix=":" style="margin-left: 20px;width: 500px;" inline > |
| | | <el-form :model="checkForm" ref="checkForm" :rules="rules" label-width="110px" label-suffix=":" style="margin-left: 20px;width: 500px;" > |
| | | <el-form-item label="审核结果" prop="status"> |
| | | <el-radio-group v-model="checkForm.status" @change="changeStatuus"> |
| | | <el-radio :label="1">通过</el-radio> |