ruoyi-ui/src/views/doctor/doctorInfo.vue
@@ -19,8 +19,10 @@
          <el-row>
            <el-cow :span="8">
              <el-form-item label="类型" prop="type" label-width="50px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;">
              <el-input v-model="formData.type" placeholder="请输入类型" clearable :style="{width: '100%'}" :disabled="dsb">
              </el-input>
                <el-select v-model="formData.type" placeholder="请选择类别" clearable :style="{width: '100%'}"  >
                  <el-option v-for="(item, index) in typeOptions" :key="index" :label="item.label" :value="item.value"
                  ></el-option>
                </el-select>
            </el-form-item>
            </el-cow>
            <el-cow :span="8">
@@ -179,7 +181,7 @@
    </el-form>
    </div>
    <el-dialog  :visible.sync="dialogVisible">
      <img w-full :src="dialogImageUrl" alt="Preview Image" />
      <img w-full :src="dialogImageUrl"    style="width: 700px; height: 700px" alt="Preview Image" />
    </el-dialog>
  </div>
</template>
@@ -270,7 +272,16 @@
        }],
      },
      typeOptions: [],
      typeOptions: [{
        value:'神经科',
        label:'神经科'
      },{
        value:'牙科',
        label:'牙科'
      },{
        value:'内科',
        label:'内科'
      }],
    }
  },
  computed: {},
@@ -288,8 +299,8 @@
      this.$route.meta.title = "修改就医记录详细信息";//列表的名称
    }
    else{
      document.title = "查看就医记录详细信息";
      this.$route.meta.title = "查看就医记录详细信息";//列表的名称
      document.title = "就医记录详细信息";
      this.$route.meta.title = "就医记录详细信息";//列表的名称
      this.isShow=false
    }