Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
foreign
/
customer-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c0e75d17
authored
Dec 28, 2021
by
Sixong.Zhu
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
移除重复属性
parent
2f7457fb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
model/order.ts
model/order.ts
View file @
c0e75d17
...
...
@@ -37,6 +37,7 @@ export interface OrderTableListItem {
chat
:
number
;
status
:
OrderStatus
;
status_label
:
string
;
editTitle
:
string
;
remark
:
string
;
/**
* 待支付金额
...
...
@@ -54,8 +55,6 @@ export interface OrderTableListItem {
* 已退款金额
*/
RefundedAmount
:
number
;
remarkTitle
:
string
;
remarkContent
:
string
;
chatTypeCode
:
string
;
lastMsgContent
:
string
;
lastMsgTime
:
string
;
...
...
@@ -83,8 +82,6 @@ export const orderPredict = {
RefundAmount
:
"RefundAmount"
,
RefundedAmount
:
"RefundedAmount"
,
chat
:
"UniplatImChatId"
,
remarkTitle
:
"Title"
,
remarkContent
:
"Remark"
,
chatTypeCode
:
"UniplatChatTypeCode"
,
lastMsgContent
:
"UniplatLastMsgContent"
,
lastMsgTime
:
"UniplatLastMsgTime"
,
...
...
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