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
@@ -125,10 +125,6 @@ const fetchData = async () => {
} }
const columns = [ const columns = [
{
title: "ID",
key: "id"
},
{ {
title: t('name'), title: t('name'),
key: "name" key: "name"
+1 -1
View File
@@ -37,7 +37,7 @@ export default defineConfig({
VitePWA({ VitePWA({
registerType: null, registerType: null,
devOptions: { devOptions: {
enabled: true enabled: false
}, },
workbox: { workbox: {
disableDevLogs: true, disableDevLogs: true,