eztech-core-components 1.0.23 → 1.0.24

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.
@@ -401,7 +401,7 @@ export default {
401
401
  return this.mainFormMenus.find(c => c.name === this.submenu)
402
402
  },
403
403
  isShowLogButton () {
404
- return this.level?.isAdmin || this.level?.actions?.some(c => c.code === 'LOG') || this.isDevelopment
404
+ return this.level?.isAdmin || this.level?.actions?.some(c => c.code === 'LOG') || this.submenu === 'LOG' || this.isDevelopment
405
405
  },
406
406
  selectedColumns () {
407
407
  if (!this.selectedSubmenu) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eztech-core-components",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },