From c5863eb6f31e71399495c491b6c9a7a8a4594688 Mon Sep 17 00:00:00 2001 From: tom <tom.he@highdatas.com> Date: 星期四, 01 八月 2024 18:00:28 +0800 Subject: [PATCH] 调整 --- module/md/page/customer/page/evaluation_management.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/module/md/page/customer/page/evaluation_management.html b/module/md/page/customer/page/evaluation_management.html index 518268d..a65b3c4 100644 --- a/module/md/page/customer/page/evaluation_management.html +++ b/module/md/page/customer/page/evaluation_management.html @@ -259,7 +259,7 @@ width: "1100px", height: "520px", icon: "icon-product", - text: "鎺ㄥ箍鍟嗕俊鎭�" + (row.customer_code ? ("-" + row.customer_code) : ""), + text: "鎺ㄥ箍鍟嗚瘎浼颁俊鎭�" + (row.customer_code ? ("-" + row.customer_code) : ""), id: "evaluation_management_edit" + row.id + sceneCode, url: "module/md/page/customer/page/evaluation_management_edit.html", data: row, -- Gitblit v1.8.0