From 29c5821ce140e89a8b35e53f41672dd86da56982 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 18 二月 2020 18:43:38 +0800 Subject: [PATCH] 2020-02-18 --- src/templates/tableshare/tabform/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/tableshare/tabform/index.jsx b/src/templates/tableshare/tabform/index.jsx index d9372f7..dd25722 100644 --- a/src/templates/tableshare/tabform/index.jsx +++ b/src/templates/tableshare/tabform/index.jsx @@ -160,7 +160,7 @@ fields.push( <Col span={12} key={index}> <Form.Item label={ - <Tooltip placement="topLeft" title="鏍囩鍙叧鑱斾笅绾ф爣绛撅紝涓嬬骇鏍囩鍙�夎寖鍥达細鐩搁偦鐨勪笅渚ф爣绛剧粍涓湭琚悓绾ф垨涓昏〃鍏宠仈鐨勬爣绛俱��"> + <Tooltip placement="topLeft" title="鏍囩娣诲姞鍚岀骇鏍囩鍚庯紝鏍囩涓寜閽埛鏂颁富琛ㄦ椂锛屾坊鍔犵殑鍚岀骇鏍囩浼氬埛鏂般��"> <Icon type="question-circle" /> {item.label} </Tooltip> @@ -171,7 +171,7 @@ <Select mode="multiple" style={{ width: '100%' }} - placeholder="Please select" + placeholder="" > {item.options.map((option, index) => <Select.Option id={option.uuid} title={option.label} key={index} value={option.uuid}>{option.label}</Select.Option> -- Gitblit v1.8.0