|
@@ -30,8 +30,9 @@ layui.use(['element','mylayer','newtable','laydate','myform','page'], function (
|
|
|
return {'rescue':'救援设备','intelligent':'智能设备'}[d.equSort]||'';
|
|
|
}},
|
|
|
{field: 'equPrice', title: '价格', width:100},
|
|
|
- {field: 'note', title: '说明', width:140},
|
|
|
+ {field: 'note', title: '说明', width:300},
|
|
|
{field: 'linkPage', title: '链接', width:300},
|
|
|
+ {field: 'displayNum', title: '显示序号', width:100},
|
|
|
{field: 'modifyTimeFmt', title: '发布时间', width:160},
|
|
|
{field: 'operate', title: '操作', width:180,align:'center',toolbar:'#toolbar'}
|
|
|
|
|
@@ -73,8 +74,8 @@ layui.use(['element','mylayer','newtable','laydate','myform','page'], function (
|
|
|
if(layEvent === 'del'){
|
|
|
layer.confirm("确定要删除该记录吗?", {icon: 3, title:'提示'}, function(index){
|
|
|
page.ajax({
|
|
|
- url:"ad/del.do",
|
|
|
- data:{adId:data.adId}
|
|
|
+ url:"equ/del.do",
|
|
|
+ data:{equId:data.equId}
|
|
|
},function(resp){
|
|
|
if(!resp.success){
|
|
|
layer.msg(resp.error);
|