diff --git a/ruoyi-admin/src/main/resources/templates/erp/material/select.html b/ruoyi-admin/src/main/resources/templates/erp/material/select.html index f40e758b..46b8c0cc 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/material/select.html +++ b/ruoyi-admin/src/main/resources/templates/erp/material/select.html @@ -72,7 +72,7 @@ return $.table.selectDictLabel(warehouseDeptDatas, value); } }, - {title: '加工方法',field: 'processMethod',formatter: function(value, row, index) { + {title: '加工方式',field: 'processMethod',formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } }