qinxianzhangyao
2023-12-09 876f43e0fd34e084cc8a179a20afb51fe612eca3
src/views/hosp/history/index.vue
@@ -259,7 +259,7 @@
                    <template slot-scope="scope">
                      <!-- <el-input v-model="scope.row.isOk" placeholder="请输入是否痊愈" /> -->
                      <el-select filterable size="mini" v-model="scope.row.harmTypeLogs" multiple placeholder="请选择有害因素" clearable>
                        <el-option v-for="dict in harmTypeList" :key="dict.aid" :label="dict.harmtype"
                        <el-option v-for="dict in harmTypeList" :key="dict.aid" :label="dict.harmType"
                          :value="dict.aid" />
                      </el-select>
                    </template>