diff --git a/src/components/confirmationOrderDownLoad.vue b/src/components/confirmationOrderDownLoad.vue
index efa8bfb0a55e47d9d4e7fd127c6b3ed0c58ef934..719725442b2cc33e83a7e95cd7a4a4f109b3484f 100644
--- a/src/components/confirmationOrderDownLoad.vue
+++ b/src/components/confirmationOrderDownLoad.vue
@@ -9,7 +9,7 @@
     <div class="trip_cover" v-show="pdfLoading" v-loading="pdfLoading"></div>
     <input type="button" style="width: auto !important;" class="travelControlTripBtn" value="下载电脑版PDF" @click="toPDF(orderMsg.startDate + orderMsg.lineteamName+orderMsg.dayNum+'日游')" />
     <input type="button" style="width: auto !important;" class="travelControlTripBtn" value="下载手机版WORD" @click="gernalFeature(0)" />
-    <input type="button" style="width: auto !important;" class="travelControlTripBtn" value="下载电脑版WORD" @click="gernalFeature(1)" />
+    <input type="button" style="width: auto !important;display:none" class="travelControlTripBtn" value="下载电脑版WORD" @click="gernalFeature(1)" />
     <!-- ToWord(orderMsg.startDate + orderMsg.lineteamName+orderMsg.dayNum+'日游') -->
     <!--&&isopOperation HK 注释 可以让销售修改基本信息-->
     <input type="button" v-if="orderId>0" class="travelControlTripBtn" value="修改信息" @click="editMsgShow=true" />
@@ -711,7 +711,7 @@
                         if (allNum!==document.querySelectorAll(cName).length) {
                           allNum += 1
                         } else {
-                          _this.ToWord(_this.orderMsg.startDate + _this.orderMsg.lineteamName + _this.orderMsg.dayNum + '日游',type)
+                          _this.ToWord(_this.orderMsg.startDate + _this.orderMsg.lineteamName + _this.orderMsg.dayNum + '日游',isPc)
                         }
                       }
                     });
@@ -724,7 +724,7 @@
             }
           });
         } else {
-          this.ToWord(this.orderMsg.startDate + this.orderMsg.lineteamName + this.orderMsg.dayNum + '日游',type)
+          this.ToWord(this.orderMsg.startDate + this.orderMsg.lineteamName + this.orderMsg.dayNum + '日游',isPc)
         }
       },
       //保存基础数据