| | |
| | | </div> |
| | | <div v-if="item.types=='select' && item.isRequired !='1'"> |
| | | <el-form-item :label="item.paramName"> |
| | | <el-select v-model="item.paramValue" :placeholder= "$t('pleaseSelect')"> |
| | | <el-select v-model="item.paramValue" :placeholder= "$t('pleaseSelect')" :popper-append-to-body="false"> |
| | | <el-option |
| | | v-for="itemIter in item.dictData" |
| | | :key="itemIter.dictValue" |
| | |
| | | <!-- <H1 v-if ="viewDisable">{{$t('finishViewReportInfo')}}</H1>--> |
| | | <!-- <el-button type="danger" v-if ="viewDisable" @click="viewReport" round>{{$t('view')}}</el-button>--> |
| | | <!-- --> |
| | | <H1 v-if ="type == 'CIAQ' && isMobile()">{{$t('finishViewReportInfo')}}</H1> |
| | | <H1 v-if ="type == 'CIAQ'">{{$t('finishViewReportInfo')}}</H1> |
| | | <el-button type="danger" v-if ="type == 'CIAQ' && isMobile()" @click="viewReportH5" round>{{$t('view')}}</el-button> |
| | | </el-main> |
| | | </el-container> |