feat: |UI| hide ID for user (#501)

This commit is contained in:
Dream Hunter
2024-11-30 15:11:37 +08:00
committed by GitHub
parent 0308f518da
commit e86c530116
2 changed files with 1 additions and 5 deletions

View File

@@ -125,10 +125,6 @@ const fetchData = async () => {
}
const columns = [
{
title: "ID",
key: "id"
},
{
title: t('name'),
key: "name"

View File

@@ -37,7 +37,7 @@ export default defineConfig({
VitePWA({
registerType: null,
devOptions: {
enabled: true
enabled: false
},
workbox: {
disableDevLogs: true,