feige
2023-08-08 1521cdb45a85c038ab566c7e30d6883cd389c843
ruoyi-ui/src/views/doctor/doctorInfo.vue
@@ -62,7 +62,7 @@
          <el-row>
            <el-cow :span="8">
              <el-form-item label="中医处方" prop="cmedical" label-width="68px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;">
                <el-input v-model="formData.cmedical" placeholder="请输入中医处方" clearable :style="{width: '100%'}" :disabled="dsb">
                <el-input v-model="formData.cmedical" placeholder="请输入中医处方"  clearable :style="{width: '100%'}" :disabled="dsb">
                </el-input>
              </el-form-item>
            </el-cow>
@@ -130,7 +130,7 @@
            multiple
            list-type="picture-card"
            :on-preview="handleFileCardPreview"
            :on-remove="handleRemove"
            :on-remove="handleRemoveFile"
            :http-request="requestUpload"
            :show-file-list="true"
          >
@@ -154,12 +154,11 @@
                </span>
                <span
                  v-if="isShow"
                  @click="handleRemove(file)"
                  class="el-upload-list__item-delete"
                  @click="handleDownload(file.url)"
                >
                  <i class="el-icon-download"></i>
                </span>
                 <i class="el-icon-download"></i>
                 </span>
                <span
                  v-if="isShow"
                  class="el-upload-list__item-delete"
@@ -301,7 +300,7 @@
    else{
      document.title = "就医记录详细信息";
      this.$route.meta.title = "就医记录详细信息";//列表的名称
      this.isShow=true
      this.isShow=false
    }
    let _this = this