add: 优化

This commit is contained in:
gyq 2025-09-30 18:32:40 +08:00
parent fc3c0ef932
commit 5cd5265ffb
2 changed files with 3 additions and 3 deletions

View File

@ -186,7 +186,7 @@
type="primary"
@click="basicSubmit"
size="large"
v-if="shopInfo.isHeadShop && shopInfo.shopType != 'only'"
v-if="shopInfo.isHeadShop"
>
保存
</el-button>
@ -372,7 +372,7 @@
type="primary"
@click="saveLevel(level)"
size="large"
v-if="shopInfo.isHeadShop && shopInfo.shopType != 'only'"
v-if="shopInfo.isHeadShop"
>
保存
</el-button>

View File

@ -145,7 +145,7 @@
type="primary"
size="large"
@click="submitHandle"
v-if="shopInfo.isHeadShop && shopInfo.shopType != 'only'"
v-if="shopInfo.isHeadShop"
>
保存
</el-button>