From 0e4c78713d6a7f13434653c1fac1b3e2e1ebb3bd Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Mon, 10 Oct 2022 11:50:37 +0800
Subject: [PATCH] 登录页面代码优化

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

diff --git a/src/const/repairsorder/repairsorder.js b/src/const/repairsorder/repairsorder.js
index c387ec9..a37e6f5 100644
--- a/src/const/repairsorder/repairsorder.js
+++ b/src/const/repairsorder/repairsorder.js
@@ -89,6 +89,22 @@
       }],
     },
     {
+      label: '图片视频上传',
+      labelWidth:"100",
+      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