收藏与荣誉、家庭小医生、通讯录点击电子文件的图标可进入可看详情页面
5个文件已修改
13 ■■■■■ 已修改文件
ruoyi-ui/src/views/collection/collectionInfo.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/collection/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/contacts/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/doctor/doctorInfo.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/doctor/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/collection/collectionInfo.vue
@@ -330,7 +330,7 @@
    else{
      document.title = "收藏与荣誉详细信息";
      this.$route.meta.title = "收藏与荣誉详细信息";//列表的名称
      this.isShow=true
      this.isShow=false
    }
    let _this = this
ruoyi-ui/src/views/collection/index.vue
@@ -221,6 +221,7 @@
      <el-table-column label="电子文件" prop="url" width="180" align="center">
        <template slot-scope="scope" >
          <div  @click="handleCheck(scope.row)">
          <img
            class="el-upload-list__item-thumbnail"
            src="../../assets/images/deviceLis.png"
@@ -236,7 +237,7 @@
            style="width: 35px; height: 35px;"
            fit="cover"
            v-if="scope.row.url === ','"
          >
          ></div>
        </template>
      </el-table-column>
      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" >
ruoyi-ui/src/views/contacts/index.vue
@@ -184,6 +184,7 @@
      <el-table-column label="电子名片" prop="url" width="160" align="center">
           <template slot-scope="scope" >
             <div  @click="handleCheck(scope.row)">
             <img
               class="el-upload-list__item-thumbnail"
               src="../../assets/images/deviceLis.png"
@@ -199,7 +200,7 @@
               style="width: 35px; height: 35px;"
               fit="cover"
                v-if="scope.row.url === ','"
             >
            ></div>
           </template>
        </el-table-column>
ruoyi-ui/src/views/doctor/doctorInfo.vue
@@ -301,7 +301,7 @@
    else{
      document.title = "就医记录详细信息";
      this.$route.meta.title = "就医记录详细信息";//列表的名称
      this.isShow=true
      this.isShow=false
    }
    let _this = this
ruoyi-ui/src/views/doctor/index.vue
@@ -223,6 +223,7 @@
          </el-table-column>
        <el-table-column label="电子文件" prop="url" width="160" align="center">
             <template slot-scope="scope" >
               <div  @click="handleCheck(scope.row)">
               <img
                 class="el-upload-list__item-thumbnail"
                 src="../../assets/images/deviceLis.png"
@@ -238,7 +239,7 @@
                 style="width: 35px; height: 35px;"
                 fit="cover"
                  v-if="scope.row.url ===',' "
               >
        ></div>
             </template>
          </el-table-column>