1
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-10-25 13:44:06 +08:00
parent 925451ea65
commit 67dd01c0be
1 changed files with 8 additions and 8 deletions

View File

@ -185,15 +185,15 @@ export default {
showOverflowTooltip: true, showOverflowTooltip: true,
}, },
{ {
prop: 'CreateTime', prop: 'LastLoginTime',
label: this.$t('system:userlist:table:createTime'), label: this.$t('system:userlist:table:LastLoginTime'),
minWidth: 200, minWidth: 200,
sortable: 'custom', sortable: 'custom',
showOverflowTooltip: true, showOverflowTooltip: true,
}, },
{ {
prop: 'LastLoginTime', prop: 'CreateTime',
label: this.$t('system:userlist:table:LastLoginTime'), label: this.$t('system:userlist:table:createTime'),
minWidth: 200, minWidth: 200,
sortable: 'custom', sortable: 'custom',
showOverflowTooltip: true, showOverflowTooltip: true,
@ -321,15 +321,15 @@ export default {
}, },
{ {
type: 'Daterange', type: 'Daterange',
label: this.$t('system:userlist:label:CreateTime'), label: this.$t('system:userlist:label:LastLoginTime'),
prop: 'CreateTimeArr', prop: 'LastLoginTimeArr',
width: '400px', width: '400px',
placeholder: '', placeholder: '',
}, },
{ {
type: 'Daterange', type: 'Daterange',
label: this.$t('system:userlist:label:LastLoginTime'), label: this.$t('system:userlist:label:CreateTime'),
prop: 'LastLoginTimeArr', prop: 'CreateTimeArr',
width: '400px', width: '400px',
placeholder: '', placeholder: '',
}, },