From 9c421609fb15c9208b3e92f3846e1205c4af7379 Mon Sep 17 00:00:00 2001 From: AgAngle <1323481023@qq.com> Date: Wed, 21 Aug 2024 18:16:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=AF=8C=E6=96=87=E6=9C=AC=E6=A1=86=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E8=BE=93=E5=85=A5=E6=8F=90=E7=A4=BA=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --story=1015721 --user=陈建星 【三星】测试用例模板:自定义字段类型为富文本类型,功能测试用例明细中,支持放在左侧,和默认的字段(前置条件和步骤描述)展示形式一样 https://www.tapd.cn/55049933/s/1566955 --- .../frontend/src/components/new-ui/MsCustomFiledComponent.vue | 1 + framework/sdk-parent/frontend/src/i18n/lang/en-US.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/components/new-ui/MsCustomFiledComponent.vue b/framework/sdk-parent/frontend/src/components/new-ui/MsCustomFiledComponent.vue index f5037d1d2b..2c0821f1d1 100644 --- a/framework/sdk-parent/frontend/src/components/new-ui/MsCustomFiledComponent.vue +++ b/framework/sdk-parent/frontend/src/components/new-ui/MsCustomFiledComponent.vue @@ -125,6 +125,7 @@ :prop="prop" @change="handleChange" :default-open="defaultOpen" + :placeholder="$t('commons.input_content')" :data="data" :disabled="disabled"/>