Browse Source

feat: 评标材料序号改为评标材料编码

vian 4 years ago
parent
commit
d757d922c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/building_saas/main/js/views/config_material_view.js

+ 1 - 1
web/building_saas/main/js/views/config_material_view.js

@@ -122,7 +122,7 @@ let configMaterialObj = {
         cellType: 'checkBox'
       },
       {
-        headerName: "序号",
+        headerName: "评标材料编码",
         headerWidth: 80,
         dataCode: "seq",
         dataType: "String",