Browse Source

报名表

y595705120 1 year ago
parent
commit
b396928db1

+ 10 - 4
src/containers/center/setting/index.vue

@@ -232,8 +232,14 @@
             </el-row>
           </form>
 
-          <div class="mt10 tc">
-            <el-button type="text" style="margin-top: 100px;text-align: center; font-size: 30px;" @click="download">下载报名表 </el-button>
+          <div class="mt20" style="font-size: 30px;">
+            <h3 class="pt20">材料下载</h3>
+            <el-row>
+              <el-button type="text"  @click="download('生产经营单位主要负责人、安全生产管理人员培训合格证申请表.doc')">生产经营单位主要负责人、安全生产管理人员培训合格证申请表 </el-button>
+            </el-row>
+            <el-row>
+            <el-button type="text"  @click="download('特种作业操作证申请表.docx')">特种作业操作证申请表 </el-button>
+            </el-row>
           </div>
         </div>
 
@@ -486,8 +492,8 @@
         this.width = width + "px";
         console.log(this.width)
       },
-      download() {
-        let burl = "/static/doc/报名表.docx";
+      download( filename ) {
+        let burl = `/static/doc/${filename}`;
         window.open(burl)
       },
       saveMoreInfo() {

BIN
static/doc/特种作业操作证申请表.docx


BIN
static/doc/生产经营单位主要负责人、安全生产管理人员培训合格证申请表.doc