shuishen
2023-12-23 0fd4fc45a74b6110790993ce5b8dba51632da95e
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web
2 files modified
39 ■■■■ changed files
src/views/gzll/components/ownersMemberManager.vue 17 ●●●●● patch | view | raw | blame | history
src/views/gzll/owners.vue 22 ●●●● patch | view | raw | blame | history
src/views/gzll/components/ownersMemberManager.vue
@@ -295,9 +295,24 @@
            {
              label: "简介",
              prop: "profile",
              labelWidth: 120,
              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: 120,
            //   hide: true,
            // },
          ]
        },
        ownersId: "",
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: [],