Просмотр исходного кода

完善租户模块

pull/1/head
zongjl 2 лет назад
Родитель
Сommit
94afa890bd
2 измененных файлов: 28 добавлений и 28 удалений
  1. +27
    -27
      src/views/data/tenant/index.vue
  2. +1
    -1
      vue.config.js

+ 27
- 27
src/views/data/tenant/index.vue Просмотреть файл

@@ -109,7 +109,7 @@ export default {
columns: [
{
title: '编号',
dataIndex: 'name',
dataIndex: 'id',
align: 'center',
width: 160,
},
@@ -120,8 +120,8 @@ export default {
width: 150,
},
{
title: '租户编码',
dataIndex: 'code',
title: '租户账号',
dataIndex: 'username',
align: 'code',
width: 100,
},
@@ -144,18 +144,18 @@ export default {
align: 'center',
width: 150,
},
{
title: '租户邮箱',
dataIndex: 'email',
align: 'center',
width: 150,
},
{
title: '租户地址',
dataIndex: 'address',
align: 'center',
width: 250,
},
// {
// title: '租户邮箱',
// dataIndex: 'email',
// align: 'center',
// width: 150,
// },
// {
// title: '租户地址',
// dataIndex: 'address',
// align: 'center',
// width: 250,
// },
{
title: '租户状态',
dataIndex: 'status',
@@ -163,18 +163,18 @@ export default {
align: 'center',
slots: {customRender: 'status'}
},
{
title: '排序',
dataIndex: 'sort',
width: 100,
align: 'center'
},
{
title: '备注',
dataIndex: 'note',
width: 200,
align: 'center'
},
// {
// title: '排序',
// dataIndex: 'sort',
// width: 100,
// align: 'center'
// },
// {
// title: '备注',
// dataIndex: 'note',
// width: 200,
// align: 'center'
// },
{
title: '创建时间',
dataIndex: 'createTime',

+ 1
- 1
vue.config.js Просмотреть файл

@@ -23,7 +23,7 @@ module.exports = {
// plugins: [new DynamicAntdLess()]
plugins: [new DynamicAntdLess({
replaces: {
'darken(@shadow-color, 5%)': '@shadow-color'
'darken(@shadow-color, 5%)': '@shadow-color'
}
})]
}

Загрузка…
Отмена
Сохранить