1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
925451ea65
commit
67dd01c0be
|
@ -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: '',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue