Browse Source

名称修改

laiguoran 4 years ago
parent
commit
cc42e5374e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/public/js/shares/cs_tools.js

+ 2 - 2
app/public/js/shares/cs_tools.js

@@ -195,7 +195,7 @@ const showSideTools = function (show) {
                     {title: '行号', field: 'serialNo', hAlign: 1, width: 40, formatter: '@'},
                     {title: '项目节编号', field: 'code', width: 80, formatter: '@'},
                     {title: '清单编号', field: 'b_code', width: 80, formatter: '@'},
-                    {title: '清单名称', field: 'name', width: 150, formatter: '@'},
+                    {title: '名称', field: 'name', width: 150, formatter: '@'},
                 ],
                 emptyRows: 0,
                 headRows: 1,
@@ -573,4 +573,4 @@ const showSideTools = function (show) {
         });
         return {spread: resultSpread};
     };
-})(jQuery);
+})(jQuery);