|
@@ -50,6 +50,9 @@
|
|
</el-tabs>
|
|
</el-tabs>
|
|
<vxe-modal width="549px" height="731px" v-model="isShow" show-footer>
|
|
<vxe-modal width="549px" height="731px" v-model="isShow" show-footer>
|
|
<div class="demo-image__preview">
|
|
<div class="demo-image__preview">
|
|
|
|
+ <div>
|
|
|
|
+ 如果预览失败,可以尝试<a style="color:red" :href="src" download="货权转移.pdf">点此下载</a>
|
|
|
|
+ </div>
|
|
<el-image
|
|
<el-image
|
|
style=" height:731px;text-align:center"
|
|
style=" height:731px;text-align:center"
|
|
:src="src"
|
|
:src="src"
|
|
@@ -70,6 +73,7 @@ export default {
|
|
srcList:[],
|
|
srcList:[],
|
|
isShow:false,
|
|
isShow:false,
|
|
src:"",
|
|
src:"",
|
|
|
|
+ srcUrl:"",
|
|
startTime: null,
|
|
startTime: null,
|
|
endTime: null,
|
|
endTime: null,
|
|
// restaurants: [],
|
|
// restaurants: [],
|