update copyright 2023
This commit is contained in:
@ -5,7 +5,7 @@ ruoyi:
|
||||
# 版本
|
||||
version: 4.7.6
|
||||
# 版权年份
|
||||
copyrightYear: 2022
|
||||
copyrightYear: 2023
|
||||
# 实例演示开关
|
||||
demoEnabled: true
|
||||
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
||||
|
@ -32,16 +32,16 @@
|
||||
showRefresh: false,
|
||||
showToggle: false,
|
||||
showColumns: false,
|
||||
onReorderRow: function (data, newRow, oldRow, el) {
|
||||
//当拖拽结束后,data为整个表格的数据
|
||||
console.table(data)
|
||||
// 当sidePagination: "server"时,拖拽行后顺序错乱,需要重新调用加载数据方法
|
||||
$("#" + table.options.id).bootstrapTable('load', {
|
||||
total: el._xhr.responseJSON.total,
|
||||
rows: data
|
||||
});
|
||||
return false;
|
||||
},
|
||||
onReorderRow: function (data, newRow, oldRow, el) {
|
||||
// 当拖拽结束后,data为整个表格的数据
|
||||
console.table(data)
|
||||
// 当sidePagination: "server"时,拖拽行后顺序错乱,需要重新调用加载数据方法
|
||||
$("#" + table.options.id).bootstrapTable('load', {
|
||||
total: el._xhr.responseJSON.total,
|
||||
rows: data
|
||||
});
|
||||
return false;
|
||||
},
|
||||
columns: [{
|
||||
checkbox: true
|
||||
},
|
||||
|
@ -65,7 +65,7 @@
|
||||
</div>
|
||||
<div class="signup-footer">
|
||||
<div class="pull-left">
|
||||
Copyright © 2018-2022 ruoyi.vip All Rights Reserved. <br>
|
||||
Copyright © 2018-2023 ruoyi.vip All Rights Reserved. <br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -64,7 +64,7 @@
|
||||
</div>
|
||||
<div class="signup-footer">
|
||||
<div class="pull-left">
|
||||
© 2018-2022 All Rights Reserved. RuoYi <br>
|
||||
© 2018-2023 All Rights Reserved. RuoYi <br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user