修复插件一起使用出现的已声明报错问题
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @update: zhixin wen <wenzhixin2010@gmail.com>
|
* @update: zhixin wen <wenzhixin2010@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const Utils = $.fn.bootstrapTable.utils
|
var Utils = $.fn.bootstrapTable.utils
|
||||||
|
|
||||||
$.extend($.fn.bootstrapTable.defaults, {
|
$.extend($.fn.bootstrapTable.defaults, {
|
||||||
autoRefresh: false,
|
autoRefresh: false,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* @author zhixin wen <wenzhixin2010@gmail.com>
|
* @author zhixin wen <wenzhixin2010@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const Utils = $.fn.bootstrapTable.utils
|
var Utils = $.fn.bootstrapTable.utils
|
||||||
|
|
||||||
// Reasonable defaults
|
// Reasonable defaults
|
||||||
const PIXEL_STEP = 10
|
const PIXEL_STEP = 10
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* @author zhixin wen <wenzhixin2010@gmail.com>
|
* @author zhixin wen <wenzhixin2010@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const Utils = $.fn.bootstrapTable.utils
|
var Utils = $.fn.bootstrapTable.utils
|
||||||
|
|
||||||
$.extend($.fn.bootstrapTable.defaults, {
|
$.extend($.fn.bootstrapTable.defaults, {
|
||||||
customView: false,
|
customView: false,
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* extensions: https://github.com/vitalets/x-editable
|
* extensions: https://github.com/vitalets/x-editable
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const Utils = $.fn.bootstrapTable.utils
|
var Utils = $.fn.bootstrapTable.utils
|
||||||
|
|
||||||
$.extend($.fn.bootstrapTable.defaults, {
|
$.extend($.fn.bootstrapTable.defaults, {
|
||||||
editable: true,
|
editable: true,
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* extensions: https://github.com/hhurz/tableExport.jquery.plugin
|
* extensions: https://github.com/hhurz/tableExport.jquery.plugin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const Utils = $.fn.bootstrapTable.utils
|
var Utils = $.fn.bootstrapTable.utils
|
||||||
|
|
||||||
const TYPE_NAME = {
|
const TYPE_NAME = {
|
||||||
json: 'JSON',
|
json: 'JSON',
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* @update zhixin wen <wenzhixin2010@gmail.com>
|
* @update zhixin wen <wenzhixin2010@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const Utils = $.fn.bootstrapTable.utils
|
var Utils = $.fn.bootstrapTable.utils
|
||||||
|
|
||||||
function printPageBuilderDefault (table) {
|
function printPageBuilderDefault (table) {
|
||||||
return `
|
return `
|
||||||
|
Reference in New Issue
Block a user