UI界面变更-系统管理
This commit is contained in:
@@ -117,27 +117,27 @@
|
||||
title: this.$t('DisplayArea'),
|
||||
dataIndex: 'showArea',
|
||||
key: 'showArea',
|
||||
align: "center",
|
||||
align: "left",
|
||||
width: 100,
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: this.$t('enName'),
|
||||
align: "center",
|
||||
align: "left",
|
||||
width: 100,
|
||||
dataIndex: 'enName',
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: this.$t('Module'),
|
||||
align: "center",
|
||||
align: "left",
|
||||
width: 100,
|
||||
dataIndex: 'isModelName',
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: this.$t('SortNumber'),
|
||||
align: "center",
|
||||
align: "left",
|
||||
width: 40,
|
||||
dataIndex: 'sort',
|
||||
},
|
||||
@@ -145,7 +145,7 @@
|
||||
title: this.$t('operation'),
|
||||
dataIndex: 'action',
|
||||
scopedSlots: {customRender: 'action'},
|
||||
align: "center",
|
||||
align: "left",
|
||||
width: 60
|
||||
}
|
||||
],
|
||||
|
||||
@@ -48,20 +48,20 @@
|
||||
title: this.$t('name'),
|
||||
dataIndex: 'itemText',
|
||||
key: 'itemText',
|
||||
align: "center",
|
||||
align: "left",
|
||||
ellipsis: true,
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
title: this.$t('enName'),
|
||||
align: "center",
|
||||
align: "left",
|
||||
width: 100,
|
||||
ellipsis: true,
|
||||
dataIndex: 'enName',
|
||||
},
|
||||
{
|
||||
title: this.$t('describe'),
|
||||
align: "center",
|
||||
align: "left",
|
||||
width: 100,
|
||||
ellipsis: true,
|
||||
dataIndex: 'description',
|
||||
@@ -70,7 +70,7 @@
|
||||
title: this.$t('operation'),
|
||||
dataIndex: 'action',
|
||||
scopedSlots: {customRender: 'action'},
|
||||
align: "center",
|
||||
align: "left",
|
||||
width: 170
|
||||
}
|
||||
],
|
||||
|
||||
@@ -140,19 +140,19 @@
|
||||
title: this.$t('LabelName'),
|
||||
dataIndex: 'dictName',
|
||||
key: 'dictName',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
ellipsis: true,
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
title: this.$t('LabelType'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
dataIndex: 'attributeTypeName'
|
||||
},
|
||||
{
|
||||
title: this.$t('describe'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
dataIndex: 'description',
|
||||
scopedSlots: { customRender: 'describe' },
|
||||
ellipsis: true,
|
||||
@@ -160,7 +160,7 @@
|
||||
},
|
||||
{
|
||||
title: this.$t('DisplayOrder'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
dataIndex: 'orderNum'
|
||||
},
|
||||
@@ -168,7 +168,7 @@
|
||||
title: this.$t('operation'),
|
||||
dataIndex: 'action',
|
||||
scopedSlots: { customRender: 'action' },
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 170
|
||||
}
|
||||
],
|
||||
|
||||
@@ -133,37 +133,37 @@
|
||||
taglabColumns: [
|
||||
{
|
||||
title: this.$t('ChineseName'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
dataIndex: 'dbFieldTxt'
|
||||
},
|
||||
{
|
||||
title: this.$t('enName'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
dataIndex: 'dbFieldEnName'
|
||||
},
|
||||
{
|
||||
title: this.$t('AttributeType'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
dataIndex: 'fieldShowTypeName'
|
||||
},
|
||||
{
|
||||
title: this.$t('FieldLength'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 80,
|
||||
dataIndex: 'dbLength'
|
||||
},
|
||||
{
|
||||
title: this.$t('DisplayOrder'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 80,
|
||||
dataIndex: 'orderNum'
|
||||
},
|
||||
{
|
||||
title: this.$t('DisplayArea'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 80,
|
||||
dataIndex: 'showAreaName'
|
||||
},
|
||||
@@ -171,38 +171,38 @@
|
||||
title: this.$t('operation'),
|
||||
dataIndex: 'action',
|
||||
scopedSlots: { customRender: 'action' },
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 170
|
||||
}
|
||||
],
|
||||
taglabColumns1: [
|
||||
{
|
||||
title: this.$t('ChineseName'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
dataIndex: 'dbFieldTxt'
|
||||
},
|
||||
{
|
||||
title: this.$t('enName'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
dataIndex: 'dbFieldEnName'
|
||||
},
|
||||
{
|
||||
title: this.$t('AttributeType'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
dataIndex: 'fieldShowTypeName'
|
||||
},
|
||||
{
|
||||
title: this.$t('FieldLength'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 80,
|
||||
dataIndex: 'dbLength'
|
||||
},
|
||||
{
|
||||
title: this.$t('DisplayOrder'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 80,
|
||||
dataIndex: 'orderNum'
|
||||
},
|
||||
@@ -210,7 +210,7 @@
|
||||
title: this.$t('operation'),
|
||||
dataIndex: 'action',
|
||||
scopedSlots: { customRender: 'action' },
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 170
|
||||
}
|
||||
],
|
||||
|
||||
@@ -93,21 +93,21 @@
|
||||
columns: [
|
||||
{
|
||||
title: this.$t('name'),
|
||||
align: "center",
|
||||
align: "left",
|
||||
width:100,
|
||||
ellipsis: true,
|
||||
dataIndex: 'itemText',
|
||||
},
|
||||
{
|
||||
title: this.$t('enName'),
|
||||
align: "center",
|
||||
align: "left",
|
||||
width:100,
|
||||
ellipsis: true,
|
||||
dataIndex: 'enName',
|
||||
},
|
||||
{
|
||||
title: this.$t('DataValue'),
|
||||
align: "center",
|
||||
align: "left",
|
||||
width:100,
|
||||
ellipsis: true,
|
||||
dataIndex: 'itemValue',
|
||||
@@ -115,7 +115,7 @@
|
||||
{
|
||||
title: this.$t('operation'),
|
||||
dataIndex: 'action',
|
||||
align: "center",
|
||||
align: "left",
|
||||
width:80,
|
||||
scopedSlots: {customRender: 'action'},
|
||||
}
|
||||
|
||||
@@ -119,14 +119,14 @@
|
||||
dataIndex: '',
|
||||
key: 'rowIndex',
|
||||
width: 80,
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
customRender: function(t, r, index) {
|
||||
return parseInt(index) + 1
|
||||
}
|
||||
},
|
||||
{
|
||||
title: this.$t('DictionaryName'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
dataIndex: 'dictName',
|
||||
width: '25%',
|
||||
ellipsis: true
|
||||
@@ -146,14 +146,14 @@
|
||||
// },
|
||||
{
|
||||
title: this.$t('DictionaryNumber'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
dataIndex: 'dictCode',
|
||||
width: '25%',
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: this.$t('describe'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
dataIndex: 'description',
|
||||
width: '25%',
|
||||
ellipsis: true
|
||||
@@ -161,7 +161,7 @@
|
||||
{
|
||||
title: this.$t('operation'),
|
||||
dataIndex: 'action',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
fixed: 'right',
|
||||
width: 430,
|
||||
scopedSlots: { customRender: 'action' }
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
dataIndex: 'action',
|
||||
fixed: 'right',
|
||||
scopedSlots: { customRender: 'action' },
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 150
|
||||
}
|
||||
],
|
||||
|
||||
@@ -131,27 +131,27 @@
|
||||
dataIndex: '',
|
||||
key: 'rowIndex',
|
||||
width: 90,
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
customRender: function(t, r, index) {
|
||||
return parseInt(index) + 1
|
||||
}
|
||||
},
|
||||
{
|
||||
title: this.$t('RoleCode'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
dataIndex: 'roleCode',
|
||||
width: 280
|
||||
},
|
||||
{
|
||||
title: this.$t('roleName'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
dataIndex: 'roleName',
|
||||
width: 280
|
||||
},
|
||||
{
|
||||
title: this.$t('createTime'),
|
||||
dataIndex: 'createTime',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 280,
|
||||
sorter: true,
|
||||
customRender: (text) => {
|
||||
@@ -162,7 +162,7 @@
|
||||
title: this.$t('operation'),
|
||||
width: 200,
|
||||
dataIndex: 'action',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
scopedSlots: { customRender: 'action' }
|
||||
}
|
||||
],
|
||||
|
||||
@@ -214,14 +214,14 @@
|
||||
key: 'rowIndex',
|
||||
width: 50,
|
||||
ellipsis: true,
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
customRender: function(t, r, index) {
|
||||
return parseInt(index) + 1
|
||||
}
|
||||
},
|
||||
{
|
||||
title: this.$t('userAccount'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
dataIndex: 'username',
|
||||
ellipsis: true,
|
||||
width: 120,
|
||||
@@ -229,28 +229,28 @@
|
||||
},
|
||||
{
|
||||
title: this.$t('userName'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
ellipsis: true,
|
||||
dataIndex: 'realname'
|
||||
},
|
||||
{
|
||||
title: this.$t('EmployeeNumber'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
ellipsis: true,
|
||||
dataIndex: 'workNo'
|
||||
},
|
||||
{
|
||||
title: this.$t('EmployeeType'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
ellipsis: true,
|
||||
dataIndex: 'workerType_dictText'
|
||||
},
|
||||
{
|
||||
title: this.$t('department'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 180,
|
||||
ellipsis: true,
|
||||
dataIndex: 'orgCodeTxt'
|
||||
@@ -269,7 +269,7 @@
|
||||
// },
|
||||
{
|
||||
title: this.$t('status'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 80,
|
||||
ellipsis: true,
|
||||
dataIndex: 'status_dictText'
|
||||
@@ -278,7 +278,7 @@
|
||||
title: this.$t('operation'),
|
||||
dataIndex: 'action',
|
||||
scopedSlots: {customRender: 'action'},
|
||||
align: "center",
|
||||
align: "left",
|
||||
width: 80
|
||||
}
|
||||
],
|
||||
|
||||
@@ -128,21 +128,21 @@
|
||||
// 表头
|
||||
columns: [{
|
||||
title: this.$t('userAccount'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
dataIndex: 'username',
|
||||
width: 180,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: this.$t('userName'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
dataIndex: 'realname',
|
||||
width: 180,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: this.$t('department'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
dataIndex: 'orgCode',
|
||||
width: 180,
|
||||
ellipsis: true
|
||||
|
||||
Reference in New Issue
Block a user