linwe
2023-12-23 2dc2ca2e996f4d22d51a4b6ed6784060ac158156
业委会优化
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: [],