qinzhipeng_v 5 년 전
부모
커밋
483f74df8c
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/Platform/presentation/testPresenyL.vue

+ 3 - 3
src/views/Platform/presentation/testPresenyL.vue

@@ -1,9 +1,9 @@
 <template>
   <!-- 日报预览 -->
-  <div ref="mine" class="eleStyle">
+  <div id="resumeId" class="eleStyle">
     <div style="height:100%;width:94%; background:#ffffff; margin: 3% 3% 8% 3%; border-radius: 8px; overflow: hidden;">
       <el-form :inline="true" :model="fromCreat" style="margin:2% 9%">
-        <div id="resumeId">
+        <div>
           <div style="display: flex; font-size: 19px;  white-space: nowrap; font-weight: bold;">
             <span style="flex:1;">{{ fromCreat.reportName }}</span>
             <span style="flex:1;">by : {{ fromCreat.ownner }}
@@ -32,7 +32,7 @@
             {{ bugshow }}
           </div>
         </div>
-        <el-button style="float:right; margin:2% 50%;" @click="$router.go(-1)"> 返 回 </el-button>
+        <el-button v-show="btn" style="float:right; margin:2% 50%;" @click="$router.go(-1)"> 返 回 </el-button>
       </el-form>
     </div>
   </div>