Skip to content

Commit d2ea452

Browse files
authored
fix: the role table time column field value (#15)
1 parent 88f754a commit d2ea452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web-antd/src/views/admin/role/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const [Grid] = useVbenVxeGrid({
8585
width: 168,
8686
},
8787
{
88-
field: 'created_time',
88+
field: 'updated_time',
8989
title: $t('page.table.updated_time'),
9090
width: 168,
9191
},

0 commit comments

Comments
 (0)