|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<template> |
|
|
|
|
<div> |
|
|
|
|
<template v-if="visible"> |
|
|
|
|
<el-dialog v-model="visible" :title="props.title" :width="props.width"> |
|
|
|
|
<el-dialog v-model="visible" :title="props.title" align-center :width="props.width"> |
|
|
|
|
<div class="printCode" ref="printNodeRef"> |
|
|
|
|
<div v-html="props.html"></div> |
|
|
|
|
</div> |
|
|
|
|