Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄庭坚
jinfa-platform
Commits
ce445456
Commit
ce445456
authored
Jul 24, 2020
by
tjy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导入模块框增加字段
parent
1c6dbf29
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
base.config.json
config/base.config.json
+0
-0
index.tsx
src/components/UploadModal/index.tsx
+3
-2
index.tsx
src/pages/member/memberImport/index.tsx
+1
-0
No files found.
config/base.config.json
View file @
ce445456
This diff is collapsed.
Click to expand it.
src/components/UploadModal/index.tsx
View file @
ce445456
...
...
@@ -6,6 +6,7 @@ import { PublicApi } from '@/services/api';
interface
Uploader
{
visibleModal
:
boolean
;
fileText
:
string
;
onCancel
:
Function
;
}
...
...
@@ -23,8 +24,8 @@ const UploadModal: React.FC<Uploader> = props => {
<
li
>
点击下载 EXCEL文件模板
<
a
onClick=
{
downLoadTemplate
}
>
下载
</
a
>
</
li
>
<
li
>
按照模板整理
货品资料
</
li
>
<
li
>
点击导入按钮,导入整理好的
货品资料
</
li
>
<
li
>
按照模板整理
{
props
.
fileText
}
</
li
>
<
li
>
点击导入按钮,导入整理好的
{
props
.
fileText
}
</
li
>
</
ul
>
</>
);
...
...
src/pages/member/memberImport/index.tsx
View file @
ce445456
...
...
@@ -388,6 +388,7 @@ const memberImport: React.FC<{}> = () => {
</
Card
>
<
UploadModal
visibleModal=
{
visibleModal
}
fileText=
"会员资料"
onCancel=
{
()
=>
setVisibleModal
(
false
)
}
/>
</
PageHeaderWrapper
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment