From 2947529037e8bb09ab2a304a86de4cfca0144a0f Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 10 Oct 2022 16:15:26 +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