| | |
| | | </a-form-item> |
| | | </a-col> |
| | | </a-row> |
| | | <a-row :gutter="24"> |
| | | <!-- <a-row :gutter="24"> |
| | | <a-col :span="24"> |
| | | <a-form-item |
| | | :labelCol="{span:4}" |
| | |
| | | :disabled="disableSubmit" |
| | | :placeholder="disableSubmit?'':'请选择判定结果'" |
| | | :triggerChange="true" |
| | | dictCode="judgment_result" |
| | | dictCode="technology_status" |
| | | v-decorator="['judgmentResult', validatorRules.judgmentResult]" |
| | | /> |
| | | |
| | | </a-form-item> |
| | | </a-col> |
| | | </a-row> |
| | | </a-row> --> |
| | | |
| | | <a-row :gutter="24"> |
| | | <a-col :span="24"> |
| | |
| | | </a-spin> |
| | | </a-modal> |
| | | </template> |
| | | |
| | | |
| | | <script> |
| | | import { getAction, postAction, postFileAction } from '@/api/manage' |
| | | import Vue from 'vue' |