From 9928a4d2f4177b6de886bbc9526bc05120e03389 Mon Sep 17 00:00:00 2001 From: zhangsiqi <2825463979@qq.com> Date: Thu, 11 Jul 2024 20:40:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9;=E7=89=A9=E6=96=99=E5=8A=A0?= =?UTF-8?q?=E5=B7=A5=E6=96=B9=E6=B3=95=E4=B8=BA=E5=8A=A0=E5=B7=A5=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/erp/material/select.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }