* Remove code.

This commit is contained in:
liumengyi
2023-02-10 13:33:36 +08:00
parent b0c93cbab5
commit 92cd8a07fe
-2
View File
@@ -88,10 +88,8 @@ js::set('isCNLang', !$this->loadModel('common')->checkNotCN())
<script>
cols = JSON.parse(cols);
data = JSON.parse(data);
var width = $('.table-footer').width() + parseFloat($('.table-footer').css('padding-right')) + 5;
const options = {
height: 'auto',
width: width,
striped: true,
plugins: ['nested'],
cols: cols,