Explorar el Código

打印

master
张泽亮 hace 3 días
padre
commit
d72eb8ca2f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ruoyi-generator/src/main/resources/vm/vue/index.vue.vm

+ 1
- 1
ruoyi-generator/src/main/resources/vm/vue/index.vue.vm Ver fichero

@@ -653,7 +653,7 @@ export default {
doPrint() {
const originalTitle = document.title;
try {
document.title = this.title || '通用附件详情';
document.title = this.title || '打印详情';
const printElement = document.getElementById('printDetail');
const printFrame = document.createElement('iframe');
printFrame.style.position = 'absolute';


Cargando…
Cancelar
Guardar