zhang
6 小时以前 d95047d4d0e212896d1a1ed1f4528b46553d4e09
zy-acs-flow/src/page/components/ImportModal.jsx
@@ -132,9 +132,10 @@
                        {importer.state === 'complete' && (
                            <Alert severity="success">
                                Contacts import complete. Imported{' '}
                                {importer.importCount} contacts, with{' '}
                                {importer.errorCount} errors
                                {translate('common.action.import.result', {
                                    success: importer.importCount,
                                    error: importer.errorCount
                                })}
                            </Alert>
                        )}
@@ -148,7 +149,7 @@
                                            label="common.action.import.download"
                                            color="info"
                                            to={importTemp}
                                            download={'crm_contacts_sample.csv'}
                                            download={'import_template.csv'}
                                        />
                                    }
                                >