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
e1f3c630
Commit
e1f3c630
authored
Jun 11, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 跟进接口字段
parent
3f711c8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
16 deletions
+62
-16
index.tsx
src/pages/member/components/MemberFeedbackRecords/index.tsx
+62
-16
No files found.
src/pages/member/components/MemberFeedbackRecords/index.tsx
View file @
e1f3c630
...
@@ -27,12 +27,46 @@ export interface FetchParams {
...
@@ -27,12 +27,46 @@ export interface FetchParams {
};
};
export
interface
ListItem
{
export
interface
ListItem
{
id
:
number
;
/**
createTime
:
string
;
* 主键id
content
:
string
;
*/
reason
:
string
;
id
:
number
byMemberName
:
string
;
/**
remark
:
string
;
* 业务类型1-投诉2-建议
*/
type
:
number
/**
* 业务类型名称
*/
typeName
:
string
/**
* 事件分类
*/
classify
:
number
/**
* 事件分类名称
*/
classifyName
:
string
/**
* 投诉建议方
*/
name
:
string
/**
* 事件描述
*/
subject
:
string
/**
* 事件时间,格式为yyyy-MM-ddHH:mm:ss
*/
eventTime
:
string
/**
* 处理时间,格式为yyyy-MM-ddHH:mm:ss
*/
handleTime
:
string
/**
* 处理结果
*/
result
:
string
};
};
interface
IProps
extends
MellowCardProps
{
interface
IProps
extends
MellowCardProps
{
...
@@ -61,26 +95,38 @@ const MemberFeedbackRecords: React.FC<IProps> = (props: IProps) => {
...
@@ -61,26 +95,38 @@ const MemberFeedbackRecords: React.FC<IProps> = (props: IProps) => {
const
recordColumns
:
EditableColumns
[]
=
[
const
recordColumns
:
EditableColumns
[]
=
[
{
{
title
:
'
标题
'
,
title
:
'
业务类型
'
,
dataIndex
:
'
remark
'
,
dataIndex
:
'
typeName
'
,
},
},
{
{
title
:
'
原因
'
,
title
:
'
事件分类
'
,
dataIndex
:
'c
ontent
'
,
dataIndex
:
'c
lassifyName
'
,
ellipsis
:
true
,
ellipsis
:
true
,
},
},
{
{
title
:
'
反馈
方'
,
title
:
'
投诉建议
方'
,
dataIndex
:
'
byMemberN
ame'
,
dataIndex
:
'
n
ame'
,
},
},
{
{
title
:
'
处理结果
'
,
title
:
'
事件描述
'
,
dataIndex
:
'
reason
'
,
dataIndex
:
'
subject
'
,
ellipsis
:
true
,
ellipsis
:
true
,
},
},
{
{
title
:
'单据时间'
,
title
:
'事件时间'
,
dataIndex
:
'createTime'
,
dataIndex
:
'eventTime'
,
align
:
'center'
,
ellipsis
:
true
,
},
{
title
:
'处理时间'
,
dataIndex
:
'handleTime'
,
align
:
'center'
,
ellipsis
:
true
,
},
{
title
:
'处理结果'
,
dataIndex
:
'result'
,
align
:
'center'
,
align
:
'center'
,
ellipsis
:
true
,
ellipsis
:
true
,
},
},
...
...
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