[fix 88020] 标准主计划-增加删除

This commit is contained in:
danshihao
2024-08-02 17:02:03 +08:00
parent 569ef8bc7b
commit 92b9869b27
@@ -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'
},
// 适用市场下拉