diff --git a/src/api/processImage/index.ts b/src/api/processImage/index.ts index 0c744d65..f1dea5d1 100644 --- a/src/api/processImage/index.ts +++ b/src/api/processImage/index.ts @@ -17,7 +17,7 @@ export const processImageApi = { height:400, width:900, step:"诊断结果:", - options:{watermarkFontSize:40} + options:{watermarkFontSize:40,enablePdf:true} }, "药王洞卫生院":{ startX:1200, @@ -25,7 +25,7 @@ export const processImageApi = { height:350, width:950, step:" 诊断结果:", - options:{watermarkFontSize:40} + options:{watermarkFontSize:40,enablePdf:true} }, "史德卫生院":{ startX:990, @@ -33,7 +33,7 @@ export const processImageApi = { height:400, width:800, step:" ", - options:{watermarkFontSize:40} + options:{watermarkFontSize:40,enablePdf:true} }, "礼泉县城关卫生院":{ startX:2700, @@ -41,7 +41,7 @@ export const processImageApi = { height:600, width:2400, step:"诊断结果:", - options:{watermarkFontSize:40} + options:{watermarkFontSize:40,enablePdf:true} }, "北屯中心卫生院":{ startX:1800, @@ -49,7 +49,7 @@ export const processImageApi = { height:400, width:900, step:"诊断结果:", - options:{watermarkFontSize:40} + options:{watermarkFontSize:40,enablePdf:true} } }, processImg: async (params: any) => { diff --git a/src/views/ECG/ECGForm.vue b/src/views/ECG/ECGForm.vue index 29828ff8..1ea1ec44 100644 --- a/src/views/ECG/ECGForm.vue +++ b/src/views/ECG/ECGForm.vue @@ -499,46 +499,8 @@ :close-on-click-modal="false" :close-on-press-escape="false" :destroy-on-close="true" - @close="printclose" - > - - - -
-
- - -
-
- -