Browse Source

列表的id不能删除, 要改成隐藏

v6
蟑螂恶霸 1 year ago
parent
commit
c5196de404
  1. 5
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/system/notice/notice.html

5
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/system/notice/notice.html

@ -78,6 +78,11 @@
columns: [{
checkbox: true
},
{
field: 'noticeId',
title: 'id',
visible: false
},
{
field: 'noticeTitle',
title: '通知标题'

Loading…
Cancel
Save