Просмотр исходного кода

项目管理打印结项书添加项目编号

11wqe1 1 год назад
Родитель
Сommit
893f71bad2
1 измененных файлов с 11 добавлено и 1 удалено
  1. 11 1
      src/views/projectManage/components/Closingstatement.vue

+ 11 - 1
src/views/projectManage/components/Closingstatement.vue

@@ -2,6 +2,8 @@
   <!-- 结项书组件 -->
   <div ref="downPDF" v-if="myArrayProp.length">
     <!-- <header>创新创业学院管理系统</header> -->
+    <div class="ProNumber">项目编号:{{ myArrayProp[0].ProjectNo }}</div>
+
     <div class="onePage">
       <div class="titSchool">深圳技师学院</div>
       <div class="title">校级创客项目结题申请书</div>
@@ -2152,7 +2154,15 @@ body {
     }
   }
 }
-
+.ProNumber{
+    position: absolute;
+    right: 60px;
+    top: 30px;
+    // font-size: 25px;
+    text-align: right;
+    margin: auto 0;
+    // width: 80% !important;
+  }
 .onePage {
   width: 100%;
   // height: 1000px;