fix:查看图片

feature1.0
kongyeqing 2023-07-04 14:24:57 +08:00
parent 7cf4abcf1e
commit 4b20cb89cc
2 changed files with 8 additions and 0 deletions

View File

@ -49,4 +49,8 @@
:actions="subActions" @actionCallback="subActionCallback" @change="changes" :full-btn="true" btnPosition="center"> :actions="subActions" @actionCallback="subActionCallback" @change="changes" :full-btn="true" btnPosition="center">
</FormComponent> </FormComponent>
</el-dialog> </el-dialog>
<el-dialog v-if="showFile" :close-on-click-modal="false" title="查看图片" :visible.sync="showFile" destroy-on-close width="680px">
<img :src="currentUrl" style="width: 100%;" alt="">
</el-dialog>
</div> </div>

View File

@ -45,4 +45,8 @@
:actions="subActions" @actionCallback="subActionCallback" @change="changes" :full-btn="true" btnPosition="center"> :actions="subActions" @actionCallback="subActionCallback" @change="changes" :full-btn="true" btnPosition="center">
</FormComponent> </FormComponent>
</el-dialog> </el-dialog>
<el-dialog v-if="showFile" :close-on-click-modal="false" title="查看图片" :visible.sync="showFile" destroy-on-close width="680px">
<img :src="currentUrl" style="width: 100%;" alt="">
</el-dialog>
</div> </div>