qinxianzhangyao
2023-12-12 f4c300867675f292e882d5125238bb970bc19bdf
src/views/doctor/checkAll/index.vue
@@ -243,7 +243,7 @@
                width: 200px;
               
              " v-if="item.parentAdvice">
                  <el-input v-model="item.parentAdvice[index]" disabled></el-input>
                  <el-input v-model="item.parentAdvice[index].title" disabled></el-input>
                  <!-- <el-select v-model="item.value" multiple filterable placeholder="请选择" style="width: 100%" @change="xiAoJieChange($event, item)">
                <el-option v-for="item1 in item.parentAdvice" :key="item1.id" :label="item1.title" :value="item1.id">
                </el-option>