|
|
|
@ -33,10 +33,7 @@ |
|
|
|
</el-form> |
|
|
|
</div> |
|
|
|
<div style="text-align: center;float: left;height: 100%;width: 66%;vertical-align:middle;" > |
|
|
|
<img style="max-width: 100%;max-height: 100%;vertical-align:middle;" |
|
|
|
:src="photoUrl" |
|
|
|
|
|
|
|
> |
|
|
|
<img style="max-width: 100%;max-height: 100%;vertical-align:middle;" :src="photoUrl"> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
@ -95,7 +92,7 @@ |
|
|
|
} |
|
|
|
this.fileName=this.photoDatas[this.num-1].attaFileNameDb; |
|
|
|
this.fileTitle="文件名 ("+this.num+"/"+this.photoDatas.length+")"; |
|
|
|
this.photoUrl='http://192.168.2.172/upload/'+this.photoDatas[this.num-1].attaFileNameDb; |
|
|
|
this.photoUrl='http://192.168.1.83/upload/'+this.photoDatas[this.num-1].attaFileNameDb; |
|
|
|
}) |
|
|
|
}, |
|
|
|
nextPicture(){ |
|
|
|
@ -113,7 +110,7 @@ |
|
|
|
} |
|
|
|
this.fileName=this.photoDatas[this.num-1].attaFileNameDb; |
|
|
|
this.fileTitle="文件名 ("+this.num+"/"+this.photoDatas.length+")"; |
|
|
|
this.photoUrl='http://192.168.2.172/upload/'+this.photoDatas[this.num-1].attaFileNameDb; |
|
|
|
this.photoUrl='http://192.168.1.83/upload/'+this.photoDatas[this.num-1].attaFileNameDb; |
|
|
|
}, |
|
|
|
lastPicture(){ |
|
|
|
if(this.photoDatas.length==0){ |
|
|
|
@ -130,7 +127,7 @@ |
|
|
|
} |
|
|
|
this.fileName=this.photoDatas[this.num-1].attaFileNameDb; |
|
|
|
this.fileTitle="文件名 ("+this.num+"/"+this.photoDatas.length+")"; |
|
|
|
this.photoUrl='http://192.168.2.172/upload/'+this.photoDatas[this.num-1].attaFileNameDb; |
|
|
|
this.photoUrl='http://192.168.1.83/upload/'+this.photoDatas[this.num-1].attaFileNameDb; |
|
|
|
}, |
|
|
|
}, |
|
|
|
created () { |
|
|
|
|