|
@@ -235,8 +235,8 @@
|
|
|
<el-form-item label="地址" prop="address" style="width: 300px;" >
|
|
|
<el-input v-model="form.address" placeholder="请输入地址" :readonly="true" />
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="图片" prop="picture" >
|
|
|
- <image-upload v-model="form.picture" :fileSize="10" :limit="1" />
|
|
|
+ <el-form-item label="图片" prop="picture">
|
|
|
+ <image-preview :src="form.picture" :width="100" :height="100" />
|
|
|
</el-form-item>
|
|
|
<el-form-item label="审核" prop="examine">
|
|
|
<el-select v-model="form.examine" placeholder="请选择此事项审核状态">
|
|
@@ -298,8 +298,8 @@
|
|
|
<el-form-item label="地址" prop="address" style="width: 300px;" >
|
|
|
<el-input v-model="form.address" placeholder="请输入地址" :readonly="true" />
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="图片" prop="picture" >
|
|
|
- <image-upload v-model="form.picture" :fileSize="10" :limit="1" />
|
|
|
+ <el-form-item label="图片" prop="picture">
|
|
|
+ <image-preview :src="form.picture" :width="100" :height="100" />
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|