Browse Source

no message

linwenxin 3 tháng trước cách đây
mục cha
commit
368f97b4ec
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      src/views/userManagement/masterEPaymentSigning/index.vue

+ 7 - 1
src/views/userManagement/masterEPaymentSigning/index.vue

@@ -131,7 +131,13 @@ export default {
             rules: []
           },
           render: (h, { props, onInput }) => {
-            return <ImageUpload fileList={[this.formData.url]} isEdit={false} limit={1} />
+            return (
+              <el-image
+                style="width: 120px; height: 120px"
+                src={this.formData.url}
+                preview-src-list={[this.formData.url]}
+              ></el-image>
+            )
           }
         }
       ]