This commit is contained in:
lb 2023-08-01 17:01:59 +08:00
джерело 30e8548a0d
коміт 6d4f44fd68
2 змінених файлів з 9 додано та 1 видалено

@ -0,0 +1,5 @@
export default {
data() {
}
}

@ -172,6 +172,9 @@ export default {
// btnName: '',
// name: 'reset',
// },
{
type: 'separate'
},
{
type: this.$auth.hasPermi('base:quality-inspection-type:create')
? 'button'
@ -179,7 +182,7 @@ export default {
btnName: '新增',
name: 'add',
plain: true,
color: 'primary',
color: 'success',
},
// {
// type: this.$auth.hasPermi('base:quality-inspection-type:export')