Browse Source

设备清单固定的列数加一列

zhangyu 6 years ago
parent
commit
a156a3a5d8
1 changed files with 1 additions and 1 deletions
  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,