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
c7189923
Commit
c7189923
authored
Dec 23, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改类型定义
parent
5167a43e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.tsx
src/pages/afterService/components/FlowRecords/index.tsx
+1
-1
index.tsx
src/pages/afterService/components/ReturnInfoDrawer/index.tsx
+1
-1
No files found.
src/pages/afterService/components/FlowRecords/index.tsx
View file @
c7189923
...
...
@@ -30,7 +30,7 @@ export type OuterHistoryData = ListRes & {};
export
type
InnerHistoryData
=
ListRes
&
{};
interface
AsFlowRecordsProps
extends
FlowRecordsProps
{
export
interface
AsFlowRecordsProps
extends
FlowRecordsProps
{
/**
* 外部流转记录,不能与 fetchOuterHistory 共存
*/
...
...
src/pages/afterService/components/ReturnInfoDrawer/index.tsx
View file @
c7189923
...
...
@@ -68,7 +68,7 @@ export type PayListItem = {
/**
* 支付配置:1.平台代收2.会员直接到账
*/
payRuleId
:
number
,
payRuleId
?
:
number
,
/**
* 支付外部状态
* 这个字段现在没用了,支付信息返回的都是 确认到账 的数据,后台说写死
...
...
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