Explorar o código

删除系统台账列表页 关联设备数量 列

haojianlong %!s(int64=5) %!d(string=hai) anos
pai
achega
574b2bb5a6
Modificáronse 1 ficheiros con 7 adicións e 7 borrados
  1. 7 7
      src/components/ledger/handsontables/system.vue

+ 7 - 7
src/components/ledger/handsontables/system.vue

@@ -255,7 +255,7 @@ export default {
     formatHeaderData(list) {
       let arr = tools.copyArr(list)
       let data = showTools.headerTextFilter(arr, 'system', this.onlyRead, this.showType)
-      data.unshift("操作", "关联设备数量");
+      data.unshift("操作");
       if (this.showType == "all") {
         data.splice(3, 0, "所属建筑楼层")
       }
@@ -271,11 +271,11 @@ export default {
           renderer: tools.lookDetails,
           readOnly: true
         },
-        {
-          data: "Count",
-          renderer: tools.num,
-          readOnly: true
-        }
+        // {
+        //   data: "Count",
+        //   renderer: tools.num,
+        //   readOnly: true
+        // }
       );
       if (this.onlyRead) {
         data.map(item => {
@@ -364,7 +364,7 @@ export default {
       }
       this.hot = new Handsontable(container, {
         data: this.tableData,
-        fixedColumnsLeft: 4,
+        fixedColumnsLeft: 3,
         colHeaders: this.formatHeaderData(this.tableHeader), //表头文案
         columns: this.formatHeaderType(this.tableHeader), //数据显示格式
         filters: true,