日志增加批量删除的接口 消息模板管理增加列
This commit is contained in:
@@ -137,6 +137,13 @@ export default {
|
|||||||
scopedSlots: {customRender: 'text'},
|
scopedSlots: {customRender: 'text'},
|
||||||
width: 200,
|
width: 200,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '提醒用户',
|
||||||
|
align: 'center',
|
||||||
|
dataIndex: 'recipient_dictText',
|
||||||
|
scopedSlots: {customRender: 'text'},
|
||||||
|
width: 160,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '模板内容',
|
title: '模板内容',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
|||||||
@@ -174,7 +174,8 @@ export default {
|
|||||||
sm: {span: 16}
|
sm: {span: 16}
|
||||||
},
|
},
|
||||||
url: {
|
url: {
|
||||||
list: '/sys/log/page'
|
list: '/sys/log/page',
|
||||||
|
deleteBatch:'/sys/log/deleteBatch',
|
||||||
},
|
},
|
||||||
newColumns: [],
|
newColumns: [],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user