From ae45426b72b8c12e8faa57b90c3aa7c31b7b0397 Mon Sep 17 00:00:00 2001 From: amarsoft Date: Thu, 21 Jun 2018 09:55:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E9=85=8D=E7=BD=AE=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Apzl/PortalToCarType/LmProductConfigurate.jsp | 5 ++--- .../Tenwa/Apzl/PortalToCarType/LmProductDistributorList.jsp | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/WebContent/Tenwa/Apzl/PortalToCarType/LmProductConfigurate.jsp b/WebContent/Tenwa/Apzl/PortalToCarType/LmProductConfigurate.jsp index b419ba648..54f4de8bc 100644 --- a/WebContent/Tenwa/Apzl/PortalToCarType/LmProductConfigurate.jsp +++ b/WebContent/Tenwa/Apzl/PortalToCarType/LmProductConfigurate.jsp @@ -5,7 +5,7 @@ Content: History Log: */ - String PG_TITLE = "生成树图"; // 浏览器窗口标题 PG_TITLE + String PG_TITLE = "产品配置"; // 浏览器窗口标题 PG_TITLE String PG_CONTENT_TITLE = "  生成树图  "; //默认的内容区标题 String PG_CONTNET_TEXT = "请点击左侧列表";//默认的内容区文字 String PG_LEFT_WIDTH = "200";//默认的treeview宽度 @@ -15,9 +15,8 @@ String typeNo = CurComp.getParameter("TYPENO"); //定义Treeview - OHTMLTreeView tviTemp = new OHTMLTreeView(CurPage, "生成树图","right"); + OHTMLTreeView tviTemp = new OHTMLTreeView(CurPage, "产品配置","right"); tviTemp.init("productConfig",null); - %><%@include file="/Resources/CodeParts/View04.jsp"%>