gm-printer 10.33.4 → 10.33.6

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.33.4",
3
+ "version": "10.33.6",
4
4
  "description": "diy printer",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -1326,7 +1326,7 @@ class EditorStore {
1326
1326
  if (!tableConfig.specialConfig?.fields?.[0]) {
1327
1327
  specialConfig.fields = [
1328
1328
  {
1329
- valueField: '下单金额'
1329
+ valueField: '出库金额'
1330
1330
  }
1331
1331
  ]
1332
1332
  }