Browse Source

移除租户列表LOGO栏

pull/1/head
zongjl 2 years ago
parent
commit
17a7b99451
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      src/views/data/tenant/index.vue

+ 6
- 6
src/views/data/tenant/index.vue View File

@@ -125,12 +125,12 @@ export default {
align: 'code',
width: 100,
},
{
title: '租户头像',
dataIndex: 'logo',
align: 'center',
slots: {customRender: 'logo'}
},
// {
// title: '租户头像',
// dataIndex: 'logo',
// align: 'center',
// slots: {customRender: 'logo'}
// },
{
title: '租户类型',
dataIndex: 'type',

Loading…
Cancel
Save