From e5b8dfe32fce0089561de920a9ad1e65e44ebfe2 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 26 Sep 2022 14:47:47 +0800
Subject: [PATCH] 视频上传回显

---
 src/const/repairsorder/repairsorder.js |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/const/repairsorder/repairsorder.js b/src/const/repairsorder/repairsorder.js
index c387ec9..0a1d77d 100644
--- a/src/const/repairsorder/repairsorder.js
+++ b/src/const/repairsorder/repairsorder.js
@@ -89,6 +89,21 @@
       }],
     },
     {
+      label: '图片视频上传',
+      prop: 'picUrls',
+      type: 'upload',
+      fileType:'img',
+      span: 24,
+      listType: 'picture-card',
+      limit:5,
+      hide:true,
+      propsHttp: {
+        url:'link',
+        res: 'data'
+      },
+      action: '/api/blade-resource/oss/endpoint/put-file-attach'
+    },
+    {
       label: "内容",
       prop: "content",
       type: "textarea",

--
Gitblit v1.9.3