From bc4f79e162d84b8ade3cd39f311c93df232ce7fc Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 15 十二月 2023 17:00:40 +0800 Subject: [PATCH] # 大屏显示-1 --- 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