|
@@ -115,13 +115,13 @@
|
|
|
{field: 'name', title: '名称', width: 150}
|
|
|
, {field: 'address', title: '地址', width: 200}
|
|
|
, {field: 'create_user_text', title: '添加人', width: 140}
|
|
|
- , {field: 'create_time', title: '添加时间', width: 160}
|
|
|
+ , {field: 'create_time_f', title: '添加时间', width: 160}
|
|
|
, {field: 'end_date', title: '到期日期', width: 150}
|
|
|
, {field: 'agent_text', title: '代理商', width: 120}
|
|
|
, {field: 'enable_text', title: '是否在用', width: 100}
|
|
|
, {field: 'status_text', title: '状态', width: 100}
|
|
|
, {field: 'check_user_text', title: '审核人', width: 120}
|
|
|
- , {field: 'check_time', title: '审核时间', width: 180}
|
|
|
+ , {field: 'check_time_f', title: '审核时间', width: 180}
|
|
|
, {field: 'notes', title: '备注', width: 200}
|
|
|
, {width: 170, align: 'center', fixed: 'right', toolbar: '#store-operate-bar'}
|
|
|
]]
|