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