This commit is contained in:
liushuai
2020-06-01 17:47:46 +08:00
parent 034436b307
commit d30a808bc9
13 changed files with 1145 additions and 81 deletions

View File

@@ -308,6 +308,11 @@
@current-change="handleCurrentChange"/>
</div>
</el-card>
<el-dialog v-el-drag-dialog :visible.sync="dialogFormVisible" title="图片" center style="" width="800px">
<viewer>
<img v-for="url in urls" :key="url" :src="url" lazy style="width: 700px;height: 700px">
</viewer>
</el-dialog>
</div>
</template>