Commit a3a5c7f0 authored by 赵啸非's avatar 赵啸非

修改访问端口与ip

parent 5887f6e4
...@@ -122,11 +122,11 @@ ...@@ -122,11 +122,11 @@
<el-col :span="22"> <el-col :span="22">
<el-form-item label="图片凭证:"> <el-form-item label="图片凭证:">
<div v-if="form.view == '查看'"> <div v-if="form.view == '查看'">
{{ form.snapPath ? picMatter(form.snapPath) : "--" }} {{ form.filePaths ? picMatter(form.filePaths) : "--" }}
</div> </div>
<ImageUpload <ImageUpload
v-else v-else
:value="form.snapPath" :value="form.filePaths"
@input="replaceImage" @input="replaceImage"
></ImageUpload> ></ImageUpload>
</el-form-item> </el-form-item>
......
...@@ -228,7 +228,7 @@ export default { ...@@ -228,7 +228,7 @@ export default {
{ {
label: "图片凭证", label: "图片凭证",
prop: "filePath", prop: "filePaths",
formatter: this.formatterPic, formatter: this.formatterPic,
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment