Browse Source

更新列表

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

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

@@ -131,19 +131,19 @@ export default {
// align: 'center',
// slots: {customRender: 'logo'}
// },
{
title: '租户类型',
dataIndex: 'type',
align: 'center',
width: 100,
slots: {customRender: 'type'}
},
{
title: '租户电话',
dataIndex: 'phone',
align: 'center',
width: 150,
},
// {
// title: '租户类型',
// dataIndex: 'type',
// align: 'center',
// width: 100,
// slots: {customRender: 'type'}
// },
// {
// title: '租户电话',
// dataIndex: 'phone',
// align: 'center',
// width: 150,
// },
// {
// title: '租户邮箱',
// dataIndex: 'email',

Loading…
Cancel
Save