src/templates/zshare/exceleditable/index.jsx
@@ -188,7 +188,7 @@ <span className="operation-btn" title={props.dict['header.form.down']} onClick={() => this.handleUpDown(record, 'down')} style={{color: '#ff4d4f'}}><Icon type="arrow-down" /></span> <Popconfirm title={props.dict['header.form.query.delete']} okText={props.dict['header.confirm']} okText={props.dict['model.confirm']} cancelText={props.dict['header.cancel']} onConfirm={() => this.handleDelete(record.key) }>