Commit d85771c5 by 杨树贤

将兑换时间提出来后台查看

parent f5a02808
...@@ -52,5 +52,5 @@ MENU_SIGN=/web/ ...@@ -52,5 +52,5 @@ MENU_SIGN=/web/
LOGIN_DOMAIN=user.icsales.cc LOGIN_DOMAIN=user.icsales.cc
ES_URL = http://soapi.icsales.com:8001 ES_URL = http://soapi.icsales.com:8001
BASE_SERVER_URL = 192.168.10.10:61009 BASE_SERVER_URL = 192.168.20.10:61009
...@@ -61,6 +61,7 @@ class UserExchangeTransformer ...@@ -61,6 +61,7 @@ class UserExchangeTransformer
$item['exchange_amount'] = array_get($item['exchange_setting'], 'amount', 0); $item['exchange_amount'] = array_get($item['exchange_setting'], 'amount', 0);
$item['exchanged_integral'] = array_get($item['user_integral'], 'exchanged_integral', 0); $item['exchanged_integral'] = array_get($item['user_integral'], 'exchanged_integral', 0);
$item['add_time'] = date('Y-m-d H:i:s', $item['add_time']);
} }
return $data; return $data;
......
...@@ -69,6 +69,7 @@ layui.use(['table', 'form', 'laydate', 'layer'], function () { ...@@ -69,6 +69,7 @@ layui.use(['table', 'form', 'laydate', 'layer'], function () {
, {field: 'exchange_amount', title: '兑换金额'} , {field: 'exchange_amount', title: '兑换金额'}
, {field: 'type', title: '兑换类型', templet: '#type'} , {field: 'type', title: '兑换类型', templet: '#type'}
, {field: 'certification_status', title: '认证状态'} , {field: 'certification_status', title: '认证状态'}
, {field: 'add_time', title: '兑换时间',width: 165}
, {field: 'status', title: '兑换状态', templet: '#status'} , {field: 'status', title: '兑换状态', templet: '#status'}
, {field: 'audit_email', title: '审核人'} , {field: 'audit_email', title: '审核人'}
, {field: 'audit_reason', title: '审核原因'} , {field: 'audit_reason', title: '审核原因'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment