Browse Source

增加按钮权限

master_hella_20240701
zhaoxuebing 7 months ago
parent
commit
42334bc248
  1. 6
      src/views/wms/supplierManage/supplierinvoiceInvoiced/index.vue

6
src/views/wms/supplierManage/supplierinvoiceInvoiced/index.vue

@ -152,16 +152,16 @@ const butttondata = (row) =>{
type: 'primary',
color: '',
link: true, //
hasPermi: ''
hasPermi: 'wms:supplierinvoice-invoiced:agree'
},
{
label: '审核拒绝',
label: '作废',
name: 'refuse',
hide: isShowMainButton(row, ['1']),
type: 'danger',
color: '',
link: true, //
hasPermi: ''
hasPermi: 'wms:supplierinvoice-invoiced:refuse'
}
]
}

Loading…
Cancel
Save