Commit 551158c6ddbeb882a0472ec14fdbb37f8a799ecc

Authored by loveumiko
1 parent 5afc86d6

perf: 物模型添加编辑物模型按钮

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