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"> |