@@ -79,21 +79,7 @@
columns: [{
checkbox: true
},
- {
- field: 'id',
- title: '主键ID',
- visible: false
- },
- field: 'status',
- title: '状态',
- field: 'remark',
- title: '注释',
+
{
field: 'nameman',
title: '男方姓名'
@@ -111,12 +97,6 @@
title: '女方身份号码'
-
- field: 'code',
- title: '返回码',
field: 'message',
title: '返回信息',
@@ -125,17 +105,8 @@
field: 'result',
title: '结果信息'
- title: '操作',
- align: 'center',
- formatter: function (value, row, index) {
- var actions = [];
- // actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.edit(\'' + row.id + '\')"><i class="fa fa-edit"></i>编辑</a> ');
- // actions.push('<a class="btn btn-danger btn-xs ' + removeFlag + '" href="javascript:void(0)" onclick="$.operate.remove(\'' + row.id + '\')"><i class="fa fa-remove"></i>删除</a>');
- return actions.join('');
- }
- }]
+ }
+ ]
};
$.table.init(options);
});
@@ -89,21 +89,6 @@
@@ -113,28 +98,15 @@