| | |
| | | </el-form-item> |
| | | <el-row> |
| | | <el-col :span="20"> |
| | | <el-form-item label="填空信息" v-if="topicobj.scriptType == 3"> |
| | | <el-card class="box-card" style="width: 200%;"> |
| | | <el-form-item |
| | | label="填空信息" |
| | | v-if=" |
| | | topicobj.scriptType == 3 && topicobj.svyLibScriptOptions.length |
| | | " |
| | | > |
| | | <el-card class="box-card" style="width: 200%"> |
| | | <div |
| | | v-for="item in topicobj.svyLibScriptOptions" |
| | | v-if="item.isoperation != 3" |
| | |
| | | </div> |
| | | </el-form-item> |
| | | </el-row> |
| | | <!-- <el-row> |
| | | <el-form-item label="适用疾病" prop="region"> |
| | | <div class="xinz-inf"> |
| | | <el-tag |
| | | :key="item.icd10name" |
| | | type="warning" |
| | | v-for="item in illnesslist" |
| | | closable |
| | | :disable-transitions="false" |
| | | @close="handleCloseillness(item)" |
| | | > |
| | | {{ item.icd10name }} |
| | | </el-tag> |
| | | <el-select |
| | | v-model="inputValueillness" |
| | | v-if="inputVisibleillness" |
| | | @change="illnessConfirm" |
| | | :remote-method="remoteMethod" |
| | | filterable |
| | | remote |
| | | allow-create |
| | | default-first-option |
| | | placeholder="请选择/查询" |
| | | :loading="loading" |
| | | > |
| | | <el-option |
| | | v-for="item in optionsillness" |
| | | :key="item.icdid" |
| | | :label="item.icdname" |
| | | :value="item.icdid" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | <el-button |
| | | v-else |
| | | class="button-new-tag" |
| | | size="small" |
| | | @click="inputVisibleillness = true" |
| | | >+ 新增疾病</el-button |
| | | > |
| | | </div> |
| | | </el-form-item> |
| | | </el-row> --> |
| | | |
| | | <el-form-item label="选中指标:"> |
| | | <span style="margin-left: 30px" |
| | | ><el-tag type="success" effect="dark">{{ |
| | |
| | | background: #3366f5; |
| | | } |
| | | .tsgnames { |
| | | width: 90px; |
| | | width: 120px; |
| | | margin-right: 10px; |
| | | text-align: center; |
| | | cursor: pointer; |