Explorar el Código

更新列表

pull/1/head
zongjl hace 2 años
padre
commit
dd3e84115c
Se han modificado 1 ficheros con 13 adiciones y 13 borrados
  1. +13
    -13
      src/views/data/tenant/index.vue

+ 13
- 13
src/views/data/tenant/index.vue Ver fichero

@@ -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',

Cargando…
Cancelar
Guardar