From 0fd4fc45a74b6110790993ce5b8dba51632da95e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 23 Dec 2023 14:38:35 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web

---
 src/views/gzll/owners.vue |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/src/views/gzll/owners.vue b/src/views/gzll/owners.vue
index 769136b..5d17d16 100644
--- a/src/views/gzll/owners.vue
+++ b/src/views/gzll/owners.vue
@@ -183,11 +183,27 @@
             }, {
               label: "简介",
               prop: "profile",
-              // labelWidth: 140,
-              viewDisplay: false,
-              type: "textarea"
+              component: "AvueUeditor",
+              options: {
+                action: "/api/blade-resource/oss/endpoint/put-file",
+                props: {
+                  res: "data",
+                  url: "link",
+                },
+              },
+              hide: true,
+              minRows: 6,
+              span: 24,
             },
 
+            // {
+            //   label: "简介",
+            //   prop: "profile",
+            //   // labelWidth: 140,
+            //   viewDisplay: false,
+            //   type: "textarea"
+            // },
+
           ],
         },
         data: [],

--
Gitblit v1.9.3