diff --git a/src/main/ui/index.html b/src/main/ui/index.html
index 48a7044ec..fffcf5385 100644
--- a/src/main/ui/index.html
+++ b/src/main/ui/index.html
@@ -934,7 +934,7 @@ margin-bottom: 10%;"/>
- Declare Custom
+ Report Custom
diff --git a/src/main/ui/static/payment/custom/templates/custom.html b/src/main/ui/static/payment/custom/templates/custom.html
index 934722e1e..f497f7063 100644
--- a/src/main/ui/static/payment/custom/templates/custom.html
+++ b/src/main/ui/static/payment/custom/templates/custom.html
@@ -10,7 +10,7 @@
Custom
- Custom Management
+ Report Custom
@@ -41,13 +41,13 @@
All |
暂存 |
+ ng-click="params.report_status='0';loadList()">Saved |
提交 |
+ ng-click="params.report_status='1';loadList()">Submitted |
提交失败 |
+ ng-click="params.report_status='2';loadList()">Failed |
提交成功 |
+ ng-click="params.report_status='3';loadList()">Success |
@@ -75,13 +75,13 @@
- 渠道 |
- 订单号 |
- 时间 |
- 订单金额 |
- 人民币金额 |
- 报关状态 |
- 操作 |
+ Channel |
+ Order Id |
+ Time |
+ Order Amount |
+ CNY Amount |
+ Report Status |
+ Operation |
diff --git a/src/main/ui/static/payment/custom/templates/custom_add.html b/src/main/ui/static/payment/custom/templates/custom_add.html
index 0f53b86bc..c01098cf4 100644
--- a/src/main/ui/static/payment/custom/templates/custom_add.html
+++ b/src/main/ui/static/payment/custom/templates/custom_add.html
@@ -8,7 +8,7 @@