fix: bug#11153

This commit is contained in:
JiangQiming 2023-03-28 20:53:43 +08:00
parent d8f19671c2
commit 6583d268b0
1 changed files with 3 additions and 2 deletions

View File

@ -105,12 +105,13 @@
</j-select>
</j-col>
<j-col :span="2" v-if="!route.query.id">
<j-button
<PermissionButton
type="link"
@click="saveProductVis = true"
hasPermission="device/Product:add"
>
<AIcon type="PlusOutlined" />
</j-button>
</PermissionButton>
</j-col>
</j-row>
</j-form-item>