Commit 31d35e6a by 杨树贤

用户兑换列表添加审核人和审核原因

parent 0a2eba9d
Showing with 2 additions and 0 deletions
......@@ -70,6 +70,8 @@ layui.use(['table', 'form', 'laydate', 'layer'], function () {
, {field: 'type', title: '兑换类型', templet: '#type'}
, {field: 'certification_status', title: '认证状态'}
, {field: 'status', title: '兑换状态', templet: '#status'}
, {field: 'audit_email', title: '审核人'}
, {field: 'audit_reason', title: '审核原因'}
, {field: 'experience', title: '操作', templet: '#operate', fixed: 'right'}
]]
, id: 'UserExchange'
......
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