From d60e84cbedb554555578f071de95c4a8049183db Mon Sep 17 00:00:00 2001 From: yxFwq <1> Date: 星期五, 13 六月 2025 15:16:43 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/wrkMastSplitTwin/wrkMastSplitTwin.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/wrkMastSplitTwin/wrkMastSplitTwin.js b/src/main/webapp/static/js/wrkMastSplitTwin/wrkMastSplitTwin.js index eab0ffc..f739b0e 100644 --- a/src/main/webapp/static/js/wrkMastSplitTwin/wrkMastSplitTwin.js +++ b/src/main/webapp/static/js/wrkMastSplitTwin/wrkMastSplitTwin.js @@ -40,7 +40,7 @@ ,{field: 'endLev', align: 'center',title: '缁堢偣灞�', hide:true} ,{field: 'bignTime$', align: 'center',title: '鏍囪鏃堕棿', hide:true} ,{field: 'createTime$', align: 'center',title: '娣诲姞鏃堕棿', hide:true} - ,{field: 'updateTime$', align: 'center',title: '淇敼鏃堕棿', hide:true} + ,{field: 'updateTime$', align: 'center',title: '淇敼鏃堕棿', hide:false} ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120, hide:true} ]], @@ -157,7 +157,7 @@ admin.open({ type: 1, area: '600px', - title: (mData ? '淇敼' : '娣诲姞') + '璁㈠崟鐘舵��', + title: (mData ? '淇敼' : '娣诲姞') + '浠诲姟鐘舵��', content: $('#editDialog').html(), success: function (layero, dIndex) { layDateRender(mData); -- Gitblit v1.9.1