Browse Source

茶宝明细

afa 10 months ago
parent
commit
611a931010

+ 1 - 1
application/admin/lang/zh-cn/offline/order.php

@@ -4,7 +4,7 @@ return [
     'Id'          => 'ID',
     'Order_id'    => '来源ID',
     'User_id'     => '用户',
-    'Product_id'  => '产品',
+    'Product_id'  => '关联产品',
     'Area_id'     => '区域',
     'Type_id'     => '类型',
     'Price'       => '金额',

+ 1 - 1
application/admin/lang/zh-cn/product/popular.php

@@ -2,7 +2,7 @@
 
 return [
     'Title'       => '期数',
-    'Product_id'  => '产品',
+    'Product_id'  => '关联产品',
     'Price'       => '价格',
     'Cost_price'  => '原价',
     'Pv'          => '佣金基数',

+ 1 - 1
application/admin/lang/zh-cn/product/transfer.php

@@ -1,7 +1,7 @@
 <?php
 
 return [
-    'Product_id'  => '产品',
+    'Product_id'  => '关联产品',
     'User_id'     => '所属用户',
     'Price'       => '转让价格',
     'Fees'        => '手续费',

+ 7 - 4
public/assets/js/backend/ledger/ledger_token_change.js

@@ -34,10 +34,13 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                         {field: 'create_time', title: __('Create_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
                         {
                             field: 'action', title: __('Action'), searchList: {
-                                '24': '今日产出',
-                                '25': '提现',
-                                '26': '提现退回',
-                                '29': 'USDT兑换',
+                                0: '付款支付',
+                                1: '转让支付',
+                                2: '转让收款',
+                                3: '充值',
+                                4: '充值',
+                                5: '分享',
+                                6: '提现退回',
                             }, operate: 'FIND_IN_SET', formatter: Table.api.formatter.label
                         },
                     ]