Преглед изворни кода

fix: 定额目录编码1-1-1变成日期

vian пре 11 месеци
родитељ
комит
cb166b115b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      web/maintain/ration_repository/js/section_tree.js

+ 1 - 0
web/maintain/ration_repository/js/section_tree.js

@@ -326,6 +326,7 @@ let sectionTreeObj = {
         this.initController(this.tree, this.sheet, this.setting.sheet);
         this.controller.showTreeData();
         this.sheet.setFormatter(-1, 0, '@');
+        this.sheet.setFormatter(-1, -1, '@');
         this.initSelection(this.tree.selected);
         explanatoryOprObj.bindEvents(explanatoryOprObj.exEditor, explanatoryOprObj.erratumEditor, explanatoryOprObj.calcEditor);
         this.loadRateWidth();