[fix 88020] 标准主计划-增加删除
This commit is contained in:
@@ -142,10 +142,17 @@ export default {
|
||||
text: this.$t('view'),
|
||||
clickEvent: 'handleShow',
|
||||
has: 'standardMasterPlan:detail'
|
||||
},
|
||||
// 删除
|
||||
{
|
||||
text: this.$t('delete'),
|
||||
clickEvent: 'handleDelete',
|
||||
has: 'standardMasterPlan:delete'
|
||||
}
|
||||
],
|
||||
url: {
|
||||
list: '/laws/StandardMasterPlan/queryByPage',
|
||||
delete: '/laws/StandardMasterPlan/delete',
|
||||
exportXlsUrl: '/laws/StandardMasterPlan/exportExcel'
|
||||
},
|
||||
// 适用市场下拉
|
||||
|
||||
Reference in New Issue
Block a user