From 2965a441b79cb377632e963952cab3d379c7cd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 24 Apr 2020 00:12:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=93=81=E7=9A=84?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/pages/materials/material.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp_web/pages/materials/material.html b/erp_web/pages/materials/material.html index 3d996dc0..76453e4e 100644 --- a/erp_web/pages/materials/material.html +++ b/erp_web/pages/materials/material.html @@ -496,7 +496,7 @@ }, { title: '序列号', field: 'enableserialnumber', width: 70, align: "center", formatter: function (value) { - return value=='1' ? "" : "无"; + return value=='1' ? "" : "无"; } } ]],