Commit 5a8bed0faa757f030d21e5edc728f4bed0d01ff8
Merge branch 'perf/product-physical-model' into 'main_dev'
perf: 物模型添加编辑物模型按钮 See merge request yunteng/thingskit-front!1086
Showing
1 changed file
with
3 additions
and
0 deletions
@@ -50,6 +50,9 @@ | @@ -50,6 +50,9 @@ | ||
50 | <Button type="primary" :loading="importLoading"> 导入物模型 </Button> | 50 | <Button type="primary" :loading="importLoading"> 导入物模型 </Button> |
51 | </Upload> --> | 51 | </Upload> --> |
52 | <Button type="primary" @click="handleSelectImport">导入物模型</Button> | 52 | <Button type="primary" @click="handleSelectImport">导入物模型</Button> |
53 | + <Button type="primary" v-if="!isShowBtn" @click="handleEditPhysicalModel" | ||
54 | + >编辑物模型</Button | ||
55 | + > | ||
53 | </Authority> | 56 | </Authority> |
54 | </div> | 57 | </div> |
55 | <div class="flex gap-2"> | 58 | <div class="flex gap-2"> |