From 6604d9c5b6d4d00b621c6a372059653bb63c3b07 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期六, 04 十一月 2023 17:00:09 +0800 Subject: [PATCH] #导出excel单据 --- src/main/webapp/static/js/saasLog/saasLog.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/saasLog/saasLog.js b/src/main/webapp/static/js/saasLog/saasLog.js index b5c5278..1c6c43e 100644 --- a/src/main/webapp/static/js/saasLog/saasLog.js +++ b/src/main/webapp/static/js/saasLog/saasLog.js @@ -27,6 +27,7 @@ ,{field: 'type$', align: 'center',title: '鎿嶄綔绫诲瀷'} ,{field: 'matnr', align: 'center',title: '鐗╂枡鍙�'} ,{field: 'anfme', align: 'center',title: '鏁伴噺'} + ,{field: 'createByName', align: 'center',title: '鎿嶄綔浜�'} ,{field: 'ioTime$', align: 'center',title: '鎿嶄綔鏃堕棿'} ,{field: 'createBy', align: 'center',title: '', hide:true} -- Gitblit v1.9.1