Browse Source

快捷开单

shish 2 months ago
parent
commit
f2824cd85a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hdPad/src/pages/home/components/selectPrice.vue

+ 2 - 2
hdPad/src/pages/home/components/selectPrice.vue

@@ -281,8 +281,8 @@ export default {
     },
     computed: {
         rcvCustomerBalanceLabel() {
-            const n = (this.customName || '').trim()
-            return n || '客户余额'
+            const n = (this.customName || '快捷开单').trim()
+            return n || '快捷开单'
         },
         isEmptyCalcInput() {
             return this.$util.isEmpty(this.calcInput)