From 8740c22d3912c27cdef6209f4e8241a0657fff29 Mon Sep 17 00:00:00 2001 From: cloud Date: Mon, 23 Dec 2024 12:16:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E6=9C=9F=E5=AF=BC=E5=87=BA=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=B9=BF=E5=91=8A=E4=BD=8D=E8=A7=84=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/traits/tdata.class.php | 2 +- include/traits/tfield.class.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/traits/tdata.class.php b/include/traits/tdata.class.php index f3002bf..8418f3f 100644 --- a/include/traits/tdata.class.php +++ b/include/traits/tdata.class.php @@ -281,7 +281,7 @@ trait tdata $field = 'el.e_enable,el.e_number,el.e_vid,el.e_bno,el.e_aps,el.e_size,el.e_label,la.*,ct.h_cid';// el.e_text, break; case 'expschedule': - $field = 'el.e_vid,el.e_bno,el.e_label,la.*,ct.h_cid';// el.e_text, + $field = 'el.e_vid,el.e_bno,el.e_label,el.e_size,la.*,ct.h_cid';// el.e_text, break; case 'villages': $field diff --git a/include/traits/tfield.class.php b/include/traits/tfield.class.php index fb35b13..7fc6976 100644 --- a/include/traits/tfield.class.php +++ b/include/traits/tfield.class.php @@ -100,6 +100,7 @@ trait tfield 'e_bno' => '道闸位置', 'number' => '数量', 'e_label' => '类型', + 'e_size' => '规格', ]; }