Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -132,7 +132,7 @@ const FormSelectMain: React.FC<FormSelectProps>= (props)=> { | @@ -132,7 +132,7 @@ const FormSelectMain: React.FC<FormSelectProps>= (props)=> { | ||
| 132 | ref={inputSelectRef} | 132 | ref={inputSelectRef} |
| 133 | value={item?.name} | 133 | value={item?.name} |
| 134 | defaultValue={item?.name} | 134 | defaultValue={item?.name} |
| 135 | - placeholder={placeholder || '请选择数据源'} | 135 | + placeholder={placeholder || '请选择'} |
| 136 | prefix={<QxBaseIcon className={`${prefix}__input-prefix`} type={'icon-field-rel'} />} | 136 | prefix={<QxBaseIcon className={`${prefix}__input-prefix`} type={'icon-field-rel'} />} |
| 137 | options={options} | 137 | options={options} |
| 138 | onChange={handleChange} | 138 | onChange={handleChange} |
| @@ -157,7 +157,7 @@ const FormSelectMain: React.FC<FormSelectProps>= (props)=> { | @@ -157,7 +157,7 @@ const FormSelectMain: React.FC<FormSelectProps>= (props)=> { | ||
| 157 | 157 | ||
| 158 | {state.modalVisible ? ( | 158 | {state.modalVisible ? ( |
| 159 | <QxAppSelector | 159 | <QxAppSelector |
| 160 | - title={title || placeholder || '选择数据源'} | 160 | + title={title || placeholder || '请选择'} |
| 161 | item={{ | 161 | item={{ |
| 162 | ...item, | 162 | ...item, |
| 163 | currentId: appId, | 163 | currentId: appId, |