日志增加批量删除的接口 消息模板管理增加列
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -174,7 +174,8 @@ export default {
|
||||
sm: {span: 16}
|
||||
},
|
||||
url: {
|
||||
list: '/sys/log/page'
|
||||
list: '/sys/log/page',
|
||||
deleteBatch:'/sys/log/deleteBatch',
|
||||
},
|
||||
newColumns: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user