|
@@ -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);
|