gm-printer 10.14.2-alpha.4 → 10.14.2-alpha.5
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
|
@@ -1003,6 +1003,7 @@ class EditorStore {
|
|
|
1003
1003
|
@action.bound
|
|
1004
1004
|
setSubtotalStyle(value) {
|
|
1005
1005
|
if (this.selectedRegion) {
|
|
1006
|
+
this.overallOrderShow = !this.overallOrderShow
|
|
1006
1007
|
const arr = this.selectedRegion.split('.')
|
|
1007
1008
|
const subtotalConfig = this.config.contents[arr[2]].subtotal
|
|
1008
1009
|
|