فهرست منبع

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

vian 9 ماه پیش
والد
کامیت
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();