Browse Source

update 质量信息

pull/9/head
lb 1 year ago
parent
commit
6d4f44fd68
2 changed files with 9 additions and 1 deletions
  1. +5
    -0
      src/views/quality/base/mixin.js
  2. +4
    -1
      src/views/quality/base/qualityInspectionType/index.vue

+ 5
- 0
src/views/quality/base/mixin.js View File

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

+ 4
- 1
src/views/quality/base/qualityInspectionType/index.vue 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')


Loading…
Cancel
Save