日志增加批量删除的接口 消息模板管理增加列

This commit is contained in:
fengachen
2021-09-30 14:10:05 +08:00
parent 12bcb67945
commit d889d62096
2 changed files with 9 additions and 1 deletions
@@ -137,6 +137,13 @@ export default {
scopedSlots: {customRender: 'text'},
width: 200,
},
{
title: '提醒用户',
align: 'center',
dataIndex: 'recipient_dictText',
scopedSlots: {customRender: 'text'},
width: 160,
},
{
title: '模板内容',
align: 'center',
+2 -1
View File
@@ -174,7 +174,8 @@ export default {
sm: {span: 16}
},
url: {
list: '/sys/log/page'
list: '/sys/log/page',
deleteBatch:'/sys/log/deleteBatch',
},
newColumns: [],
}