Commit ee9ea555 authored by Haoran Zhang's avatar Haoran Zhang Committed by 偏右

Fix ambiguous label

parent 32cc540b
......@@ -205,7 +205,7 @@ class TableForm extends PureComponent {
if (record.isNew) {
return (
<span>
<a onClick={e => this.saveRow(e, record.key)}>添加</a>
<a onClick={e => this.saveRow(e, record.key)}>保存</a>
<Divider type="vertical" />
<Popconfirm title="ζ˜―ε¦θ¦εˆ ι™€ζ­€θ‘ŒοΌŸ" onConfirm={() => this.remove(record.key)}>
<a>εˆ ι™€</a>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment