gm-printer 10.14.9-beta.3 → 10.15.9-beta.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/.eslintcache +1 -1
- package/package.json +1 -1
- package/src/editor/context_menu.js +1 -1
package/.eslintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/Users/ganmeng/Documents/GM-项目/gm-printer/src/printer/store.js":"1","/Users/ganmeng/Documents/GM-项目/gm-printer/src/editor/context_menu.js":"2","/Users/ganmeng/Documents/GM-项目/gm-printer/src/common/editor_store.js":"3","/Users/ganmeng/Documents/GM-项目/gm-printer/src/common/editor_customize_config.js":"4"},{"size":18202,"mtime":1653550658475,"results":"
|
|
1
|
+
[{"/Users/ganmeng/Documents/GM-项目/gm-printer/src/printer/store.js":"1","/Users/ganmeng/Documents/GM-项目/gm-printer/src/editor/context_menu.js":"2","/Users/ganmeng/Documents/GM-项目/gm-printer/src/common/editor_store.js":"3","/Users/ganmeng/Documents/GM-项目/gm-printer/src/common/editor_customize_config.js":"4","/Users/ganmeng/Documents/GM-项目/gm-printer2/src/editor/context_menu.js":"5"},{"size":18202,"mtime":1653550658475,"results":"6","hashOfConfig":"7"},{"size":5189,"mtime":1653550658475,"results":"8","hashOfConfig":"7"},{"size":36126,"mtime":1653550658474,"results":"9","hashOfConfig":"7"},{"size":1578,"mtime":1653550658473,"results":"10","hashOfConfig":"7"},{"size":5160,"mtime":1654484017653,"results":"11","hashOfConfig":"12"},{"filePath":"13","messages":"14","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"cvcgct",{"filePath":"15","messages":"16","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"17","messages":"18","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"19","messages":"20","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"21","messages":"22","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"8681vq","/Users/ganmeng/Documents/GM-项目/gm-printer/src/printer/store.js",[],"/Users/ganmeng/Documents/GM-项目/gm-printer/src/editor/context_menu.js",[],"/Users/ganmeng/Documents/GM-项目/gm-printer/src/common/editor_store.js",[],"/Users/ganmeng/Documents/GM-项目/gm-printer/src/common/editor_customize_config.js",[],"/Users/ganmeng/Documents/GM-项目/gm-printer2/src/editor/context_menu.js",[]]
|
package/package.json
CHANGED
|
@@ -105,7 +105,7 @@ class ContextMenu extends React.Component {
|
|
|
105
105
|
const isCategoryActive = keyArr.includes('category')
|
|
106
106
|
const isSubtotalActive = subtotal.show
|
|
107
107
|
const isOverallOrder = overallOrder?.show
|
|
108
|
-
|
|
108
|
+
|
|
109
109
|
return (
|
|
110
110
|
<>
|
|
111
111
|
<div
|