|
|
|
@ -20,16 +20,6 @@ define(["jquery", "easy-admin"], function ($, ea) { |
|
|
|
'refresh', |
|
|
|
'add', |
|
|
|
'delete', |
|
|
|
[{ |
|
|
|
text: '导入', |
|
|
|
title: '确定导入新IP?', |
|
|
|
url: 'user.ip/import', |
|
|
|
method: 'request', |
|
|
|
auth: 'refresh', |
|
|
|
class: 'layui-btn layui-btn-success layui-btn-sm', |
|
|
|
icon: 'fa fa-cloud-upload', |
|
|
|
extend: 'data-table="' + init.table_render_id + '"', |
|
|
|
}], |
|
|
|
[{ |
|
|
|
text: '更新', |
|
|
|
title: '确定更新IP?', |
|
|
|
|