gm-printer 10.25.0-beta.0 → 10.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-printer",
3
- "version": "10.25.0-beta.0",
3
+ "version": "10.25.0",
4
4
  "description": "diy printer",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -672,7 +672,7 @@ class EditorStore {
672
672
  fields: [
673
673
  {
674
674
  name: '自定义整单合计:',
675
- valueField: '{{出库金额}}',
675
+ valueField: '{{列.出库金额}}',
676
676
  style: {
677
677
  fontWeight: 'bold'
678
678
  }