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', type: 'primary',
color: '', color: '',
link: true, // link: true, //
hasPermi: '' hasPermi: 'wms:supplierinvoice-invoiced:agree'
}, },
{ {
label: '审核拒绝', label: '作废',
name: 'refuse', name: 'refuse',
hide: isShowMainButton(row, ['1']), hide: isShowMainButton(row, ['1']),
type: 'danger', type: 'danger',
color: '', color: '',
link: true, // link: true, //
hasPermi: '' hasPermi: 'wms:supplierinvoice-invoiced:refuse'
} }
] ]
} }

Loading…
Cancel
Save