lilei 1 rok temu
rodzic
commit
89a220f7f9

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1719212534938
+  "version": 1719212991154
 }

+ 1 - 1
src/components/tools/UserMenu.vue

@@ -53,7 +53,7 @@
                 </div>
               </div>
             </a-form-model-item>
-            <a-form-model-item label="打印是否节省纸" style="margin-bottom:10px;">
+            <a-form-model-item label="打印纸张节约模式" style="margin-bottom:10px;">
               <a-switch style="margin-left: 10px;" checked-children="开" un-checked-children="关" v-model="printContentType" @change="changeContentType"/>
             </a-form-model-item>
           </a-form-model>

+ 1 - 0
src/layouts/BasicLayout.vue

@@ -289,6 +289,7 @@ export default {
     this.$store.commit('SET_printLoading', false)
     this.$store.commit('SET_printDefNeedle', localStorage.getItem('DEFAULT_PRINT_NEEDLE') || undefined)
     this.$store.commit('SET_printDefInk', localStorage.getItem('DEFAULT_PRINT_INK') || undefined)
+    this.$store.commit('SET_printDefPageSize', localStorage.getItem('DEFAULT_PRINT_PAGESIZE') || undefined)
 
     // 消息通知
     this.getNotes()