test #47

Merged
gtz217 merged 273 commits from test into master 2023-10-17 08:53:54 +08:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit 6d4f44fd68 - Show all commits

View File

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

View File

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