zhou zhou
12 小时以前 6877c9caa25162e570a3e2a99a5b2ce3ef88368b
rsf-design/src/views/system/menu/menuTable.columns.js
@@ -81,10 +81,7 @@
        if (row.meta?.isAuthButton) {
          return row.authority || row.meta?.authMark || ''
        }
        if (!row.meta?.authList?.length) return row.authority || ''
        return t('pages.system.menu.messages.authCount', {
          count: row.meta.authList.length
        })
        return row.authority || ''
      }
    },
    {