1.优化商品菜单选中效果 2.优化打印服务加载弹窗展示效果

This commit is contained in:
gyq
2025-04-22 15:25:53 +08:00
parent b5773cf78c
commit 47ccfd0544
8 changed files with 16196 additions and 32 deletions

View File

@@ -171,7 +171,8 @@
<!-- 打印插件是否加载好的提示 -->
<div class="print_tip" v-if="!printStore.isPrintService"
v-loading="!printStore.isPrintService && !printStore.showPrintNotService" element-loading-text="打印服务加载中...">
<el-dialog title="注意" v-model="printStore.showPrintNotService" :modal="false" top="30vh">
<el-dialog title="注意" v-model="printStore.showPrintNotService" :modal="false" :close-on-click-modal="false"
:close-on-press-escape="false" :show-close="false" top="30vh">
<span class="print_tip_title">打印服务未启动请重新加载程序或者退出后重新打开</span>
<template #footer>
<div class="dialog-footer">