From 5a1d24de70628bca19f33ca4f2fe810c9a519a03 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Thu, 3 Mar 2022 16:51:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=A0=87=E9=A2=98=E6=98=BE=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1010595 --user=李玉号 【系统设置】设置自定义字段弹窗标题显示错误 https://www.tapd.cn/55049933/s/1113227 --- .../settings/workspace/template/FieldTemplateEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/settings/workspace/template/FieldTemplateEdit.vue b/frontend/src/business/components/settings/workspace/template/FieldTemplateEdit.vue index db3f9281af..80281e24b6 100644 --- a/frontend/src/business/components/settings/workspace/template/FieldTemplateEdit.vue +++ b/frontend/src/business/components/settings/workspace/template/FieldTemplateEdit.vue @@ -179,7 +179,7 @@ export default { this.$refs.customFieldRelateList.open(); }, addField() { - this.$refs.customFieldEdit.open(); + this.$refs.customFieldEdit.open(null, this.$t('custom_field.create')); }, getRelateFields() { let condition = {};