Browse Source

完善合格证管理--隐藏删除按钮

master
yunuo970428 2 years ago
parent
commit
324174a387
  1. 14
      anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengtaizhang.vue

14
anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengtaizhang.vue

@ -219,13 +219,13 @@ export default {
btnKey: 'toEdit', btnKey: 'toEdit',
btnLabel: '编辑' btnLabel: '编辑'
}, },
{ // {
type: 'danger', // type: 'danger',
size: 'small', // size: 'small',
icon: 'del', // icon: 'del',
btnKey: 'doDel', // btnKey: 'doDel',
btnLabel: '删除' // btnLabel: ''
}, // },
{ {
type: 'primary', type: 'primary',
size: 'small', size: 'small',

Loading…
Cancel
Save