We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd85141 commit f07b986Copy full SHA for f07b986
spug_web/src/pages/exec/transfer/index.js
@@ -128,7 +128,7 @@ function TransferIndex() {
128
<Table rowKey="id" showHeader={false} pagination={false} size="small" dataSource={files}>
129
<Table.Column title="文件来源" dataIndex="name"/>
130
<Table.Column title="文件名称/路径" render={info => info.type === 'upload' ? info.path.name : (
131
- <Input onChange={e => info.path = e.target.value} placeholder="请输入文件路径"/>)}/>
+ <Input onChange={e => info.path = e.target.value} placeholder="请输入要同步的目录路径"/>)}/>
132
<Table.Column title="操作" render={(_, __, index) => (
133
<Button danger type="link" onClick={() => handleRemove(index)}>移除</Button>)}/>
134
</Table>
0 commit comments