From 353aebdf36c3f7982d72d8bdb6855e3243f3a19f Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 10 Jul 2023 16:11:19 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2971=20fix=EF=BC=9Aasset=20attribute=20?= =?UTF-8?q?=E5=8F=96=E6=B6=88=20multitext=20=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/common/rightBox/assetMetaBox.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/assetMetaBox.vue b/nezha-fronted/src/components/common/rightBox/assetMetaBox.vue index a49cb11b3..6a0cfe05c 100644 --- a/nezha-fronted/src/components/common/rightBox/assetMetaBox.vue +++ b/nezha-fronted/src/components/common/rightBox/assetMetaBox.vue @@ -3,7 +3,7 @@
-
{{editAssetMeta.id ? $t("config.assetLabel.editMeta"): $t("overall.createLabel")}} +
{{editAssetMeta.id ? $t("config.assetLabel.editMeta"): $t("config.assetLabel.addMeta")}}
@@ -172,12 +172,12 @@ export default { value: 'TEXT', name: this.$t('config.assetLabel.text') }, - { - icon: 'nz-icon nz-icon-multitext', - disabled: true, - value: 'MULTITEXT', - name: this.$t('config.assetLabel.multitext') - }, + // { + // icon: 'nz-icon nz-icon-multitext', + // disabled: true, + // value: 'MULTITEXT', + // name: this.$t('config.assetLabel.multitext') + // }, { icon: 'nz-icon nz-icon-textarea', disabled: true,