hongchuangyanfa 2 éve
szülő
commit
7a76ba2ae6
1 módosított fájl, 33 hozzáadás és 0 törlés
  1. 33 0
      src/views/system/tenant.vue

+ 33 - 0
src/views/system/tenant.vue

@@ -203,6 +203,11 @@ export default {
             span: 24,
           },
           {
+            label: "系统名称",
+            prop: "tenantTitle",
+            span: 24,
+          },
+   /*       {
             label: "系统背景",
             prop: "backgroundUrl",
             type: 'upload',
@@ -215,6 +220,34 @@ export default {
             },
             hide: true,
             span: 24,
+          },*/
+          {
+            label: "租户图片(透明黑色图)",
+            prop: "tenantAvatar",
+            type: 'upload',
+            listType: 'picture-img',
+            dataType: 'string',
+            action: '/api/blade-resource/oss/endpoint/put-file',
+            propsHttp: {
+              res: 'data',
+              url: 'link',
+            },
+            hide: true,
+            span: 12,
+          },
+          {
+            label: "租户图片文字(透明黑色图)",
+            prop: "tenantAvatarText",
+            type: 'upload',
+            listType: 'picture-img',
+            dataType: 'string',
+            action: '/api/blade-resource/oss/endpoint/put-file',
+            propsHttp: {
+              res: 'data',
+              url: 'link',
+            },
+            hide: true,
+            span: 12,
           },
         ]
       },