haojianlong hace 5 años
padre
commit
5ff921be79
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/ledger/handsontables/device.vue

+ 1 - 1
src/components/ledger/handsontables/device.vue

@@ -828,7 +828,7 @@ export default {
       let winHeight = document.documentElement.clientHeight;
       this.hot = new Handsontable(container, {
         data: this.main,
-        fixedColumnsLeft: 5,
+        fixedColumnsLeft: 6,
         colHeaders: this.delHeader(this.headers), //表头文案
         columns: this.getType(this.headers), //数据显示格式
         filters: true,