|
@@ -10,7 +10,7 @@
|
|
|
<el-button :disabled="form.generateTime != null" style="margin-left: 30px" type="primary" icon="Check"
|
|
|
@click="handleGenerate">生成
|
|
|
</el-button>
|
|
|
- <el-button style="margin-left: 30px" type="primary" icon="Check" @click="handlePrint">打印
|
|
|
+ <el-button style="margin-left: 30px" type="primary" icon="Check" @click="handlePrint">预览并打印
|
|
|
</el-button>
|
|
|
<el-button icon="Close" @click="cancel">取 消 </el-button>
|
|
|
<div class="close-btn" @click="cancel">
|