From 680dcd3efb79f439a1e4bf95240a0c2b8d975837 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 26 Sep 2022 11:46:13 +0800
Subject: [PATCH] 事件管理、维修管理添加图片视频上传;维修管理添加地图详情页面、详情数据显示上传的图片和视频

---
 src/const/taskinfo/taskinfo.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/const/taskinfo/taskinfo.js b/src/const/taskinfo/taskinfo.js
index 460ed5a..ecdd3d0 100644
--- a/src/const/taskinfo/taskinfo.js
+++ b/src/const/taskinfo/taskinfo.js
@@ -6,7 +6,7 @@
   searchMenuSpan: 6,
   border: true,
   index: true,
-  viewBtn: true,
+  viewBtn: false,
   selection: true,
   dialogClickModal: false,
   column: [
@@ -76,7 +76,6 @@
       type: "select",
       span: 24,
       dicUrl: "/api/blade-user/user-list",
-      dataType: "number",
       props: {
         label: "name",
         value: "id"

--
Gitblit v1.9.3