Commit 6f5c3119 authored by Facius's avatar Facius

Merge branch 'dev-1.5.3' into test

parents 506183b9 1b5aa4f7
...@@ -98,7 +98,7 @@ export default { ...@@ -98,7 +98,7 @@ export default {
return this.item.fieldsName === 'eSerialNum' return this.item.fieldsName === 'eSerialNum'
}, },
placeholderText() { placeholderText() {
return this.isESerialNum ? '请填写交易流水号后8位数字' : this.placeholder return this.isESerialNum ? '请填写交易单号后8位' : this.placeholder
} }
}, },
watch: {}, watch: {},
......
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