From fcd416ac3628c9f5bf05f65ec956d9c29250a5b6 Mon Sep 17 00:00:00 2001 From: tom <tom.he@highdatas.com> Date: 星期四, 01 八月 2024 18:12:55 +0800 Subject: [PATCH] cursor:point --- 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