Commit 88b979c1 by 杨树贤

红包流水金额显示

parent 72f77ec2
Showing with 2 additions and 1 deletions
......@@ -52,5 +52,5 @@ MENU_SIGN=/web/
LOGIN_DOMAIN=user.icsales.cc
ES_URL = http://soapi.icsales.com:8001
BASE_SERVER_URL = 192.168.2.232:61009
BASE_SERVER_URL = 192.168.10.10:61009
......@@ -30,6 +30,7 @@ layui.use(['table', 'form', 'laydate', 'layer', 'element'], function () {
, cols: [[
{field: 'mobile', title: '账号'}
, {field: 'integral_name', title: '事件'}
, {field: 'amount', title: '金额'}
, {field: 'status', title: '执行结果'}
, {field: 'add_time', title: '操作时间',templet:'#add_time'}
]]
......
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