feige
2025-11-25 1eb1522eb39f58603155302f072e2ead3045d2ef
ruoyi-ui/src/views/honor/honorInfo.vue
@@ -2,7 +2,7 @@
  <div class="app-container" id="printable-content">
    <div class="form-header mt">
      <h1 style="font-size:21px;padding-top:30px;display: flex;justify-content: space-between;align-items: center;" >
        <span>荣誉证书详细信息</span>
        <span>荣誉详细信息</span>
        <div style="display: flex; align-items: center;">
          <el-button size="mini" type="text"  v-print="'#printable-content'" v-hasPermi="['person:information:memo']">
            <div class="form" ><el-icon  style="padding-right:100px;"></el-icon>
@@ -175,7 +175,7 @@
            ></video>
            <img v-else
                 class="el-upload-list__item-thumbnail"
                 src="../../assets/401_images/401.gif"
                 src="../../assets/images/deviceLis.png"
                 alt=""
                 style="width: 147px; height: 147px"
                 fit="cover">
@@ -361,11 +361,11 @@
      this.isEditing=true
   //   document.title = "修改荣誉证书详细信息";
      this.$route.meta.title = "修改荣誉证书详细信息";//列表的名称
      this.$route.meta.title = "修改荣誉详细信息";//列表的名称
    }
    else{
    //  document.title = "查看荣誉证书详细信息";
      this.$route.meta.title = "查看荣誉证书详细信息";//列表的名称
      this.$route.meta.title = "查看荣誉详细信息";//列表的名称
      this.isShow=false
      this.btn = false;
    }
@@ -432,6 +432,7 @@
      // this.getCateInfor()
    }
    console.log(this.fileListOther,'this.fileListOtherthis.fileListOtherthis.fileListOther')
  },
  mounted() {},