add selectComponent & search form styles

This commit is contained in:
lb
2023-01-30 14:12:45 +08:00
parent f80cc652ad
commit ff77ab8546
6 changed files with 55 additions and 10 deletions

View File

@@ -42,9 +42,12 @@ export default function () {
},
{
button: {
type: 'plain',
type: 'primary',
name: '新增',
permission: ''
},
bind: {
plain: true,
}
}
]

View File

@@ -40,9 +40,12 @@ export default function () {
},
{
button: {
type: 'plain',
type: 'primary',
name: '新增',
permission: 'pms:materialType:save'
},
bind: {
plain: true,
}
}
]

View File

@@ -39,10 +39,13 @@ export default function () {
},
{
button: {
type: "plain",
type: "primary",
name: "新增",
permission: "pms:productionLine:save",
permission: "pms:productionLine:save"
},
bind: {
plain: true,
}
},
];

View File

@@ -37,9 +37,12 @@ export default function () {
},
{
button: {
type: 'plain',
type: 'primary',
name: '新增',
permission: 'pms:workSequence:save'
},
bind: {
plain: true,
}
}
]