From d1f5603c8b66f9df17cdebe88c63222ba2b7471f Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 14 Oct 2022 11:17:28 +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