Showing
1 changed file
with
3 additions
and
0 deletions
| ... | ... | @@ -50,6 +50,9 @@ |
| 50 | 50 | <Button type="primary" :loading="importLoading"> 导入物模型 </Button> |
| 51 | 51 | </Upload> --> |
| 52 | 52 | <Button type="primary" @click="handleSelectImport">导入物模型</Button> |
| 53 | + <Button type="primary" v-if="!isShowBtn" @click="handleEditPhysicalModel" | |
| 54 | + >编辑物模型</Button | |
| 55 | + > | |
| 53 | 56 | </Authority> |
| 54 | 57 | </div> |
| 55 | 58 | <div class="flex gap-2"> | ... | ... |