Commit be4f635b by linjinhong

预览视图不可打印

parent 2e41b556
......@@ -73,6 +73,10 @@ export default {
default: false,
type: Boolean,
},
isDisabled: {
default: false,
type: Boolean,
},
byPlatenSize: {
default: 0,
type: Number,
......@@ -967,6 +971,7 @@ export default {
</div>
<el-button
@click="getPrintCmd"
:disabled="isDisabled"
type="primary"
style="width: 98%; height: 50px"
>打印
......
......@@ -1327,6 +1327,7 @@ export default {
</div>
</div>
<print-dialog
:isDisabled="isView"
:visible="printDialogShow"
:imgList="imgList"
:byPlatenSize="gridWH.v"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment