From afa3bc1e2f39f66f59ee9b15d6af16593acdc9a4 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期六, 02 十二月 2023 10:38:27 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/order/order.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js index f7c27a0..03d616a 100644 --- a/src/main/webapp/static/js/order/order.js +++ b/src/main/webapp/static/js/order/order.js @@ -155,7 +155,7 @@ { field: 'cstmrId$', align: 'left', - title: '鐢叉柟鍗曚綅', + title: '瀹㈡埛淇℃伅', style: 'color: #1890ff;cursor:pointer', event: 'cstmrMore', templet:function(d){ @@ -513,7 +513,7 @@ return false; } if (!data.field.cstmrId) { - layer.msg("鐢叉柟鍗曚綅涓嶈兘涓虹┖", {icon: 2}); + layer.msg("瀹㈡埛淇℃伅涓嶈兘涓虹┖", {icon: 2}); return false; } if (!data.field.transactionRate) { -- Gitblit v1.9.1