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