From 5cedd86420d533ffd15b8433a7d0f2c53a53c72c Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Tue, 29 Jun 2021 15:35:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=20Link=20=E9=A1=B5=E9=9D=A2=20=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=9D=A1=E4=BB=B6=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/page/config/system/linkTab.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nezha-fronted/src/components/page/config/system/linkTab.vue b/nezha-fronted/src/components/page/config/system/linkTab.vue index 871015773..5dec723cb 100644 --- a/nezha-fronted/src/components/page/config/system/linkTab.vue +++ b/nezha-fronted/src/components/page/config/system/linkTab.vue @@ -61,6 +61,13 @@ export default { // label: 'createBy', // disabled: false // } + { + id: 1, + name: 'ID', + type: 'input', + label: 'id', + disabled: false + }, { id: 5, name: this.$t('overall.name'),