菜单管理 表格内容左对齐
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
{
|
||||
title: this.$t('MenuName'),
|
||||
dataIndex: 'name',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
key: 'name',
|
||||
ellipsis: true,
|
||||
width: 180
|
||||
@@ -115,7 +115,7 @@
|
||||
{
|
||||
title: this.$t('MenuEnName'),
|
||||
dataIndex: 'menuEn',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
key: 'menuEn',
|
||||
ellipsis: true,
|
||||
width: 180
|
||||
@@ -123,7 +123,7 @@
|
||||
{
|
||||
title: 'icon',
|
||||
dataIndex: 'icon',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
key: 'icon',
|
||||
ellipsis: true,
|
||||
width: 180
|
||||
@@ -131,7 +131,7 @@
|
||||
{
|
||||
title: this.$t('assembly'),
|
||||
dataIndex: 'component',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
key: 'component',
|
||||
width: 240,
|
||||
ellipsis: true,
|
||||
@@ -140,7 +140,7 @@
|
||||
{
|
||||
title: this.$t('route'),
|
||||
dataIndex: 'url',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
key: 'url',
|
||||
width: 240,
|
||||
ellipsis: true,
|
||||
@@ -149,7 +149,7 @@
|
||||
{
|
||||
title: this.$t('sort'),
|
||||
dataIndex: 'sortNo',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 80,
|
||||
ellipsis: true,
|
||||
key: 'sortNo'
|
||||
|
||||
Reference in New Issue
Block a user