瀏覽代碼

update 质量信息

pull/9/head
lb 1 年之前
父節點
當前提交
6d4f44fd68
共有 2 個檔案被更改,包括 9 行新增1 行删除
  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 查看文件

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

+ 4
- 1
src/views/quality/base/qualityInspectionType/index.vue 查看文件

@@ -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')


Loading…
取消
儲存